MQL4 - automated forex trading   /  

Forum

Help for Debug an EA in MT4 ?

Back to topics list To post a new topic, please log in or register

avatar
55
tomasoni 2006.09.26 17:28 
Anybody can help me to understand in which manner i can trace an EA line by line such in debug ???

Thanks a lot

Gauss 
Tricolor Indicators and Some Opportunities for Maximal Simplification of Writing Indicators

Tricolor Indicators and Some Opportunities for Maximal Simplification of Writing Indicators

In this article the author dwells on some means of increasing indicators' informational value for visual trading. The author analyzes the realization of tricolor indicators, indicators, for building which data from other timeframes is used, and continues to dwell on the library of indicators, described in the article "Effective Averaging Algorithms with Minimal Lag: Use in Indicators"


avatar
775
Vita 2006.09.26 18:35 
tomasoni wrote:
Anybody can help me to understand in which manner i can trace an EA line by line such in debug ???

Thanks a lot

Gauss

No way. No debugger. I use "Print" instruction in order to find out current situation.

avatar
118
rfiche 2006.09.26 19:07 
Tomasoni,

you should use "Print" function or log the events to a file.

Regards,

avatar
81
Craig 2006.09.26 23:13 
Debugging an EA is a pain in the arse, are there any plans to add a debugger to the editor?
Back to topics list  

To add comments, please log in or register