+1 888 340 6572

PriceScale: Difference between revisions

From MultiCharts
(Created page with "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 ==== [...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
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 ==
[[PriceScale]]
<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.