Difference between revisions of "IntervalType"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the resolution intervals of the data series that the study is applied to. ==== Usage ==== ==== Notes ==== ==== Example ==== [[Ca...")
 
Line 2: Line 2:
 
   
 
   
 
==== Usage ====
 
==== Usage ====
+
 
 +
<syntaxhighlight>IntervalType</syntaxhighlight>
 +
 
 +
The following values are returned for each type of resolution units:
 +
 
 +
:'''0''' = Ticks (Ticks & Contracts),
 +
:'''1''' = Intra-Day (Seconds, Minutes, & Hours),
 +
:'''2''' = Days,
 +
:'''3''' = Weeks,
 +
:'''4''' = Months, Quarters, & Years,
 +
:'''5''' = Points & Changes,
 +
:'''0 - 5''' = Point & Figure,
 +
:'''0 - 5''' = Kagi,
 +
:'''0 - 5''' = Line Break,
 +
:'''0 - 5''' = Renko,
 +
:'''0 - 5''' = Heikin Ashi.
 +
 
 
==== Notes ====  
 
==== Notes ====  
 
   
 
   

Revision as of 16:42, 21 August 2017

Returns a numerical value, indicating the resolution intervals of the data series that the study is applied to.

Usage

IntervalType

The following values are returned for each type of resolution units:

0 = Ticks (Ticks & Contracts),
1 = Intra-Day (Seconds, Minutes, & Hours),
2 = Days,
3 = Weeks,
4 = Months, Quarters, & Years,
5 = Points & Changes,
0 - 5 = Point & Figure,
0 - 5 = Kagi,
0 - 5 = Line Break,
0 - 5 = Renko,
0 - 5 = Heikin Ashi.

Notes

Example