+1 888 340 6572

Higher

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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;