Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 3/23/2006(UTC) Posts: 22 Location: Melbourne, Australia
|
Is there a exploration formula for the Rex Takasugi TD profile? preferably for the lower bullish or bearish trend ribbon. Thanks.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 4/27/2005(UTC) Posts: 132 Location: Manchester, NH
|
If there is, I am interested.
I use Linda Raschke's multiple moving average indicator with a moving average trigger as a fairly good proxy.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
The TD method is locked.... but after a little experimentation you can similar results with:
Bullsh:
x:=LinearReg(C,40);
x>Mov(x,10,S);
Bears:
x:=LinearReg(C,40);
x<=Mov(x,10,S);
I dont think the exact values are mutiples of 10, but thats as far as my testing went! If you want it further refined, well you can buy me some beers for it....
Let me know what you think.
wabbit :D
|
|
|
|
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.