TRO PLOT GC

post your indicators here

Moderator: moderators

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

TRO PLOT GC

Postby TheRumpledOne » Fri May 25, 2007 4:43 pm

TRO PLOT GC



Do you like pretty colors? LOL!

TRO PLOT uses the gradient features of 8.2

ELD and Workspace attached.
Attachments
TRO_PLOT_GC.ELD
(17.85 KiB) Downloaded 428 times
TRO_PLOT_GC.tsw
(32 KiB) Downloaded 374 times
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.

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

rrobin
rank: 50+ posts
rank: 50+ posts
Posts: 112
Joined: Fri May 19, 2006 11:09 am
Reputation: 0
Location: Cedar Creek Lake, Texas
Gender: Male

Postby rrobin » Fri May 25, 2007 7:57 pm

I just loaded this.

Now I need sunglasses.

Good luck with the band vote.

chetv
rank: <50 posts
rank: <50 posts
Posts: 2
Joined: Mon May 07, 2007 2:10 am
Reputation: 0
Location: Alexandria, VA
Gender: None specified

Postby chetv » Sat May 26, 2007 1:46 am

I am fairly new with Tradestation. I have read a lot of the threads about TRO. I think I have this all installed correctly.

How is this indicator to be used? Can someone point me to any posts that explain how this indicator came about and/or how to use it?
Thanks
Chet

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15561
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 May 26, 2007 4:07 am

Chet:

The TRO PLOT indicators are tools that eliminate the need to write plot indicators.

You put whatever values, formulas or functions in the input and TRO PLOT will plot it on the chart or radar.

For example, one input could be DAILYOPEN and it will plot the daily open price. Another input could be xaverage(c, 5) which would plot the ema(5) on the chart or display the value in radarscreen.

The main thing to remember is the result of your formula or function must be a NUMBER.

CLOSE - OPEN is ok to use.

But CLOSE - OPEN > 0 is NOT ok to use because it evaluates to TRUE or FALSE.

The only limitation to TRO PLOT is your imagination.
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.

Ken_S
rank: 50+ posts
rank: 50+ posts
Posts: 60
Joined: Tue Jun 19, 2007 2:43 am
Reputation: 0
Location: Rivervale, NJ
Gender: Male

Postby Ken_S » Thu Dec 13, 2007 4:28 am

Avery,
Do you think TRO Plot could be modified to do this:
First three columns Input: symbol, interval (daily), Retrace, Profit target, bars back

TRO PLOT GC column Output would be the value for Total profit as calculated below:

If Open>Close[1] and Low<Open-retrace-profit target then Total profit = Total profit+ profit target

Else
Total Profit Target = Profit Target - (Close -(open-retrace))

If Open <Close[1] and High > OPen +retrace+profit target then total profit =total profit +profit target

Else
Total Profit Target = Profit Target - ((open +retrace)-close)

I hope its clear enough. Basically, I'm trying to get the profitability of a strategy without applying a strategy to a chart and waiting for the data and report to calculate.

Thanks in advance.

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: 15561
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Thu Dec 13, 2007 5:18 am

No.

You would have to write an indicator from scratch to do that.
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.

Ali Son
rank: 150+ posts
rank: 150+ posts
Posts: 179
Joined: Sun May 28, 2006 1:30 am
Reputation: 0
Location: Boston, MA
Gender: None specified

Postby Ali Son » Tue Dec 18, 2007 10:09 am

Yes, I empathize with your plight, KenS.
I've been trying to do the same thing with Radarscreen for a couple of years now. Would make things a lot easier, but no one seems to really no how to do this without some coding complexity.

Ken_S wrote:Avery,
Do you think TRO Plot could be modified to do this:
First three columns Input: symbol, interval (daily), Retrace, Profit target, bars back

TRO PLOT GC column Output would be the value for Total profit as calculated below:

If Open>Close[1] and Low<Open-retrace-profit target then Total profit = Total profit+ profit target

Else
Total Profit Target = Profit Target - (Close -(open-retrace))

If Open <Close[1] and High > OPen +retrace+profit target then total profit =total profit +profit target

Else
Total Profit Target = Profit Target - ((open +retrace)-close)

I hope its clear enough. Basically, I'm trying to get the profitability of a strategy without applying a strategy to a chart and waiting for the data and report to calculate.

Thanks in advance.

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


Return to “Tradestation indicators”