Difference between revisions of "IntervalType ex"

From MultiCharts
Jump to navigation Jump to search
 
Line 1: Line 1:
An extended version of [[IntervalType.]]  
+
An extended version of [[IntervalType]].
  
 
Indicates the resolution intervals more specifically.  
 
Indicates the resolution intervals more specifically.  

Latest revision as of 17:02, 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.

Example

To assign a value, indicating the resolution units of the data series the study is applied to, to Value1 variable:

Value1 = IntervalType_ex;