alright, updated EA based on price and time.
took @roar advice, incorporated sells and buys as well as a longer tested time frame...

alright, updated EA based on price and time.
took @roar advice, incorporated sells and buys as well as a longer tested time frame...

@roar agreed I got it to work with candle highs and lows, but fractals was the goal. Thank you again!
@wilson-1 i think its a 7 block limit....advanced EA's can come in only 7 blocks. haha
bug, not bug is irrelevant...the way I've noticed FXDreema works is if someone can code around issues with extra blocks, then that is the better solution because the developer can not possibly create 1 solution for everything.
@roar Thank you Sir, Once I figure out how to work with those values I'll share the EA with you
@ajmd97fx I was not able to get that to draw.
@roar said in Fibo assistance please:
@jsauter86 the funny thing with fractals is, the indicator has a value on every candle, even when there is no arrow. The value is infinite in those cases.
So, to get the actual fractal arrows, we need to check that fractal value is the same as candle high/low value (because the actual arrows will be there).
Here's one solution:
https://fxdreema.com/shared/6Yh1m2vJd
ok, thank you. that explains how I was taking trades to begin with. I tried to not specify a candle, or specify...and it was taking trades every day both situations so long as I had over candle 3 selected.
I will take a look to see if I can make sense of it
@bk7 perhaps I can use the indicator appear block to make this easy?
@bk7 I'm just using the basic fractals built into fxdreema.
i dont know if that will work, I dont want it to use a candle ID at all, I want the last visible fractal up and last visible fractal down to be used as the fib anchors.
I think logically it is better to store the last fractals as variables, and then when price crosses at the 50% mark either up or down, go long or short. Anyone have a minute to teach me how to logically write that using mt5 blocks
@ajmd97fx thank you, I will create it on my flight today and let you know how it goes.
Thank you again very much!
I think I only want to use the 50...but that this point im only trying to figure out how to auto draw the fib from last "fractal up" to last "fractal down"
@khacdiepvnc try to get it to draw correctly first.
@seb-0 It should be different
I too use the once per bar function a lot. But when you use open prices only, that means it doesn't calculate closing prices. At least that is my understanding.
@l-andorrĂ once I can get it to draw the fibs how I am thinking, I'll take that into consideration. Thank you!
@bk7 i dont code custom blocks, not sure how to do all that.
You would first need to say the logic entirely for someone to help.
What are the starting fib points is a good place to start....identifying your condition.