Difference between revisions of "MaxIDDrawDown"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a negative numerical value, indicating the largest decline in equity during the entire trading period. ==== Usage ==== <syntaxhighlight>MaxIDDrawDown</syntaxhighlig...")
 
m
 
Line 1: Line 1:
 
Returns a negative numerical value, indicating the largest decline in equity during the entire trading period.   
 
Returns a negative numerical value, indicating the largest decline in equity during the entire trading period.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>MaxIDDrawDown</syntaxhighlight>  
 
<syntaxhighlight>MaxIDDrawDown</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
This function can only be used in signals.  
+
* This function can only be used in signals.  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>MaxIDDrawDown will return a value of -500 if the largest decline in equity during the entire trading  
+
<syntaxhighlight>MaxIDDrawDown</syntaxhighlight>
period was $500</syntaxhighlight>
+
Will return a value of -500 if the largest decline in equity during the entire trading period was $500.
 
   
 
   
 
[[Category:Strategy Performance]]
 
[[Category:Strategy Performance]]

Latest revision as of 19:43, 14 February 2012

Returns a negative numerical value, indicating the largest decline in equity during the entire trading period.

Usage

MaxIDDrawDown

Notes

  • This function can only be used in signals.

Example

MaxIDDrawDown

Will return a value of -500 if the largest decline in equity during the entire trading period was $500.