
I want values like that on the picture.
My strategy is like this :
I want to see a higher high followed by a lower low. Then I'll draw a fibo from the previous higher high to the previous higher low. When price reaches -2.5 level I buy

I want values like that on the picture.
My strategy is like this :
I want to see a higher high followed by a lower low. Then I'll draw a fibo from the previous higher high to the previous higher low. When price reaches -2.5 level I buy
Ok can I use inverse values for example, say -5 or -6 inside the fibo property?
Yes I see that but I want to make my own values. Which Fibonacci property can I use so that i can use my own values
I'm working on an EA that uses Fibonacci custom levels. I have defined the levels I'll use as variables. I have difficulty using those variable levels on the conditional block for fibo. please help.
project link
https://fxdreema.com/shared/3YTKB4aW

I'm planning to use a max of 0.5 , 1, 2.5 , 3.5 and -0.5 , -1 , -2.5 , -3.5
That's 8 levels, first 4 levels are positive and the rest are negative levels.
Yes a little bit I've used variables to store Zigzag values , I leaned from a zigzag tutorial.
Basically I want to build an EA that draws fibo from previous zigzag highs and lows, then store the retracement values to use them later.
@jstap Thanks for replying I have resolved the issue with a time filter block. So it was able to open one trade per bar rather then opening multiple orders at once.
@l-andorrĂ can you help with the structure on how ill store them
When i execute this code, it opens multiple positions at once.
Please help , I want it to open one position everytime the loop runs.
