Difference between revisions of "Setting Properties"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Category: Setting Symbols")
 
Line 1: Line 1:
 +
 +
text
 +
 +
 +
 +
{|
 +
|'''Property'''
 +
|'''Tab'''
 +
|'''Category Applicable'''
 +
|'''Description'''
 +
 +
|-
 +
|'''Data Source*'''
 +
|Category
 +
|All
 +
|Data source to receive the data for the symbol from. It is possible
 +
to have several symbols with the same underlying asset (name) fed from different data source.
 +
 +
|-
 +
|'''Symbol Name*'''
 +
|Category
 +
|All
 +
|Symbol name is the abbreviation of the underlying asset name i.e. ticker name.
 +
Symbol names may vary for different data source. The same underlying asset may have quite different
 +
symbol names for different datas sources.
 +
 +
|-
 +
|'''Symbol Root*'''
 +
|Category
 +
|All
 +
|Symbol root is a abbreviation of underlying' name.
 +
The same underlying asset may have quite different
 +
symbol names for different datas sources.
 +
 +
|-
 +
|'''Description'''
 +
|Category
 +
|All
 +
|Description is the full name for the asset.
 +
Usually it is a name of the corporation, financial entity or instrument that the symbol is based on.
 +
 +
|-
 +
|'''CUSIP'''
 +
|Category
 +
|Mutual Funds & Stocks
 +
|CUSIP (Committee on Uniform Securities Identification Procedures) is a unique nine-character
 +
identification number, for each class of security approved for trading in the U.S.,
 +
to facilitate clearing and settlement.
 +
 +
|-
 +
|'''Margin'''
 +
|Category
 +
|Futures
 +
|Amount of money exchange requires to reserve as a deposit for futures trading (in percents).
 +
 +
|-
 +
|'''Contract Month'''
 +
|Category
 +
|Bonds, Futures & Options
 +
|Delivery/expiration month of a security.
 +
 +
|-
 +
|'''Contract Year'''
 +
|Category
 +
|Bonds, Futures & Options
 +
|Delivery/expiration year of a security.
 +
 +
|-
 +
|'''Expiration Date'''
 +
|Category
 +
|Futures & Options
 +
|Date future or option contract expires.
 +
 +
|-
 +
|'''Expiration Rule'''
 +
|Category
 +
|Futures & Options
 +
|Expiration rules are quite different for different types of futures and options.
 +
 +
 +
|-
 +
|'''Expiration Status'''
 +
|Category
 +
|Futures & Options
 +
|Status displays if the contract is expired or not.
 +
 +
|-
 +
|'''Strike Price'''
 +
|Category
 +
|Options
 +
|Option strike price.
 +
 +
|-
 +
|'''Option Type'''
 +
|Category
 +
|Options
 +
|Option type (Call or Put).
 +
 +
|-
 +
|'''Price Scale'''
 +
|Settings
 +
|All
 +
 +
|Returns a numeric expression representing the fractional portion of a full point move for a particular symbol. The PriceScale value is represented by a whole number.
 +
For example; the PriceScale of the E-Mini S&P is100, which represents the fractional portion
 +
of a full point move for the E-Mini S&P.  Any stock would also have a PriceScale of 100. 1 / PriceScale  = Minimum price increment.
 +
 +
<br>'''Examples'''
 +
<br>'''MinMove / PriceScale''' returns the smallest increment between trades.
 +
<br>'''MinMove / PriceScale * BigPointValue''' returns the dollar value of the smallest change in price.
 +
<br>
 +
<br><div style="background-color: #E5F6FF;">Tip: MultiCharts can display prices in both decimal and fractional format.</div>
 +
 +
== Displaying prices in decimal format ==
 +
 +
# Double click on the symbol in QuoteManager. The '''Edit Symbol''' window will appear.
 +
# Select the '''Settings''' tab.
 +
# In the '''Settings Details''' section, select the appropriate '''Price Scale''' from the drop-down list. The following selections are available for decimal format:
 +
 +
<TABLE class="QMtable">
 +
<TR class="QMtr"><TD class="QMtd" align=right>10000
 +
<TR class="QMtr"><TD class="QMtd" align=right>1000
 +
<TR class="QMtr"><TD class="QMtd" align=right>100
 +
<TR class="QMtr"><TD class="QMtd" align=right>10
 +
<TR class="QMtr"><TD class="QMtd" align=right>As is
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/10
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/100
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/1000
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/10000
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/100000
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/1000000
 +
</TABLE>
 +
<br>
 +
 +
== Displaying prices in fractional format ==
 +
 +
# Double click on the symbol in QuoteManager. The '''Edit Symbol''' window will appear.
 +
# Select the '''Settings''' tab.
 +
# In the '''Settings Details''' section, select
 +
the appropriate '''Price Scale''' from the drop-down list. The following selections are available for fractional format:
 +
 +
<TABLE class="QMtable">
 +
<TR''''''Fractions with <br>integer numerator'''</TR>
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/2
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/4
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/8
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/16
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/32
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/64
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/128
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/256
 +
</TABLE><br>
 +
 +
The numerator of the fraction may have a decimal:
 +
<br>
 +
<div class="tips"><br>10 <sup>23.25</sup>/<sub>32</sub>
 +
<br>10 <sup>23.5 </sup>/<sub>32</sub>
 +
<br>10 <sup>23.75</sup>/<sub>32</sub>
 +
</div>
 +
<br>
 +
 +
<TABLE class="QMtable">
 +
<TR>'''Fractions with <br>decimal numerator'''</TR>
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/32 and 10th of 32nd
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/10 and j of 10th
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/32 and j of 32nd
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/64 and 10th of 64th
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/32 and Ѕ of 32nd
 +
<TR class="QMtr"><TD class="QMtd" align=right>1/64 and Ѕ of 64th
 +
</TABLE>
 +
 +
<br>
 +
The "10th", "j", and "S" markings have special meaning. 
 +
Their definitions are laid out in the table below:
 +
<br>
 +
 +
<TABLE class="QMtable">
 +
<TR class="QMtr">
 +
<TH class="QMth-odd" align=center>'''<font color=#555555>Marking</TH>
 +
<TH class="QMth-odd" align=center>'''<font color=#555555>Decimal representation in numerator</TH>
 +
<TH class="QMth-odd" align=center>'''<font color=#555555>Fractional Equivalent</TH>
 +
 +
<TR class="QMtr">
 +
<TD class="QMtd" align=right>10th
 +
<TD class="QMtd" align=right>0, 0.1, 0.2, ... 0.9
 +
<TD class="QMtd" align=right>1/10
 +
 +
<TR class="QMtr">
 +
<TD class="QMtd" align=right>j
 +
<TD class="QMtd" align=right>0, 0.25, 0.5, 0.75
 +
<TD class="QMtd" align=right>1/4
 +
 +
<TR class="QMtr">
 +
<TD class="QMtd" align=right>S
 +
<TD class="QMtd" align=right>0, 0.5
 +
<TD class="QMtd" align=right>1/2
 +
 +
</TABLE>
 +
 +
<br>
 +
As shown,
 +
<br>"10th" means the decimal in the numerator can be in increments of 0.1. 
 +
<br>"j" means the decimal in the numerator can be in increments of 0.25. 
 +
<br>"S" means the decimal in the numerator can be in increments of 0.5.
 +
<br>
 +
In a user defined price scale range, it is also possible to input numbers in fractional format into the '''Maximum''' and '''Minimum''' fields.  The numbers will be converted to decimal format when the dialog box is closed.  However, the price scale on chart will still be in fractional format.
 +
<br>
 +
<br><div style="background-color: #E3FBE5;">Note: If the price scale of the symbol is already in decimal format and it is changed to fractional format, the chart must be reloaded for the fractional format to appear.</div>
 +
<br>
 +
 +
|-
 +
|'''Daily Limit'''
 +
|Settings
 +
|All
 +
|The maximum price movement allowed during a session (currently is not used in MultiCharts).
 +
 +
|-
 +
|'''Min. Movement'''
 +
|Settings
 +
|All
 +
|Returns a numeric expression representing the minimum movement allowed for a particular symbol.
 +
<br>The MinMove value is represented by a whole number.
 +
<br>For example: the MinMove of the E-Mini S&P is 25, which represents the minimum price move of the E-Mini S&P  which is .25.
 +
<br>Any stock would have a MinMove of 1, which represents the minimum price move of any stock  which is .01
 +
MinMove
 +
Examples
 +
MinMove / PriceScale returns the smallest increment between trades.
 +
MinMove / PriceScale * BigPointValue returns the dollar value of the smallest change in price.
 +
 +
|-
 +
|'''Big Point Value'''
 +
|Settings
 +
|All
 +
|The dollar value represented by a full point of price movement. In the case of stocks, the Big Point Value is usually 1, in that 1 point of movement represents 1 dollar, however it may vary. For example, the Big Point Value for the S&P Futures is 250, where 1 point of price movement represents 250 dollars. The Big Point Value for a stock such as JDSU is 1, where 1 point of movement represents 1 dollar.
 +
 +
 +
|-
 +
|'''Session setting'''
 +
|Sessions
 +
|All
 +
|Learn more about [[<span style="color: red;">'''LINK'''</span> /106_CustomSessionTemplates.html name="";  |custom session templates]].
 +
|}
 +
 +
