Chart properties are accessible via:

Property Definitions
|
Color of axis |
Sets the color for both vertical and horizontal chart axis |
|
Color of inactive price markers |
Price markers display the current price of bars and indicators on the Y-axis. When looking at the current bar, the price markers will take the color of the data series. When scrolling back through historical bar data, the markers are inactive (not real-time) and will be displayed by the color set on this property. |
|
Date label format for daily bars |
Sets the format for displaying the date in the X-axis for daily bars |
|
Date label format for monthly bars |
Sets the format for displaying the date in the X-axis for monthly bars |
|
Date label format for yearly bars |
Sets the format for displaying the date in the X-axis for yearly bars |
|
Bar width |
Width of chart bars |
|
Candle outline |
Sets the drawing properties for candle stick chart style outline |
|
Chart style |
The plot style for the chart |
|
Color for down bars |
Sets the color for bars where the close is lower than the open |
|
Color for last trade |
Sets the color for the last trade price marker |
|
Color for up bars |
Sets the color for bars where the close is higher than the open |
|
Exclude weekend |
Enables or disables weekend data to be included in the chart |
|
Session begins |
Starting time range you want the chart to plot (set the value to the time you want the session start. If the first market bar comes in at 8:30 AM, set it to 8:30 AM) |
|
Session ends |
Ending time range you want the chart to plot |
|
Show unstable period for indicators |
A 200 SMA requires at least 200 bars of data to calculate it's true value. If this property is set to true, the 200 SMA will be plotted even if it does not have enough bar data to calculate accurately |
|
Day break line |
Sets the drawing properties for the day break (session) line |
|
Horizontal grid line interval |
Sets the interval between grid lines in ticks for intraday charts. A value of zero will use automatic horizontal grid line generation. |
|
Horizontal grid lines |
Sets the drawing properties for horizontal grid lines |
|
Plot day break lines |
Enables or disables plotting of the day break line |
|
Plot horizontal grid lines |
Enables or disables the plotting of horizontal grid lines |
|
Plot vertical grid lines |
Enables or disables the plotting of vertical grid lines |
|
Vertical grid lines |
Sets the drawing properties of vertical grid lines |
|
Color for executions - buy |
Sets the color for plotting buy executions |
|
Color for executions - sell |
Sets the color for plotting sell executions |
|
NinjaScript strategy position line profitable trade |
Sets the drawing properties of strategy position lines for a profitable trade |
|
NinjaScript strategy position line unprofitable trade |
Sets the drawing properties of strategy position lines for a unprofitable trade |
|
Plot executions |
Sets the plotting style of trade executions |
|
Color for background |
Sets the chart background color |
|
Color for crosshair label |
Sets the color for the crosshair label |
|
Display update interval (sec) |
Sets the frequency the chart display is updated (setting of zero will update every tick but can be CPU intensive on some PC's) |
|
Label Font |
Sets the font display properties for the chart |
|
Right side margin |
Sets the spacing between the Y-axis and the current bar |
|
Show chart trader |
Enables or disables the chart trader control for direct trading from within a chart |
|
Show scrollbar |
Enables or disables showing the horizontal chart scroll bar |
|
Show toolbar |
Enables or disabled showing the chart tool bar |