Namespace: GF.Clients.Charts.Custom.Utils
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Expression | 0 | Simple expression like 'Close - Close[1]' | |
| Calculate | 1 | Body of Calculate() method | |
| Indicator | 2 | Body of indicator | |
| Imported | 3 | Imported indicator | |
| ColoringExpression | 4 | Boolean expression (condition) of custom coloring indicator | |
| ShowCaseExpression | 5 | Boolean expression (condition) of custom Show Case indicator | |
| Strategy | 6 | Body of imported strategy |
See Also