| / | Forum |
|
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 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" |
|
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. |
|
rfiche
2006.09.26 19:07
Tomasoni,
you should use "Print" function or log the events to a file. Regards, |
|
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?
|