Unload & Load Indicator
-
Hello Experts.
How can i unload and load indicator?
From my observation, refreshing chart doesn't refresh the indicator.
So i'm thinking of unload and reload the indicator.
i've tried the On / Off block but doesn't refresh.
Any idea? -
@biztet Not sure I fully understand you. Do you mean loading/unloading from your MT4 or your fxDReema EA?
-
Yes @l-andorrà , my intention is to refresh the indicator because it repaints.
I've tried the WindowRedraw before, nothing happen.
I've used the AutoRefresh indicator, seems like it refresh the chart, not other indicators.
And now i'm thinking of unload & reload the indicator, if possible. -
@biztet No strategy will ever work with a repainting indicator. Just try to find a new one that doesn't repaint.
-
@l-andorrà , actually it can still be use if we can refresh the indicator and use Candle ID 2.
It will work depending on the use of it. Do you have any way to do this? -
@biztet I guess that should be possible with some custom code, but that is for real programmers and I am not one of them, I'm afraid. Maybe someone else will be able to.
-
Thanks @l-andorrà . For now the only way i can think of is by using Time Filter and use Apply Template block. And so the EA should apply the template like so many times. Just trying to find a simpler way maybe..
