Plots

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Strategy >

Plots

Previous page Return to chapter overview Next page

Plotting functionality for NinjaScript Strategies is largely identical to the framework for Indicators. Please review the Plots / AddPlot() page under the Indicators section.

 

An overview of the draw or plotting related methods / properties available to NinjaScript Strategies vs. Indicators is listed below -

 

Method or Property

Strategy

Indicator

AddChartIndicator()

check

error

AddLine()

check

check

AddPlot()

check

check

AllowRemovalOfDrawObjects

check

check

AreLinesConfigurable

check

check

ArePlotsConfigurable

check

check

BackBrush

check

check

BackBrushAll

check

check

BackBrushes

check

check

BackBrushesAll

check

check

BarBrush

check

check

BarBrushes

check

check

CandleOutlineBrush

check

check

CandleOutlineBrushes

check

check

ChartBars

check

check

ChartControl

check

check

ChartIndicators[]

check

error

ChartObjects

error

check

ChartPanel

check

check

DisplayInDataBox

check

check

Draw.Methods()

check

check

DrawHorizontalGridLines

error

check

DrawObjects

check

check

DrawOnPricePanel

check

check

DrawVerticalGridLines

error

check

ForceRefresh()

error

check

FormatPriceMarker()

check

check

GetValueAt()

check

check

IsAutoScale

check

check

IsOverlay

check

check

IsTradingHoursBreakLineVisible

error

check

IsValidDataPoint()

check

check

Lines[]

check

check

MaxValue

check

check

MinValue

check

check

OnCalculateMinMax()

check

check

OnRender()

check

check

OnRenderTargetChanged()

check

check

PaintPriceMarkers

error

check

Panel

check

check

PanelUI

check

check

PlotBrushes[]

check

check

Plots[]

check

check

RemoveDrawObject()

check

check

RemoveDrawObjects()

check

check

RenderTarget

check

check

ScaleJustification

check

check

SetZOrder()

check

check

ShowTransparentPlotsInDataBox

check

check

UserControllCollection[]

check

check

ZOrder

check

check