PureBytes Links
Trading Reference Links
----- Original Message ----- From: Steve Carlsson To: Amibroker (E-mail) Sent: Thursday, March 20, 2008 4:54 PM Subject: [amibroker] Sell Signal Hi allbelow is my code to "sell if the close today is above yesterdays 2 daymoving average + x atr(2). x being a variable.Sell=C>Ref(MA(C,2),-1)+a*ATR(2)Not sure if its doing what I expect can abyone let me now if its flawed...?CheersSteve C
Hi allbelow is my code to "sell if the close today is above yesterdays 2 daymoving average + x atr(2). x being a variable.Sell=C>Ref(MA(C,2),-1)+a*ATR(2)Not sure if its doing what I expect can abyone let me now if its flawed...?CheersSteve C