+1 888 340 6572

IntervalType ex: Difference between revisions

From MultiCharts
(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...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
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.  
Line 6: Line 6:
   
   
==== Usage ====
==== Usage ====
 
==== Notes ====
<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.
 
==== Example ====
==== Example ====


To assign a value, indicating the resolution units of the data series the study is applied to, to Value1 variable:
<syntaxhighlight>Value1 = IntervalType_ex;</syntaxhighlight>


[[Category:Data Information/General]]
[[Category:Data Information/General]]

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;