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

System: how to buy on close of signal bar



PureBytes Links

Trading Reference Links

In writing a system I would like to buy(sell) on the close of the same bar
the signal occurs on.  I've tried BUY CLOSE[1] but that begets a "grammar
error.  BUY CLOSE just produces a buy on the close of the next bar. BUY
PREVIOUS CLOSE produces another error message, word not recognized. Is there
a modifier or a correct way to write this.

John