Loop
-
Hi . I have simple Loop and I need when MA cross upward another MA for 7 candle draw a Arrow . in my test just draw 1 arrow in candle number 7 but i need draw 7 arrow . one arow in candle number 1 , one arow in candle number 2, one arow in candle number 3 and ... candle number 7
https://fxdreema.com/shared/uO9QRaMKc -
I'm afraid I don't fully understand what you need. Do you need an arrow on every MA crossing only? I don't get that candle ID 7 request, sorry.
-
@l-andorrà I describe simple example to what I need form Loop and this is not sterategy . I need doing a job reiterative starting from Candle No 1 to Candle No n . In my example I have 1 condition to starting Loop , when Loop being start , reiterative job is draw a Arrow ( that can be looking for MACD signal line is X> 0 , also in example n for Loop is 7 . I hope that I was able to explain it to you. Thank you.
-
@jipsikingjoon Then you can use something like this:
https://fxdreema.com/shared/3Y5V5tshb
In this example the condition will be reviewed on the last 10 candles.
-
@l-andorrà Thanks for your answer . I want use Loop and looking for it . but your solution is one way . Thank you .
-
You're welcome.