Custom indicator
-
Hello!
I want to ask for help. Why does custom indicator only appear in the strategy tester? It is not visible in the chart window.
https://fxdreema.com/shared/IUrMwfdkc

-
EAs never add any indicators to chart, custom or default.
Did you add the indicator manually? Does it appear on the indicators list?
-
I worded it wrong. Unfortunately, my English is bad. Its output value is not displayed on the chart, only in the strategy tester.
-

-
I would like to display the indicator data on the screen using an ON/OFF button. But unfortunately it doesn't appear, I've also tried the condition block, but it only appears in the strategy tester and not on the chart. What block should I use?
-
@bandito7 Could you please share the link to your project?
-
There would also be five Moving Averages, but that's the base. Turn it on and off when I don't need it. Unfortunately, I can't even turn it on, only in the strategy tester. Of course, this is only a small part of my expert that I have already developed, but it would be important.
https://fxdreema.com/shared/Kh8vDz1E
Indicator link: https://files.fm/u/guh959vrg -
This is how I solved it at the moment, but it's not very practical. That's why I want to display the moving average.
https://fxdreema.com/shared/TT8aAOn9e -
@bandito7 again, EAs cannot display any indicators, moving averages or other. It is not about that particular indicator, you cannot display any indicator with an EA. The backtester environment is a different thing.
If you want to display some indicator using on/off button, you need to modify the source code of that indicator.
-
@bandito7 roar is right. EAs and indicators work separetedly form a visual point of view.