Work on optimizing the model

This commit is contained in:
derek holloway
2026-02-18 15:17:10 -08:00
parent ef20050c9c
commit bb1c508c99
6 changed files with 250 additions and 220 deletions
+2 -7
View File
@@ -1,7 +1,2 @@
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
Fix AI returning the Current market price as the prediction
During training it keeps crashing with NAN