Fibonacci ea
-
So i have all the fibo trading worked out for one fibo line , need help to trade off two trenlines that are close together, like open and close below two lines and high goes above,
The question is can i determine lines by colour , only open trade if the high goes above aqua and yellow ? any two colours.
-
but i dont care about the name of object or what not. just two different colour fibo lines , then when i set my fibo script i can have monthly yellow and weekly aqua. then i tell the ea to only trade when hits these two colours .
-
https://fxdreema.com/shared/UsXb7YJ5b
heres a look. i have another way to trade fibos but can anyone help detect the lines please. whats the attribute , i have fibos named as ( fibo ) but can not pick them up.
-
@max-c I never tried what you're asking for. The only way I imagine is drawing a horizontal line on top of that fibo level but that would increase the complexity of the EA just for visual reasons. Not sure it is worth the effort.
-
@max-c I think what needs to happen is have the Fibo paint onto your chart, open the data window (Ctrl+D) then look for what output buffers give what for data. if the 61.8 on the fib outputs the charts price, you will need to use a condition block to find what price you want on what Fib line then write a formula block to get that price/level stored into a Variable. Once price is in a variable, you can have a condition block react when price contacts the level. I hope this helps.
PS - Output buffers start with 0, 1, 2, 3 etc etc.