[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Plotting Text



PureBytes Links

Trading Reference Links

Hi folks,
 
Trying to accomplish a simple little task of plotting text on my chart with
the following line of code:
PlotText("RSI", 50, 50, colorBlack);
 
Nothing seems to show up regardless what values I plug in for the x or y
coordinates.
 
What are the coordinates of the chart?
 
Thanks,
 
Dave