Simple question: print objects multiple times on initialization of indicator
-
I can't get a something done that I think is likely very simple.
For example if a red candle forms draw arrow. I manage to get the Arrow but only on the current candle, I want that the indicator shows me all red candles with an arrow when loading the indicator (over a lookback period).
I used to use EAbuilder, which did this automatically. I am sure Fxdreema can do it.
Can you tell me how?
Thanks
-
it can be done, but you need do it with loop block and increasing some variables ...
try to start with my example:https://fxdreema.com/shared/IqDgwqv1b


it plots arrow when two MAs are crossed:

-
Thanks it seems to work now!