Difference between revisions of "RevSize"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the Reversal of a Point & Figure chart, the Reversal of a Kagi chart, or the number of Line Breaks in a Line Break chart. This value is set in the '''Chart Type''' s...")
 
Line 8: Line 8:
 
   
 
   
 
==== Example ====  
 
==== Example ====  
[[RevSize]] returns 2 if the reversal size of a P&F chart is set to 2.  
+
<syntaxhighlight>RevSize returns 2 if the reversal size of a P&F chart is set to 2.  
  
[[RevSize]] returns 5 if the number of line breaks for a Line Break chart is set to 5.  
+
RevSize returns 5 if the number of line breaks for a Line Break chart is set to 5.  
  
[[RevSize]] returns 4 if the reversal size of a Kagi chart is set to 4%.  
+
RevSize returns 4 if the reversal size of a Kagi chart is set to 4%.</syntaxhighlight>
  
  
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 11:26, 19 January 2012

Returns the Reversal of a Point & Figure chart, the Reversal of a Kagi chart, or the number of Line Breaks in a Line Break chart.

This value is set in the Chart Type section of the Settings tab within the Format Instrument dialog for a chart.

Usage

Notes

Example

RevSize returns 2 if the reversal size of a P&F chart is set to 2. 

RevSize returns 5 if the number of line breaks for a Line Break chart is set to 5. 

RevSize returns 4 if the reversal size of a Kagi chart is set to 4%.