He stores info in Empty4 Global Variables (which are used to save variable values in case of shut down/reload, among other things). He only references one of them in the code so the others are just out there doing nothing (he has code commented out that references the others). He's constantly reading through the open order pool and account history and counting open positions so it should probably work on reload (not 100% sure as I casually glanced through the code).Fx93 wrote:1. How reliable is the EA: if the computer shuts down will it lose the buy/sell grid?
2. What happens when the grid is bypassed from a weekend gap?
3. During all the period I backtested it, the highest lot trade it opened was .8. Will it open higher lots if necessary? I think I figured out that it starts over with a .1 lot after it opens .1-.8 lots. Does the TP keep averaging with this, from the trade I saw it didn't look like it did, which may be a problem if that is the case.
I saw trades hit the max #10 lot size. I ran tick data through about 15 months and there were 3 periods of large DD on EURUSD (relatively speaking - max trades were open) but they all recovered. I'll be setting up a longer test later today.