Indicator replicating in strategy tester
-
Hi all, I am trying to implement trend-scalp-mtf-alert-indicator in my algo. I have tried downloading this indicator from different sources , but everytime I run my test in the strategy tester, I get my chart overpopulated with this indicator. It replicates 50 some times, so you can imagine, I can't see anything on the chart. I was curious if you have experienced something like this in the past and if you have a recommendation? I used the MQL4 source file of this indicator each time. This indicator also has 4 buffers.
-
@avirovik  -
@avirovik Wow. Obviously the problem is with the indicator. I'm not a programmer, though. Did you try other options for that same indicator?
-
@l-andorrà, I tried downloading the indicator from 4 different sources, hence I am assuming every time it was a different indicator doing the same task that I had in my hand. Thank you.
-
@avirovik You're welcome.
-
Hi, were you able to solve this issue. I'm having the same issue in strategy tester, however Ive found that whenever I debug the EA in MetaEditor, it seems to work okay. But I want to understand why it is behaving that way