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

RE: [amibroker] Plotting Text



PureBytes Links

Trading Reference Links

Okay,  I figured it out.  Got crossed on the bar numbers but now have it
fairly close to what I am trying to accomplish. Have some more tweaking and
a few other ideas to investigate.  Thanks to all who responded, as you each
gave me part of the solution or an idea to incorporate.
 
The file that I am attaching is called "Multi Ribbon Bar Indicator".  I am
also embedding it below.  For those who do not receive attachments I will
post it up in the files section.
 
Dave
 


  _____  

From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of MarketMonk777
Sent: Tuesday, July 25, 2006 12:01 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Plotting Text


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