Find Price is between Which Fibo Levels?
-
Hi Guys Please help me with this problem.
i have drawn a fibonacci retracement. i have several levels (about 10 levels) i want to know if there is any block to find now price is between which levels? (level numbers) -
@ishahabzn You can, on youtube there is videos on how you use these values when >1 and <other is in area
-
@ishahabzn Is that retracement plotted manually or by the EA?
-
@l-andorrà ea draw fibo by itself from points which it finds
-
@ishahabzn Firstly you will have to identify the fibo object by its name and you will have to insert it accordingly. Then you can store the values of both levels as I show on the right. Please remember that level 0 means 0%. You will have to insert there the levels you need manually. Then you will be able to calculate the distance between them by using a 'formula block' and storing the value into a 3rd variable.
-
@l-andorrà hey dude thanks can u share me a link?
i realy know how to draw fibos i just wanna shortest way to detect now price is between which levels of fibo?