Seer logo - advanced backtesting for stock, futures and forex trading systems using using technical analysis indicators, charts, money management and position sizing
Functions by Category Functions by Alphabetical list

DrawText ([x],[y],[string],[color])

Usable in an seer chart object

This function draws text on a chart. This function is similar to PlotText, however this function uses an absolute coordinate system. The top left of the chart is at 0,0.

This function is useful for placing addition text on a chart for debugging.

Color can be any color constant, or result from the color function.

Example:

  #draws the number of bars in blue at the top left corner of the chart
  DrawText(0,0,'Number of bars '.NumberOfBars,Blue); 

Related functions:

PlotPrice , PlotColumn , PlotFixedLine , PlotSetScale , PlotLine , PlotText , PlotFixedLine , PlotCandlestick , PlotTellTale , PlotPAC , PlotBand , PlotGrid , DrawLine , DrawRectangle , DrawFilledRectangle , SetChartOption , Color , Dashes , Dots , Vline , SetBarBackground , SetBarColor , ChartInputSlider , ChartInputCombobox

© 2008 seer trading systems ltd
feedback FAQ legal privacy