<br>
 +
 
[[Category: Setting Symbols]]
 
[[Category: Setting Symbols]]

Revision as of 14:08, 14 January 2012

text


Property Tab Category Applicable Description
Data Source* Category All Data source to receive the data for the symbol from. It is possible

to have several symbols with the same underlying asset (name) fed from different data source.

Symbol Name* Category All Symbol name is the abbreviation of the underlying asset name i.e. ticker name.

Symbol names may vary for different data source. The same underlying asset may have quite different symbol names for different datas sources.

Symbol Root* Category All Symbol root is a abbreviation of underlying' name.

The same underlying asset may have quite different symbol names for different datas sources.

Description Category All Description is the full name for the asset.

Usually it is a name of the corporation, financial entity or instrument that the symbol is based on.

CUSIP Category Mutual Funds & Stocks CUSIP (Committee on Uniform Securities Identification Procedures) is a unique nine-character

identification number, for each class of security approved for trading in the U.S., to facilitate clearing and settlement.

Margin Category Futures Amount of money exchange requires to reserve as a deposit for futures trading (in percents).
Contract Month Category Bonds, Futures & Options Delivery/expiration month of a security.
Contract Year Category Bonds, Futures & Options Delivery/expiration year of a security.
Expiration Date Category Futures & Options Date future or option contract expires.
Expiration Rule Category Futures & Options Expiration rules are quite different for different types of futures and options.


