+1 888 340 6572

TotalTrades: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value, indicating the total number of all completed trades. ==== Usage ==== <syntaxhighlight>TotalTrades</syntaxhighlight> ==== Notes ==== This func...")
 
mNo edit summary
 
Line 1: Line 1:
Returns a numerical value, indicating the total number of all completed trades.   
Returns a numerical value, indicating the total number of all completed trades.   


==== Usage ====
== Usage ==
<syntaxhighlight>TotalTrades</syntaxhighlight>  
<syntaxhighlight>TotalTrades</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==  
This function can only be used in signals.  
* This function can only be used in signals.  
==== Example ====
<syntaxhighlight>TotalTrades will return a value of 5 if there were a total of five completed trades
 
TotalTrades will return a value of 0 if no trades were completed during the entire trading period</syntaxhighlight>
   
   
== Example ==
<syntaxhighlight>TotalTrades</syntaxhighlight>
* Will return a value of 5 if there were a total of five completed trades,
* Will return a value of 0 if no trades were completed during the entire trading period. 


[[Category:Strategy Performance]]
[[Category:Strategy Performance]]

Latest revision as of 19:30, 14 February 2012

Returns a numerical value, indicating the total number of all completed trades.

Usage

TotalTrades

Notes

  • This function can only be used in signals.

Example

TotalTrades
  • Will return a value of 5 if there were a total of five completed trades,
  • Will return a value of 0 if no trades were completed during the entire trading period.