TRading with long Pin bars

#3
Aplusads,

check it whether it is suitable for your requirement. This is only "scan" formulae.

------------------------------------------

R=H-L;

Buy=(Open<Close) AND (H-O)<(O-L) AND Volume>100000 AND V>Ref(V,-1) AND V>MA(V,10) AND R>Ref(R,-1)*1.2;
Sell=(Open>Close) AND (O-L)<(H-O) AND Volume>100000 AND V>Ref(V,-1) AND V>MA(V,10) AND R>Ref(R,-1)*1.2;


Filter=Buy OR Sell ;
 

Similar threads