From ef20050c9c6df8f6ec8b9e57eba8be4add02754a Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Tue, 17 Feb 2026 21:15:59 -0800 Subject: [PATCH] Update Todo --- Todo.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Todo.txt b/Todo.txt index ff8fbb43..5faa27dc 100644 --- a/Todo.txt +++ b/Todo.txt @@ -1 +1,7 @@ -Move the python stuff from venv into a docker \ No newline at end of file +Raw prices are useless to the AI because $500 today isn't the same as $500 in 1990. Use relative indicators: + RSI (Relative Strength Index): Is it overbought? + Moving Average Crossovers: Is the trend up? + Distance from MA: (Close / Moving_Average_20) - 1 + Volume Change: df['Volume'].pct_change() + +Fix AI returning the Current market price as the prediction \ No newline at end of file