Page 1 of 1

Inserting Text/Value Cell into RadarScreen

Posted: Sat Dec 02, 2006 8:31 pm
by Trader_Joe
Help please for construction of an indicator.

Could someone please tell me what is the correct easy language wording to include a column in RadarScreen where I can type wording/text/value into any cell in that column for any symbol?

For instance, if I want to type "Looks Good" into a cell for a particular symbol, how do I do this? Or if I want to type "$50.50" into a cell for a particular symbol, how do I do this?

In other words, I need a column of cells where I can type anything I want in a cell for my information that does not affect anything else.

Thanks for your help.

Trader_Joe

Posted: Sat Dec 02, 2006 8:38 pm
by TheRumpledOne
I wrote a message indicator...

Here's the text

{_SMAA_Note- used to load a note }

input:

iNote("TAKE ALL TRADES"),
iFG(white),
iBG(black),

inotedummy("");


Plot1( iNOTE, "NOTE", iFG);
SetPlotBGColor( 1, iBG);

Posted: Sat Dec 02, 2006 8:47 pm
by Trader_Joe
Thank you TRO! This is exactly what I am looking for and you provided a perfect solution in only a few minutes!

I will have to send you some of my profits after I implement some of this information.

Regards, Joe :P