PureBytes Links
Trading Reference Links
|
In the Enhanced System Tester I am creating, I look at the Orders
report during a system test.
I get:
Considered
Placed
Cancelled - open cost
What I want is a considered (buy), placed, sell.
Instead of "Cancelled - open cost".
The buy and sell look like this.
Buy Signal:
Signal:=ROC( CLOSE,200, PERCENT ) > 0 AND
ROC( CLOSE, 50, PERCENT ) > 0 AND
C>Mov(C,30,S);
Signal AND Ref(Signal,-1)=0;
close buy signal:
Signal:=ROC( CLOSE,200, PERCENT ) < 0 OR
ROC( CLOSE, 50, PERCENT ) < 0 OR
C<Mov(C,30,S);
Signal:=Signal AND Ref(Signal,-1)=0;
Signal;
Could you please tell me what I should change?
Thanks much,
larry@xxxxxxxxxx
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|