How to Show Moving Average Indicator on Chart on MT5
-
Hie,
I am really struggling with showing a Moving average on the chart. I have a block that uses a moving average so I want that when the EA loads, It should display a moving average on the chart. How can this be done? -
I have a template with the exact name as my EA, when I test the template loads, for live/demo right click and add the template
-
I don't want to use a template, I want the indicator to load from the code automatically
-
Don't know if you can, possibly on init apply template, should work on live/demo but I have never tried
-
What about the is visible block? How can it be used to display the Moving Average indicator
-
You could use the draw block, but this isn't the same.
-
So how come when am using the tester MT5, the Indictor automatically displays on the chart while on the real chart it does not?
-
Because you would need to apply a template on a live chart