[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iif help



PureBytes Links

Trading Reference Links


Hi ALL hopefully someone will help me with this problem Ijust 
don't seem to grasp how to use the iif statement despite reading the help notes 
1,000,000 times :)
what I would like is that buy to be signaled if filter1 is true 
then buy when filter2 is ALSO true 
 
filter1= H 
>EMA<FONT 
size=1>(Close,130) 
and EMA<FONT 
size=1>(Close,250) 
> Ref(<FONT 
color=#0000ff size=1>EMA(Close,<FONT 
color=#ff00ff size=1>250),-<FONT color=#ff00ff 
size=1>10);
filter2 = EMA<FONT 
size=1>(Close,130)* 
ATR(<FONT 
face="Courier New" color=#ff00ff size=1>10);
if  filter1 true then buy next bar that filter2 is also true 

 
Thanks David