Open main menu

Used in strategy entry or exit statements to specify a price range for an entry or an exit; must be preceded by the word Or.

Usage

At Price Or Higher

Where:

Price - a numerical expression, specifying the base Price.
At - a skip word and can be omitted.

Notes

Example

Buy within the next bar on the first tick with a price of 100 or more:

Buy Next Bar At 100 Or Higher;

Sell short within the next bar on the first tick with a price of 50 or more:

SellShort Next Bar At 50 Or Higher;