Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
0 registered members (), 938 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Comparing system performance with live trading #442384
06/20/14 12:15
06/20/14 12:15
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
When you begin trading an automated system, you normally start in a drawdown. But how can you determine if the drawdown is normal, or if something is wrong and you should pull the plug?

The simplest method is comparing the drawdown with the maximum drawdown of the simulation. A more precise estimate is this:

E >= C + P*t/y - D*sqrt((t+l)/y)

E = your equity
C = initial capital (= Required Capital)
P = test profit
t = trade time
y = test period
D = test max drawdown
l = length of the drawdown

Example: the backtest shows $8,000 profit after 5 years with $2000 drawdown of 1 year length, and $1500 required capital. You invest it and are down to $1000 after 6 months.

E = 1500 + 8000*0.5/5 - 2000*sqrt(1.5/5) = 1204.

With $1000 you're below the minimum profit, meaning that you should pull out.

Keep in mind that this is also just an estimate and does not take into account that the max drawdown can happen anytime, even right at the beginning. So there may be reasons to stop the system earlier, or later.

Re: Comparing system performance with live trading [Re: jcl] #442590
06/26/14 00:35
06/26/14 00:35
Joined: Sep 2013
Posts: 73
M
Mangal Offline
Junior Member
Mangal  Offline
Junior Member
M

Joined: Sep 2013
Posts: 73
That's interesting jcl. This would solve the question to know when a system stops working, right?

Re: Comparing system performance with live trading [Re: Mangal] #442601
06/26/14 10:49
06/26/14 10:49
Joined: Jul 2000
Posts: 27,935
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,935
Frankfurt
It does not really solve it, but it is a little more precise than the comparison with the max drawdown.


Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1