Fib EA
-
I’m a little stuck with where to even start, I’m looking to draw a fib from swing high to low
Any help would be much appreciated! -
@scottpapetti Do you have a project link to share? How should we know where you're stuck?
-
@trader-philipps
I have not started it yet, currently looking at the screen humming and hawing on how to approach it.
Could I use a zig zag indicator to identify the swings im looking for ? Or maybe even an imported auto fib drawing tool? -
@scottpapetti You can find highest and lowest price for a certain number of candles if that help. Other approaches maybe more @l-andorrà 's knowledge.
-
I think I have my Fibonacci tool working but Are we able to save the values of fib levels from an object?
-
I’m look to store and continually update the price of the fib levels in a variable to place TP’s on
-
this is what i have so far. https://fxdreema.com/shared/fryyMJDpc
im trying to make a pending buy order at 50 with TP at 618
i have the custom indicator working but cant seem to get it to trade.
any help is much appreciated
0_1580505565366_KISS Auto Fib.mq4 -
@scottpapetti Okay, so you want to draw the levels by yourself? Anyway, it seems that you can read the values from a fibo object on a chart an eg. store it in a variable .. take a closer look at this ..

But to behonest I never worked with this and maybe someone else may get you up on track the better way than me.