Sunday, March 16, 2008
Trend Score
This is a trend indicator that was derived by by Tuschar Chande. It is a method of rating the trend by comparing the current day’s close to the close x days ago.
If today’s close is greater than close x days ago, score = 1
If today’s close is less than the close x+1 days ago, score = -1
Tuschar Chande suggested comparing the close to the closes from 11 to 20 days ago.
Therefore,
Trendscore = 10 day sum of the scores from days 11 to 20.
The trend score for this case will oscillate between +10 to -10.
The metastock formula is given below:
If(C>=Ref(C,-11),1,-1)+
If(C>=Ref(C,-12),1,-1)+
If(C>=Ref(C,-13),1,-1)+
If(C>=Ref(C,-14),1,-1)+
If(C>=Ref(C,-15),1,-1)+
If(C>=Ref(C,-16),1,-1)+
If(C>=Ref(C,-17),1,-1)+
If(C>=Ref(C,-18),1,-1)+
If(C>=Ref(C,-19),1,-1)+
If(C>=Ref(C,-20),1,-1)
Let’s say that we buy 1 lot of Straits Times Index (STI) when the Trendscore reaches +10 and exit the trade when Trendscore becomes negative.
The trade record is given below:
The average gain for winning trades is around 14% whereas the average loss for losing trades is around 3%.
Subscribe to:
Post Comments (Atom)
STI Sideway To Bearish Tone
US market had a bad closing last night. Dow plunged by 243 points. It seems like we are seeing more volatility recently. With earnings...
-
The 2 bar breakout system is designed to capture short term trends by going long or short depending on the pattern formed by the 2 most rece...
-
This is a trend indicator that was derived by by Tuschar Chande. It is a method of rating the trend by comparing the current day’s close to ...
-
This system has been covered in a number of books by Dr Alexander Elder. From the book “Entries and Exits, Visit To Sixteen Trading Rooms”, ...
No comments:
Post a Comment