Difference between revisions of "Point"

From MultiCharts
Jump to navigation Jump to search
Line 8: Line 8:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>1 Point  will return 0.01 for Google  
+
This statement will return 0.01 for Google:
 +
<syntaxhighlight>1 Point</syntaxhighlight> 
  
8 Point  will return 0.08 for E-mini S&P 500  
+
This statement 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 16:39, 18 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

This statement will return 0.01 for Google:

1 Point

This statement will return 0.08 for E-mini S&P 500:

8 Point

This statement will return 0.25 for T-Bond Futures:

8 Point