Issue with retrieving Fibonacci Fan price levels
-
Hi Radoslav,
First of all I would like to compliment you on the great work! FxDreema is absolutely amazing!
I have a question regarding Fibonacci Fan levels. I would like to make an EA that uses fibonacci fan levels for entries and exits. I figured using the "For Each Object" block with "Object Type" set to "Fibonacci Fan" and going from there should be the way to do it, but the price values it returns seem to be those of a Fibonacci Retracement, instead of a Fan. I think it's not returning the dynamic price levels that change with every candle, like Fibonacci Fan price levels should do. Am I doing something wrong here?
I used the Indicator Tester blocks to check price levels: https://fxdreema.com/shared/GvLiaoTKdI hope you can point me in the right direction.
Yours sincerely,Saf
-
That is true, the returned values are for horizontal-looking fibonacci. Unfortunately there is no native function to get these values and I'm using custom made calculations. I don't know ho to do these calculations for all the other fibos

-
Ah that's too bad. Thanks anyway for the swift reply!