ChartFrame
Summary
Represents a chart frame.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
TryChangeTimeFrame
Summary
Changes the time frame on the chart.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| timeFrame | TimeFrame | The time frame to change the current chart time frame to |
Return Value
bool
TryChangeTimeFrameAndSymbol
Summary
Changes the time frame and the symbol on the chart.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| timeFrame | TimeFrame | The time frame to change the current chart time frame to |
| symbolName | string | The symbol name to change the current chart symbol to |
Return Value
bool
Properties
Chart
Summary
Returns frame chart.
Signature
1 | |
Return Value
Chart
TimeFrame
Summary
Get / set frame chart timeframe.
Signature
1 | |
Return Value
TimeFrame
Symbol
Summary
Get / set frame chart symbol.
Signature
1 | |
Return Value
Symbol
LinkedChartGroup
Summary
Get / set linked group of frame.
Signature
1 | |
Return Value
LinkedChartGroup
Events
LinkedChartGroupChanged
Summary
Occurs when frame LinkedChartGroup is changed.
Signature
1 | |