Account

View as Markdown

Definition

Represents the real-world or simulation Account configured for the strategy.

Property Value

An Account object configured for the strategy.

Syntax

Account

Examples

// Displays text on chart indicating what account the strategy is applied to
Draw.TextFixed(this, "tag1", "Strategy is applied to " + Account.Name, TextPosition.BottomRight);