Difference between revisions of "InitialCapital"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the amount of initial capital set in the strategy properties. ==Usage== <syntaxhighlight>InitialCapital</syntaxhighlight> ==Example== <s...")
 
 
Line 6: Line 6:
 
<syntaxhighlight>InitialCapital</syntaxhighlight> will return 10000 if Initial Capital amount was set to 10000 in the strategy properties.  
 
<syntaxhighlight>InitialCapital</syntaxhighlight> will return 10000 if Initial Capital amount was set to 10000 in the strategy properties.  
  
[[Category:Accounts and Positions]]
+
[[Category:Accounts & Positions]]

Latest revision as of 13:55, 16 May 2012

Returns a numerical value, indicating the amount of initial capital set in the strategy properties.

Usage

InitialCapital

Example

InitialCapital

will return 10000 if Initial Capital amount was set to 10000 in the strategy properties.