suggestions
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user