samedi 18 février 2017

Alert help

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
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 ;

Any help will be highly appreciated

Attached Images
File Type: jpg hammer.jpg (79.0 KB)


Alert help

Aucun commentaire:

Enregistrer un commentaire