CustomSymbolNewChartEventArgs¶
Summary¶
Provides data for custom symbol NewChart event.
Signature
1 |
|
Namespace¶
cAlgo.API
See Also¶
Properties¶
CustomBars¶
Summary
Gets custom bars for the newly opened custom symbol chart.
Remarks
It will be null if chart TimeFrame is custom.
Signature
1 |
|
Return Value
CustomBars
CustomSymbol¶
Summary
Gets custom symbol.
Signature
1 |
|
Return Value
CustomSymbol
Chart¶
Summary
Chart that is newly opened or switched to custom symbol.
Signature
1 |
|
Return Value
Chart