TRO TRAVEL

post your indicators here

Moderator: moderators

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

TRO TRAVEL

Postby TheRumpledOne » Fri May 11, 2007 4:34 am

TRO TRAVEL




The Architect has been posting about travel on a board that banned me. He caught a bunch of flak.

I created TRO TRAVEL based on his ideas. TRO TRAVEL sums up the range of the bars IF the current bar's high/low is above/below the previous bar's high/low. So inside bars not counted.

ELD attached.
Attachments
TRO_TRAVEL.ELD
(5.14 KiB) Downloaded 221 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.

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

Postby TheRumpledOne » Mon May 14, 2007 9:36 am

TRO TRAVEL ENHANCEMENT



I added the T/R % column. Dividing the distance that price has traveled by the range gives another perspective.

ELD attached.
Attachments
TRO_TRAVEL.ELD
(6.23 KiB) Downloaded 209 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.

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

TRO TRAVEL 2

Postby TheRumpledOne » Tue May 15, 2007 12:10 pm

TRO TRAVEL 2



The Architect was ranting that my original version wasn't right. I pointed out that no one provided me with detailed specifications. Anyway...

I woke up this morning with a better idea.

I am defining travel as the length of the candle body plus 2 times the length of each of the wicks. This makes intuitive sense to me. Yes, it doesn't count the travel within the candle body but if you do that, then you might as well just add up the ticks.

ELD attached.
Attachments
TRO_TRAVEL2.ELD
(6.42 KiB) Downloaded 217 times
Last edited by TheRumpledOne on Thu May 17, 2007 5:00 pm, edited 1 time in total.
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.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
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 May 17, 2007 4:59 pm

ENHANCEMENTS



Now there are columns for the current bar as well as the running totals.
Attachments
TRO_Travel.tsw
(67 KiB) Downloaded 253 times
TRO_TRAVEL2.ELD
(17.62 KiB) Downloaded 213 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.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
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 May 17, 2007 11:35 pm

MORE ENHANCEMENTS



Added the Total Travel divided by the Open price. This is one way to guage which stock to trade. The higher the number the more you can make.

Added the Avg Travel column. Default is last 35 bars.

The Architect wanted to rank stocks based on travel.

I spoke with The Architect on the phone today. We have come to an agreement on my formula for travel.


ELD attached.
Attachments
TRO_TRAVEL.ELD
(7.59 KiB) Downloaded 202 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.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
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 May 18, 2007 5:08 pm

TRO TRAVEL - FUNCTION



I wrote a travel function so I could run statistics.

Above are the top 20 cows based on Travel.

I am using 65 minute bars ( 390 minutes in a trading day / 65 = 6 bars per day). I wanted to know how many times these stocks traveled $1.00 or more per bar. There's plenty of "milk" and "juice" there, fellow Pirates!!

WORKSPACE and ELD attached.
Attachments
TRO_Travel.tsw
(208 KiB) Downloaded 268 times
TRO_TRAVEL.ELD
(24.01 KiB) Downloaded 231 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.

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

Postby TheRumpledOne » Sun May 20, 2007 2:34 pm

TRAVEL ENHANCEMENT



I added Travel Up, Travel Dn, Total Travel Up and Total Travel Dn columns.

For green candles ( close > open ) Travel Up is the range ( High - Low ) and Travel Dn is the sum of the wick ( High - Close ) plus ( Open - Low ).

For red candles ( close < open ) Travel Dn is the range ( High - Low ) and Travel Up is the sum of the wick ( High - Open ) plus ( Close - Low ).

For Doji candles ( close = open ) Travel Up = range ( High - Low ) and Travel Dn = range ( High - Low ) .

I also created the functions _fTravelUp and _fTravelDn so I could run statistics:



It's almost too simple. They're handing out free money.


ELD attached.
Attachments
TRO_TRAVEL2.ELD
(9.83 KiB) Downloaded 230 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.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
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 May 24, 2007 12:14 am

!_PaneHiLo









I modified the code Mark Mills wrote for the Architect.

Modifications include alerts for Kiss High/Low and a switch for if the indicator only plots realtime.

ELD and WorkSpace attached.

I am posting this BEFORE someone else claims my work. Note I didn't name the indicator TRO_PaneHiLo. One less thing for the TS "in crowd" to rant about.

WARNING: If you post this on the TS forum, then you'll probably get banned!!
Attachments
KISS.ELD
(46.98 KiB) Downloaded 257 times
Kiss.tsw
(50.5 KiB) Downloaded 254 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.

Lynx
rank: <50 posts
rank: <50 posts
Posts: 34
Joined: Mon May 14, 2007 3:27 pm
Reputation: 0
Gender: None specified

Postby Lynx » Thu Jun 21, 2007 4:46 pm

I was wondering if someone could tell me what does palen hi lo alert for? thank you.

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
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 Jun 21, 2007 6:14 pm

Lynx wrote:I was wondering if someone could tell me what does palen hi lo alert for? thank you.


When the price makes a new high or low on the pane you are looking at.
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.


Return to “Tradestation indicators”