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

Notification

Icon
Error

Options
Go to last post Go to first unread
MikeMS  
#1 Posted : Wednesday, April 15, 2009 4:26:06 AM(UTC)
MikeMS

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 4/15/2009(UTC)
Posts: 2

Positions I can see detail table after test of my system (see below). What is rule for calculation of Efficiency? I read help (Metastock 8), but not understood rule.


Position Details
Position 1 - Long X 5 Units Price Bar Date Efficiency Commission Value Opening $847.3465 32 15.01.2009 15:30 -1.22 % $4.24 $4240.97 Closing $813.4957 42 16.01.2009 16:30 52.52 % $4.07 $4063.41 Total -48.70 % $-177.56 Price Bar Profit Most Favorable $836.0000 32 $-65.15

35 $-364.85
wabbit  
#2 Posted : Wednesday, April 15, 2009 8:32:53 PM(UTC)
wabbit

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)
Hi Mike,

Welcome to the Forum.

I would have to agree with you the information in the MS Users Manual pertaining to these values could use some embellishment! I am going from memory here, and you didn't provide me enough information to make a guaranteed correct answer, but here goes anyway...

Let's say you have told the EST to enter on OPEN and exit on CLOSE, then:
enterTradeDataArray = array of OPEN prices, and
exitTradeDataArray = array of CLOSE prices.

(I hope this is going to be the best way to explain this??)

During the period of a trade, MS will look at the highest and lowest values of the enterTradeDataArray and exitTradeDataArray. These are the values compared with the trade's entry and exit prices, to return the efficiency values:

Opening Efficiency:
[ (Highest enterTradeDataArray value during the trade) - tradeEntryPrice ] /
[ (Highest enterTradeDataArray value during the trade) - (Lowest enterTradeDataArray value during the trade)]


Closing Efficiency:
[ tradeExitPrice - (Lowest exitTradeDataArray value during the trade) ] /
[ (Highest exitTradeDataArray value during the trade) - (Lowest exitTradeDataArray value during the trade)]


Total Efficiency:
[ tradeExitPrice - tradeEntryPrice ] /
[ (Highest enterTradeDataArray value during the trade) - (Highest exitTradeDataArray value during the trade)]


Most Favourable:
These are the highest and lowest exitTradeDataArray values during the trade.



Hope this helps.

wabbit [:D]

P.S. Personally, I have never seen much value in these efficiency scores; they only reflest the "what ifs" during the trade period, they don't reflect the "what ifs" either side of the trade e.g. there is nothing in these score to indicate that if you hald onto your long trade for another three bar the price skyrocketted and you would have made a fortune! Make of them what you will. [:)]

P.P.S. Another personal observation; using the extreme values of HIGH and LOW during the trade would be more meaningful than using the extremes of the enterTradeDataArray and exitTradeDataArra(s) ??

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.