pin bars in a loop
-
Hi I want to create this EA but couldn't figure out yet:
- loop through candles 1-10
- if there are 3 pin bars in the last 10 bars, then,
- play sound
I want this as a trade assistant EA not to trade automatically.
thanks
-
Start a test project, but set up a single candle template, reset the variable to 0, loop n pass 10 times, add 1 to a variable every loop that finds, check this variable number, and play sound.
-
@jstap thanks, I will share when I am done