Hi everyone,
I've wrote and been using this EA successfully for the past year, but large optimizations take v long time, even on a 24 cores, 32 threads i9 new laptop. Although it's a huge improvement (over 10 times faster, so now I can do 24h instead of 10 days!), I'm looking for ways to improve the code.
I saw a recommendation to edit the code and take out of the onTick stuff like once a bar conditions, do labels instead of comments, etc. I'm not sure about what goes where in the code, that's why I'm using this awesome fxdreema platform.
So I'm wondering if I could change around some pieces of my project and place them under different events (tabs) other than onTick.
Can you advise on what could go under onInit or onTimer or onTrade, etc...? Would that make a difference, or, since they are under Once per bar / Once a day blocks, they would not be called every single tick?
Thank you!
