Inserting Text/Value Cell into RadarScreen

If you don't know where to start, start here! Don't be afraid to ask questions.

Moderator: moderators

Trader_Joe
rank: <50 posts
rank: <50 posts
Posts: 13
Joined: Sat Nov 25, 2006 5:23 am
Reputation: 0
Location: San Jose, California
Real name: Joe
Gender: Male

Inserting Text/Value Cell into RadarScreen

Postby Trader_Joe » Sat Dec 02, 2006 8:31 pm

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

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15558
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Sat Dec 02, 2006 8:38 pm

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);
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.

Trader_Joe
rank: <50 posts
rank: <50 posts
Posts: 13
Joined: Sat Nov 25, 2006 5:23 am
Reputation: 0
Location: San Jose, California
Real name: Joe
Gender: Male

Postby Trader_Joe » Sat Dec 02, 2006 8:47 pm

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

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “beginners forum”