Wicks of candles
-
Hi everyone
i have been struggling with an idea and can't figure out how to achieve thisthe idea is to check if the last three candle's lower wick has a common price ?

as you can see in the image , "candle a " has the smallest wick and is a bear candle so lets take the close of "candle a" as price of comparison , which means the EA needs to check if candle b lower wick and candle c lower wick went below the price of comparison
i did try it like this : https://fxdreema.com/shared/qvvhAwi9
but it doesnt seems to be workingany suggestions on how to achieve this ?
-
@zackry Once more, you need one or those wonderful roar's loops searcging for a common price in those wicks. Do you need just ANY price or a specific one is required?
-
@l-andorrà yeah i think loops would be the way to go but i cant figure out how ,
i guess any price will be okay as long as that price is common among all three lower wicks -
@zackry Man, both of us know this is roar's field of expertise.
Maybe he will be able to find a brilliant solution, as usual! 
-
@l-andorrà i was really trying to avoid calling anyone on this post because it seems like thats all i am doing lately , in my last few post i always call roar and miro on the post to help , didnt wanted to bother them again but it looks like thats the only option to get out of this jammed situation
@roar could you please help out -
@zackry Honestly not. I'm still trying to understand loops as deeply as possible, but I didn't make it yet, sorry.

-
@l-andorrà same here most of the time loops dont make any sense to me
-
Then don't start from 0 roar, I'm struggling on it since i a bit of time haha
This is what i've done until now, still not perfect tho, it is trickier than I thought
https://fxdreema.com/shared/u8Vmm79Dc -
Now works perfect https://fxdreema.com/shared/gk5Bhv8I
@Zackry -
@seb-0 Certainly impressive!

-
@seb-0 wow , i am speechless , its a bit too complex then what my brain can handle at the moment

i will try to understand what you did and then post questions -
you are able to create it without loops, just with the basic vertical logic:
https://fxdreema.com/shared/zHbQFhkke
of course you can transfer the logic into one complex mega Condition, always debug the big condition (divide it into smaller) and check for bugs
-
@miro1360 Amen to that!
-
-
15 + 16 is ok
+ I added next 2 conditions to match his conditions
https://fxdreema.com/shared/wNc69PEPhere some results:





-
Hmmmm... right lets let Zackry choose the project he prefers

-
thanks a bunch @miro1360 and @seb-0
and sorry i wasnt able to post sooner
what both of you actually helped immensely cuz in the start i only actually needed the Ea to consider the candles where the Candle a wick is smaller then the candle b and candle b wick is smaller then candle c
but after testing what miro posted , i realized that there is a flaw in my strategy , which is that the candle a wick doesnt have to be the smallest as loong as all three wicks has at least one price in common and thats where the example posted by @seb-0 is useful cuz it does just that -
@zackry
Good it is useful to you : ) -
Good day guys.
Are these blocks for getting the earliest buy/sell entry? Like finding the true reversal? -
@biztet
I think it's a bit too simple to spot true reversals, but it can be seen temporary resistance or support zones at least.
It is the strategy of Zackry after all so you should ask him.
