danilodn:
You need to login at least once to get the correct data into the symbols.sel file and other files . . . then you can go offline and stay offline.I am getting these parameters when trying to do offline backtest:
- MarketInfo(Symbol(), MODE_LOTSIZE): 100.000
- MarketInfo(Symbol(), MODE_MINLOT): 0.1
- MarketInfo(Symbol(), MODE_LOTSTEP): 0.1
- MarketInfo(Symbol(), MODE_MAXLOT): 100
After I login to an account it goes to 100.000, 0.01, 0.01, 99.999, and keeps these values even if I delete the account.
P.S. By the way, I am getting only 25% in the 1 minute time, and 90% in the others. Is this normal or can I fix it?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am getting these parameters when trying to do offline backtest:
- MarketInfo(Symbol(), MODE_LOTSIZE): 100.000
- MarketInfo(Symbol(), MODE_MINLOT): 0.1
- MarketInfo(Symbol(), MODE_LOTSTEP): 0.1
- MarketInfo(Symbol(), MODE_MAXLOT): 100
After I login to an account it goes to 100.000, 0.01, 0.01, 99.999, and keeps these values even if I delete the account.
But this MT4 instance is just for backtesting, so it should stay offline, right?
Questions:
- Is there a way to change the initial values without login to an account?
- The backtest is affected if I login and delete the account after that?
Tx.
P.S. By the way, I am getting only 25% in the 1 minute time, and 90% in the others. Is this normal or can I fix it?