Difference between revisions of "PriceScale"

From MultiCharts
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Returns a numerical value, indicating the fractional unit equivalent of a single whole unit price change for the data series that the study is applied to.   
 
Returns a numerical value, indicating the fractional unit equivalent of a single whole unit price change for the data series that the study is applied to.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>PriceScale</syntaxhighlight>
 
<syntaxhighlight>PriceScale</syntaxhighlight>
  
==== Notes ====  
+
== Notes ==
<syntaxhighlight>PriceScale = BigPointValue/PointValue</syntaxhighlight>
+
* PriceScale = [[BigPointValue]] / [[PointValue]].
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>PriceScale will return 100 for Google  
+
<syntaxhighlight>PriceScale</syntaxhighlight>
 
+
* Will return 100 for Google,
PriceScale  will return 32 for T-Bond Futures</syntaxhighlight>
+
* Will return 32 for T-Bond Futures.
 
 
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Latest revision as of 12:02, 19 February 2012

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

Usage

PriceScale

Notes

Example

PriceScale
  • Will return 100 for Google,
  • Will return 32 for T-Bond Futures.