Fibonacci Levels Variables
-
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

-
It says in your picture that levels are 0-31, not greater than 50, also there are a int type not double.
-
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
-
You do mot put in that box, you can find lots on info on YouTube, you might need to create the levels with maths, and save into a variable.
-
Ok can I use inverse values for example, say -5 or -6 inside the fibo property?
-

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
-
did you solved?