Functions by Category Functions by Alphabetical list
PlotCandlestick ([column],[color]) |  |
This function plots a rectangle around candlestick formations on the chart. This function can only be used within a chart object. The column must be a candlestick. See SetColumnType. Color can be any color constant, or result from the color function. Examples: PlotCandlestick(ThreeWhiteSoldiers,Yellow);
Related functions: PlotPrice , PlotColumn , PlotFixedLine , PlotSetScale , PlotLine , PlotText , PlotFixedLine , PlotTellTale , PlotPAC , PlotBand , PlotGrid , DrawLine , DrawText , DrawRectangle , DrawFilledRectangle , SetChartOption , Color , Dashes , Dots , Vline , SetBarBackground , SetBarColor , ChartInputSlider , ChartInputCombobox
|