Fibonacci
-
hi there that file seems to have a file error on it so could inspect but sounds very interesting could you re upload so I could have a look please
-
Hi have a question i've been trying to play with the object on chart option but after 4 hrs trying to see how it works i gave up..
Would you mind to put some kind of example how to use those options, I'm interested on the fibonacci retracement using the fibonacci tool from mt4. id like to se to draw an arrow when price is between 61.8% and 38.2%
Thank you
-
"Indicator moves within limits" is normally for indicators, but let's look at Candle[0] as indicator. So...
http://fxdreema.com/shared/5qeaRpUqc
Fibonacci object is selected by name (myfibo). -
Thank you very much for that i have an indicator id like to use how can i apply it to get those fib levels?
Attached to this message you'll find the indicator..
Thank you
......
AutoFibo.mq4 -
When you have some indicator, get "Levels tester (for indicators and more)" block and connect it with "Just pass". Select inside the indicator you want to test and on the chart you will see what values it gives to the EA. Knowing these values you can use them with Condition block. Or you can also try blocks from "Indicators" category - they should work for most indicators.
This exact indicator has two buffers (two lines) and I guess they can be accessed from the EA and used. They are simply two levels. The indicator also draws fibonacci, which is named "AutoFibo" and if it does not rename it while running, it can be used with this name as an object.