TRO_CONTROL PAINTBARS FOR QUOTETRACKER.

QuoteTracker indicators

Moderator: moderators

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

TRO_CONTROL PAINTBARS FOR QUOTETRACKER.

Postby TheRumpledOne » Tue Aug 29, 2006 9:26 pm

Bummer is, we can't just add paintbar files...

Have to edit/copy/paste.

Maybe Jerry Medved will put in an IMPORT/EXPORT feature.

Here's the code for the TRO CONTROL Paintbars

Code: Select all

 <PAINTBAR>
  <ID>NCMPWS</ID>
  <NAME>TROControlMinor</NAME>
   <RULE><EXPR>if Bar Close=( Day High +  Day Low) * 0.5 set color to Yellow</EXPR></RULE>
   <RULE><EXPR>if Bar Close&gt;(  Day High +  Day Low)  * 0.5 set color to Blue</EXPR></RULE>
   <RULE><EXPR>if Bar Close&lt;(  Day High +  Day Low)  * .0.5 set color to Red</EXPR></RULE>
  </PAINTBAR>
 <PAINTBAR>
  <ID>JKBMIA</ID>
  <NAME>TROControlMajor</NAME>
   <RULE><EXPR>if Bar Close=( Day High[1] +  Day Low[1]) * 0.5 set color to Yellow</EXPR></RULE>
   <RULE><EXPR>if Bar Close&gt;( Day High[1] +  Day Low[1])  * 0.5 set color to Blue</EXPR></RULE>
   <RULE><EXPR>if Bar Close&lt;( Day High[1] +  Day Low[1])  * 0.5 set color to Red</EXPR></RULE>
  </PAINTBAR>





When both are RED, go short.

When both are BLUE, go long.

If then are not the same color... WAIT!!



The paintbars ( squares ) for TRO Major Control are at the bottom and for TRO Minor Control are at the top.
Last edited by TheRumpledOne on Tue Jan 02, 2007 5:29 pm, edited 2 times in total.

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

traderwep
rank: <50 posts
rank: <50 posts
Posts: 28
Joined: Sun Aug 27, 2006 3:49 pm
Reputation: 0
Gender: None specified

Postby traderwep » Tue Aug 29, 2006 10:58 pm

do these paintbars exist for esignal?

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

Postby TheRumpledOne » Wed Aug 30, 2006 12:20 am

Too funny... just look for them in the eSignal section!!
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.

bagman
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Mon Sep 04, 2006 2:25 am
Reputation: 0
Gender: None specified

Postby bagman » Mon Sep 04, 2006 2:46 am

TRO,

I am trying to get set up using MP's method (stockhideout) and seen where you have been part of it. Thanks for you work, I appreciate it.

Where do I put your code for the paintbars in quotetracker?

Thanks again, Rumpled One

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

Postby TheRumpledOne » Wed Sep 06, 2006 4:51 am

Best to use the paintbar editor.

Or you can copy/paste into the paintbar file.

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

bagman
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Mon Sep 04, 2006 2:25 am
Reputation: 0
Gender: None specified

Postby bagman » Wed Sep 06, 2006 6:50 am

Thanks, TRO

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

Postby TheRumpledOne » Fri Sep 15, 2006 6:02 pm

[highlight=red]THERE WAS AN ERROR IN THE PAINTBAR CODE!!

YOU NEED TO COPY/PASTE AGAIN.

I FIXED THE CODE IN THE FIRST POST OF THIS THREAD.
[/highlight]

bagman
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Mon Sep 04, 2006 2:25 am
Reputation: 0
Gender: None specified

Postby bagman » Sat Sep 16, 2006 4:46 am

Thanks, Rumple man,

Couldn't get the original code to work, thought it was me doing something wrong. :)

Got it going now, appreciate it.

Good Luck to you

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

Postby TheRumpledOne » Wed Oct 04, 2006 6:14 pm

My paintbar file is attached.

Lots of stuff in there.

MIGI
rank: <50 posts
rank: <50 posts
Posts: 1
Joined: Mon May 22, 2006 2:48 pm
Reputation: 0
Gender: None specified

Postby MIGI » Sun Nov 26, 2006 6:22 pm

Hi TRO,

do you really mean 'Day High' and 'Day Low'? I have changed it in my version to 'Bar High' and 'Bar Low' and it works.

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


Return to “QuoteTracker indicators”