The best backtests results
xsa-dev opened this issue · 3 comments
xsa-dev commented
Hello, buds
I am test this on Tensorflow version and my results of backtests is not good enough for dry run mode tests. You can see it attached file: ft_rl_results-default.txt
Whats your results?
hugocen commented
Yea, my results with deep reinforcement learning are not so good either.
But I got some okish results using NEAT algorithms.
We still need a lot of tunning and research to make this work.
evo11x commented
can you post the NEAT implementation with this strategy?
hugocen commented
@evo11x
I updated the neat_trade.py for traing.
And Neat_RL.py for loading the model.
Sorry, but it's kinda sloppy.