Difference between revisions of "Point"

From MultiCharts
Jump to navigation Jump to search
Line 8: Line 8:
 
   
 
   
 
==== Example ====
 
==== Example ====
This statement will return 0.01 for Google:
+
<syntaxhighlight>1 Point  will return 0.01 for Google  
<syntaxhighlight>1 Point</syntaxhighlight> 
 
  
This statement will return 0.08 for E-mini S&P 500:
+
8 Point  will return 0.08 for E-mini S&P 500  
<syntaxhighlight>8 Point</syntaxhighlight>
+
 
 +
8 Point will return 0.25 for T-Bond Futures</syntaxhighlight>  
  
This statement will return 0.25 for T-Bond Futures:
 
<syntaxhighlight>8 Point</syntaxhighlight>
 
  
 
[[Category:Data Information/General]]
 
[[Category:Data Information/General]]

Revision as of 11:28, 19 January 2012

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

Usage

Point

Notes

Point = 1/PriceScale

Example

1 Point  will return 0.01 for Google 

8 Point  will return 0.08 for E-mini S&P 500 

8 Point  will return 0.25 for T-Bond Futures