Expiration Status Category Futures & Options Status displays if the contract is expired or not.
Strike Price Category Options Option strike price.
Option Type Category Options Option type (Call or Put).
Price Scale Settings All Returns a numeric expression representing the fractional portion of a full point move for a particular symbol. The PriceScale value is represented by a whole number.

For example; the PriceScale of the E-Mini S&P is100, which represents the fractional portion of a full point move for the E-Mini S&P. Any stock would also have a PriceScale of 100. 1 / PriceScale = Minimum price increment.


Examples
MinMove / PriceScale returns the smallest increment between trades.
MinMove / PriceScale * BigPointValue returns the dollar value of the smallest change in price.


Tip: MultiCharts can display prices in both decimal and fractional format.

Displaying prices in decimal format

  1. Double click on the symbol in QuoteManager. The Edit Symbol window will appear.
  2. Select the Settings tab.
  3. In the Settings Details section, select the appropriate Price Scale from the drop-down list. The following selections are available for decimal format:
10000
1000
100
10
As is
1/10
1/100
1/1000
1/10000
1/100000
1/1000000


Displaying prices in fractional format

  1. Double click on the symbol in QuoteManager. The Edit Symbol window will appear.
  2. Select the Settings tab.
  3. In the Settings Details section, select

the appropriate Price Scale from the drop-down list. The following selections are available for fractional format:

<TR'Fractions with
integer numerator
1/2
1/4
1/8
1/16
1/32
1/64
1/128
1/256

The numerator of the fraction may have a decimal:


10 23.25/32


10 23.5 /32
10 23.75/32


Fractions with
decimal numerator
1/32 and 10th of 32nd
1/10 and j of 10th
1/32 and j of 32nd
1/64 and 10th of 64th
1/32 and Ѕ of 32nd
1/64 and Ѕ of 64th


The "10th", "j", and "S" markings have special meaning. Their definitions are laid out in the table below:

Marking Decimal representation in numerator Fractional Equivalent
10th 0, 0.1, 0.2, ... 0.9 1/10
j 0, 0.25, 0.5, 0.75 1/4
S 0, 0.5 1/2


As shown,
"10th" means the decimal in the numerator can be in increments of 0.1.
"j" means the decimal in the numerator can be in increments of 0.25.
"S" means the decimal in the numerator can be in increments of 0.5.
In a user defined price scale range, it is also possible to input numbers in fractional format into the Maximum and Minimum fields. The numbers will be converted to decimal format when the dialog box is closed. However, the price scale on chart will still be in fractional format.


Note: If the price scale of the symbol is already in decimal format and it is changed to fractional format, the chart must be reloaded for the fractional format to appear.


Daily Limit Settings All The maximum price movement allowed during a session (currently is not used in MultiCharts).
Min. Movement Settings All Returns a numeric expression representing the minimum movement allowed for a particular symbol.


The MinMove value is represented by a whole number.
For example: the MinMove of the E-Mini S&P is 25, which represents the minimum price move of the E-Mini S&P which is .25.
Any stock would have a MinMove of 1, which represents the minimum price move of any stock which is .01 MinMove Examples MinMove / PriceScale returns the smallest increment between trades. MinMove / PriceScale * BigPointValue returns the dollar value of the smallest change in price.

Big Point Value Settings All The dollar value represented by a full point of price movement. In the case of stocks, the Big Point Value is usually 1, in that 1 point of movement represents 1 dollar, however it may vary. For example, the Big Point Value for the S&P Futures is 250, where 1 point of price movement represents 250 dollars. The Big Point Value for a stock such as JDSU is 1, where 1 point of movement represents 1 dollar.


Session setting Sessions All Learn more about [[LINK /106_CustomSessionTemplates.html name=""; |custom session templates]].