Difference between revisions of "IntervalType ex"

From MultiCharts
Jump to navigation Jump to search
(Created page with "An extended version of IntervalType. Indicates the resolution intervals more specifically. Returns a numerical value, indicating the resolution intervals of the data s...")
 
Line 6: Line 6:
 
   
 
   
 
==== Usage ====
 
==== Usage ====
+
 
 +
<syntaxhighlight>IntervalType_ex</syntaxhighlight>
 +
 
 +
The following values are returned for each type of resolution units:
 +
 
 +
:'''1''' = Ticks,
 +
:'''2''' = Minutes,
 +
:'''3''' = Hours,
 +
:'''4''' = Days,
 +
:'''5''' = Weeks,
 +
:'''6''' = Months,
 +
:'''7''' = Years,
 +
:'''8''' = Volume,
 +
:'''9''' = Seconds,
 +
:'''10''' = Quarters,
 +
:'''11''' = Points,
 +
:'''12''' = Change,
 +
:'''13''' = Points (Original),
 +
:'''1 - 12''' = Point & Figure,
 +
:'''1 - 12''' = Kagi,
 +
:'''1 - 12''' = Line Break,
 +
:'''1 - 12''' = Renko,
 +
:'''1 - 12''' = Heikin Ashi.
 +
 
 
==== Notes ====
 
==== Notes ====
 
   
 
   

Revision as of 17:00, 21 August 2017

An extended version of IntervalType.

Indicates the resolution intervals more specifically.

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

Usage

IntervalType_ex

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

1 = Ticks,
2 = Minutes,
3 = Hours,
4 = Days,
5 = Weeks,
6 = Months,
7 = Years,
8 = Volume,
9 = Seconds,
10 = Quarters,
11 = Points,
12 = Change,
13 = Points (Original),
1 - 12 = Point & Figure,
1 - 12 = Kagi,
1 - 12 = Line Break,
1 - 12 = Renko,
1 - 12 = Heikin Ashi.

Notes

Example