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

Re: Simple Trading System For Stocks



PureBytes Links

Trading Reference Links

In a message dated 97-11-15 23:25:34 EST, combat@xxxxxxxxxxx writes:

<< IF PercentR(10) < 30 AND Close - Low > Close[1] - Low[1] AND Close[1] -
 Low[1] > Close[2] - Low[2] THEN BUY TOMORROW AT THE OPENING
 
 IF BarsSinceEntry(0) > 6 THEN SELL AT THE CLOSE >>
*******************************
Michael:
Thanks for sharing but this does not verify in TS.  First, error is the word
"OPENING".  Should it be open instead.  Also the last sentence shows that TS
expects the number of shares, contracts etc.  Any ideas?
Lynn