XaiJu
thetradingparrot
thetradingparrot

patreon


23rd June 2021 VIP monthly zoom call

Slido questions https://app.sli.do/event/h07820bc 

https://youtu.be/KMRM5OUtMAk 

23rd June 2021 VIP monthly zoom call

Comments

It will be interesting if you can implement an AI machine learning module to see what is the best setting to get the highest returns

cool

I have my own solution to your backtest problem although it's probably not what you're looking for. I download all the historical candle data from Binance & Binance Futures, store it in MySQL. This updates throughout the the day. Then when I run backtests, regardless of the timeframe the strategy is on, I always loop through 1 minute candles. This approach has the added bonus of being able to test back to the start of time instead of just 70 days. I'm running on the command line but you can get a standalone version of Trading View which you could in theory hook it up to. However, there are advantages to using a command line approach. For example I can run tests across every coin on the exchange in one go. Or if you want to test a range of parameter values i.e. which RSI works best, it can test 1 - 99 across all coins - something that would be very laborious in Trading View and is valuable for honing strategies. Happy to chat more about this if you're interested.


More Creators