Hi;
 

 Can someone please help me with the following formula?
 

 "PP SELL"
 H < Ref(H,-1) AND Ref(H,-1) > (H,-2) AND
 L < Ref(L,-1) AND Ref(L,-1) > (L,-2)
 

 Idea is that current high & low period is lower than 1-prior high & low 
period, and the 1-prior high&low period is higher than the 2-period high & low 
bar.
 

 "PP BUY"
 H > Ref(H,-1) AND Ref(H,-1) < (H,-2) AND
 L > Ref(L,-1) AND Ref(L,-1) < (L,-2)
 

 Attached are samples of the signals i wish to create within an MS explorer.
 

 Any help or assistance would be greatly appreciated. Thank you all in advance.
 

 

Reply via email to