Y-scale of area and indicators
Namespace: GF.Clients.Charts.Profiles
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Price | 0 | Prices: historical prices, moving averages for prices, etc | |
Volume | 1 | Volume: historical volumes, moving averages for volumes, etc. | |
Percent | 2 | Percents: results of RSI indicator for instance | |
Free | 3 | Free values outside other scale types. For example, results of Rate of Change indicators | |
Any | 4 | Just for description of indicators. If Source is 'Any', indicator can be applied to any type of input series. If 'Any" is in Result, result of indicators will have the same as input series. For example, moving average can be applied to any type of data and its result will have the same scale. | |
Stock | 5 | Just for Source description of indicators: indicator with this scale can be applied to historical data only. For example, ATR indicator. | |
Filtered | 6 | For internal use only | |
None | 7 | For internal use only |
See Also