Hello everyone,
Anyone can please help me to get alert if price trad above hammer high.
more explanation in the attached image.
this is the code that i use for hammer pattern
Any help will be highly appreciated
Anyone can please help me to get alert if price trad above hammer high.
more explanation in the attached image.
this is the code that i use for hammer pattern
Code:
uppershadow = H - Max(O,C);
body = abs(O-C);
lowerShadow = Min(O,C) - L;
Hammer = L < Ref(L,-1) AND uppershadow < body*3 AND lowerShadow > body*4 ;
Alert help
Aucun commentaire:
Enregistrer un commentaire