how to custom Fibonacci levels
-
i want to use cumstom fibo levels , how can i get values
-

-
as you can see from the Fibonacci levels separated by coma. i want to use those custom values .. how can i get those value from the object on charts block
-
If you need to use those values later you will need to store them separately into variables. One per level.
-
@l-andorrà can you help with the structure on how ill store them
-
That is not a trivial thing to do. You will need a specific structure by using as many variables as % levels. Are you familiar with variables?
-
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.
-
Sadly it has nothing to do with zigzag. That indicator can be used to find the initial high and lows. The problem is the intermediate levels. How many are you planning to use?
-
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.
-
And will they always be the same or you wold want to add/remove them later?