ChartTemplateDisplaySettings
Summary
Represents the chart template display Settings.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |
See Also
Properties
Positions
Summary
Defines if the Positions are displayed on the chart.
Signature
1 | |
Return Value
bool
Orders
Summary
Defines if the Orders are displayed on the chart.
Signature
1 | |
Return Value
bool
BidPriceLine
Summary
Defines if the Bid Price Line is displayed on the chart.
Signature
1 | |
Return Value
bool
AskPriceLine
Summary
Defines if the Ask Price Line is displayed on the chart.
Signature
1 | |
Return Value
bool
Grid
Summary
Defines if the Grid is displayed on the chart background.
Signature
1 | |
Return Value
bool
Related Tutorials
PeriodSeparators
Summary
Defines if the Period Separators are displayed on the chart.
Signature
1 | |
Return Value
bool
TickVolume
Summary
Defines if the Tick Volume is displayed on the chart.
Signature
1 | |
Return Value
bool
DealMap
Summary
Defines if the Deal Map is displayed on the chart.
Signature
1 | |
Return Value
bool
ChartScale
Summary
Defines if the Chart Scale is displayed on the chart.
Signature
1 | |
Return Value
bool
PriceAxisOverlayButtons
Summary
Defines if the price axis overlays buttons are visible on the chart.
Signature
1 | |
Return Value
bool
PriceAlerts
Summary
Defines if the Price Alerts are visible on the chart.
Signature
1 | |
Return Value
bool
MarketSentiment
Summary
Defines if the Market Sentiment is visible on the chart.
Signature
1 | |
Return Value
bool
Targets
Summary
Defines if the Target is visible on the chart.
Signature
1 | |
Return Value
bool
QuickTradeButtons
Summary
Defines if the QuickTrade buttons are visible on the chart.
Signature
1 | |
Return Value
bool
IndicatorTitles
Summary
Defines if the Indicator Titles are displayed on the chart.
Signature
1 | |
Return Value
bool
Bars
Summary
Defines if the Bars is displayed on the chart.
Signature
1 | |
Return Value
bool
Related Tutorials
ChartType
Summary
Gets or sets the type of the chart for chart template.
Signature
1 | |
Return Value
ChartType
ZoomLevel
Summary
Gets or sets the chart zoom percent value for chart template. Valid values are from 5 to 500 with a step of 5, as can be seen on UI in thecharts Zoom control.
Signature
1 | |
Return Value
int
AddRobotButton
Summary
Defines if the Add cBot button is displayed on the chart.
Signature
1 | |
Return Value
bool