Difference between revisions of "Category"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by 194.84.116.138)
Line 1: Line 1:
 
Returns a numerical value, indicating the category (financial instrument type) of the symbol that study is applied to.  
 
Returns a numerical value, indicating the category (financial instrument type) of the symbol that study is applied to.  
 
   
 
   
http://www.buyxanaxonlinepill.com/ xanax order - buy cheap xanax online
+
==== Usage ====
 +
<syntaxhighlight>Category</syntaxhighlight>
  
http://www.buyxanaxonlinepill.com/ order xanax - xanax
+
The following values are returned for each category:  
 +
 
 +
0 – Future
 +
 +
1 – Future Option
 +
 
 +
2 – Stock
 +
 
 +
3 – Stock Option
 +
 
 +
4 – Index
 +
 
 +
5 – Currency Option
 +
 
 +
6 – Mutual Fund
 +
 
 +
7 – Money Market Fund
 +
 
 +
8 – Index Option
 +
 
 +
9 – Cash
 +
 
 +
10 – Bond
 +
 
 +
11 – Spread
 +
 
 +
12 – Forex
 +
 
 +
14 – Composite
 +
 
 +
==== Example ====
 +
Assign a value, indicating the type of symbol that the study is applied to, to Value1 variable:
 +
 
 +
<syntaxhighlight>Value1=Category;</syntaxhighlight>
 +
 +
 
 +
 
 +
[[Category:Data Information/General]]

Revision as of 12:38, 13 February 2012

Returns a numerical value, indicating the category (financial instrument type) of the symbol that study is applied to.

Usage

Category

The following values are returned for each category:

0 – Future

1 – Future Option

2 – Stock

3 – Stock Option

4 – Index

5 – Currency Option

6 – Mutual Fund

7 – Money Market Fund

8 – Index Option

9 – Cash

10 – Bond

11 – Spread

12 – Forex

14 – Composite

Example

Assign a value, indicating the type of symbol that the study is applied to, to Value1 variable:

Value1=Category;