AllowSendOrdersOnPortfolioCloseButton

From MultiCharts
Revision as of 13:07, 16 February 2024 by Polly (talk | contribs) (Created page with " Toggles intra-bar order generation when Close Position Button is pressed during auto trading in Portfolio Trader. == Usage == <syntaxhighlight>[AllowSendOrdersOnPortfolioC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Toggles intra-bar order generation when Close Position Button is pressed during auto trading in Portfolio Trader.

Usage

[AllowSendOrdersOnPortfolioCloseButton = LogicalValue]

Where:

LogicalValue - a true/false value; True = Enable; False = Disable.

Notes

Attributes are applied at the time of compilation and cannot be changed at run-time.

This attribute works in Portfolio Trader only.

Example

Enable intra-bar order generation when Close Position Button is pressed:

[AllowSendOrdersOnPortfolioCloseButton = True];