Manpreet Singh: Can any expert help to fix the validation error as stated below test on EURUSD,H1 (netting) log files size exceeded 2088 MB, test terminated
Reduce the number of log prints in your EA.You can have an input to control what data is printed to the log and set it to disabled by default. Then inform users to enable it if they wish to have more detailed information in the log.
Fernando Carreiro #:
Reduce the number of log prints in your EA.You can have an input to control what data is printed to the log and set it to disabled by default. Then inform users to enable it if they wish to have more detailed information in the log.
Thank you Fernando for the response,
In which area I can find this option ?
Also, if the log overflow is due to trade order activity then refactor your strategy.
- If you are constantly deleting and replacing pending orders, then don't. Improve the strategy, preferably by using market orders instead of pending orders if possible.
- If you are updating stops continuously, the don't. Use a trailing step or a time step or any other method to reduce the update activity.
Fernando Carreiro #:
Also, if the log overflow is due to trade order activity then refactor your strategy.
- If you are constantly deleting and replacing pending orders, then don't. Improve the strategy, preferably by using market orders instead of pending orders if possible.
- If you are updating stops continuously, the don't. Use a trailing step or a time step or any other method to reduce the update activity.
Thank You Fernando
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
Hi,
Can any expert help to fix the validation error as stated below
test on EURUSD,H1 (netting) log files size exceeded 2088 MB, test terminated