Account

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Strategy >

Account

Previous page Return to chapter overview Next page

Definition

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

 

Property Value

An Account object configured for the strategy

 

Syntax

Account

 

Examples

ns

//Displays text on chart indicating what account the strategy is applied to

Draw.TextFixed(this, "tag1", "Strategy is applied to " + Account.Name, TextPosition.BottomRight);