This
From MultiCharts
Used in combination with Bar to reference the current bar.
Usage
This Bar
Notes
- Use Next to reference the next bar.
Example
Buy a user-set number of shares on close of this bar:
Buy This Bar On Close;
This Bar on Close is used to place an order at the Close of a bar, and marks the order filled in the chart at the closing price of the bar. This type of order is only generated on the bar Close, even if IntraBarOrderGeneration is enabled.