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

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