Difference between revisions of "BarType ex"

From MultiCharts
Jump to navigation Jump to search
(Created page with "An extended version of BarType. Indicates the resolution units more specifically. Returns a numerical value, indicating the resolution units of the data series that the ...")
 
Line 4: Line 4:
 
   
 
   
 
==== Usage ====
 
==== Usage ====
[[BarType_ex]]
 
  
The following values are returned for each type of resolution units:
+
[[Bartype_ex|BarType_ex]]
  
  1 – Ticks
+
<br>The following values are returned for each type of resolution units:
  2 – Minutes
+
 
  3 – Hours
+
<br>1 – Ticks
  4 – Days
+
<br>2 – Minutes
  5 – Weeks
+
<br>3 – Hours
  6 – Months
+
<br>4 – Days
  7 – Years
+
<br>5 – Weeks
  8 – Volume
+
<br>6 – Months
  9 – Seconds
+
<br>7 – Years
10 – Quarters
+
<br>8 – Volume
11 – Points
+
<br>9 – Seconds
12 – Change
+
<br>10 – Quarters
13 – Points (Original)
+
<br>11 – Points
14 - Point & Figure
+
<br>12 – Change
15 - Kagi
+
<br>13 – Points (Original)
16 - Renko
+
<br>14 - Point & Figure
17 - Line Break
+
<br>15 - Kagi
18 - Heikin Ashi
+
<br>16 - Renko
 +
<br>17 - Line Break
 +
<br>18 - Heikin Ashi
  
 
 
==== Example ====
 
==== Example ====
 
Assign a value, indicating the resolution units of the data series that the study is applied to, to Value1 variable:  
 
Assign a value, indicating the resolution units of the data series that the study is applied to, to Value1 variable:  

Revision as of 15:14, 18 January 2012

An extended version of BarType. Indicates the resolution units more specifically.

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

Usage

BarType_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)
14 - Point & Figure
15 - Kagi
16 - Renko
17 - Line Break
18 - Heikin Ashi

Example

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

Value1=BarType_ex;