Difference between revisions of "PointValue"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
Line 1: Line 1:
 
Returns a numerical value, indicating the currency value of a single fractional unit price change for the data series that the study is applied to.   
 
Returns a numerical value, indicating the currency value of a single fractional unit price change for the data series that the study is applied to.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>PointValue</syntaxhighlight>
 
<syntaxhighlight>PointValue</syntaxhighlight>
  
==== Notes ====  
+
== Notes ==
<syntaxhighlight>PointValue = BigPointValue/PriceScale</syntaxhighlight>
+
* PointValue = [[BigPointValue]] / [[PriceScale]].
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>PointValue will return 0.01 for Google  
+
<syntaxhighlight>PointValue</syntaxhighlight>
 
+
* Will return 0.01 for Google,
PointValue  will return 0.50 for E-mini S&P 500</syntaxhighlight>
+
* Will return 0.50 for E-mini S&P 500.
 
 
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 12:02, 19 February 2012

Returns a numerical value, indicating the currency value of a single fractional unit price change for the data series that the study is applied to.

Usage

PointValue

Notes

Example

PointValue
  • Will return 0.01 for Google,
  • Will return 0.50 for E-mini S&P 500.