Difference between revisions of "PointValue"

From MultiCharts
Jump to navigation Jump to search
(Created page with "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 ==== [[PointV...")
 
 
(4 intermediate revisions by 4 users not shown)
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 market value of a single fractional PriceScale unit price change for the data series that the study is applied to.  The PointValue is not always the same as the minimum move value.
  
==== Usage ====
+
== Usage ==
[[PointValue]]
+
<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]]

Latest revision as of 09:33, 18 April 2012

Returns a numerical value, indicating the market value of a single fractional PriceScale unit price change for the data series that the study is applied to. The PointValue is not always the same as the minimum move value.

Usage

PointValue

Notes

Example

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