logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
zigzag  
#1 Posted : Wednesday, February 4, 2009 3:07:48 PM(UTC)
zigzag

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/13/2009(UTC)
Posts: 42

Trading The Trend (TTT) indicator by Andrew Abraham is a simple, intuitive and spiffy short- and medium-term trend-catcher (code below). but it generates garbage when trend weakens and price action is somewhat sideways.

has anybody ever looked at ways to improve this indicator? any ideas?

Pds:=21;
Mult:=3;
TruRan:=Mov(ATR(1),Pds,W)*Mult;
HiLimit:=HHV(H,Pds)-TruRan;
LoLimit:=LLV(L,Pds)+TruRan;
If(C>HiLimit,HiLimit,LoLimit)

Many thanks

ZigZag

henry1224  
#2 Posted : Wednesday, February 4, 2009 7:10:10 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)

you can change the Mult to 2 to get closer to the Close for a tighter stop.

on another matter, do you have the PowerPivot Plus Add-on?

Henry

zigzag  
#3 Posted : Thursday, February 5, 2009 8:59:14 AM(UTC)
zigzag

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/13/2009(UTC)
Posts: 42

many thanks for your reply Henry. i think i will try some simple trend filter to de-activate TTT during "sideways" price action.

i do not own the PP+ add-on. i realize it is popular and i sense it is appreciated by the some of the pros in the forum but i have a hard time getting comfortable with indicators which past values change with unseen data. further, i understand that its code/logic is a black-box. i rely heavily on backtesting before commiting money to a system and i am not sure PP+ would help me.

nuggets of wisdom are welcome.

best

ZigZag

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.