suggestions

This commit is contained in:
Dobromir Popov
2025-02-12 01:38:05 +02:00
parent 33a5588539
commit c8b0f77d32
10 changed files with 109 additions and 10 deletions

View File

@ -1,4 +1,3 @@
To run this code:
Install Dependencies: pip install -r requirements.txt
@ -28,4 +27,4 @@ Overfitting: Monitor for overfitting (the model performing well on training data
Memory usage: the code uses a deque to store the data. This prevents out of memory errors and keeps only the most recent N samples.
Learned indicators: This is a complex part. you can create a new NN, that will be trained to predict the next candle data based only on HLOCV. the weights of this NN can be used as new indicators, concatenated to the others.
Learned indicators: This is a complex part. you can create a new NN, that will be trained to predict the next candle data based only on HLOCV. the weights of this NN can be used as new indicators, concatenated to the others.