Backtesting an Real life....

Questions about MultiCharts and user contributed studies.
Erik Pepping
Posts: 74
Joined: 25 Aug 2007
Been thanked: 6 times

Backtesting an Real life....

Postby Erik Pepping » 10 Aug 2011

I developed a trading system that backtests super, just looks at the strategy analysis picture.
However on a trail account results were somehow different. To much though.
At what parameters do i need to look to say the back test is reliable.?
Attachments
HuhHoeKanDat.png
(66.22 KiB) Downloaded 304 times

User avatar
TJ
Posts: 7743
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: Backtesting an Real life....

Postby TJ » 10 Aug 2011

I developed a trading system that backtests super, just looks at the strategy analysis picture.
However on a trail account results were somehow different. To much though.
At what parameters do i need to look to say the back test is reliable.?
this post might help:
viewtopic.php?f=1&t=8626&p=40427&hilit=backtest#p40427

User avatar
furytrader
Posts: 354
Joined: 30 Jul 2010
Location: Chicago, IL
Has thanked: 155 times
Been thanked: 217 times

Re: Backtesting an Real life....

Postby furytrader » 11 Aug 2011

How many trades a day are you doing? What time interval are you using?

It's very easy for a backtester to incorrectly calculate profits and losses when you're using (for example) a bar that has a range of 25 ticks and your stop loss and profit target are +5 / -5 ticks from your entry point. Without using bar magnification on the tick level (or some other very short time frame), the backtester has no way of telling which level (target or stop) was hit first, and so just uses assumptions to determine the sequence of prices, i.e. (open -> high -> low -> close) or (open -> low -> high -> close).

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Backtesting an Real life....

Postby JoshM » 15 Aug 2011

I developed a trading system that backtests super, just looks at the strategy analysis picture.
However on a trail account results were somehow different. To much though.
At what parameters do i need to look to say the back test is reliable.?
'Huh hoe kan dat?' Good question. ;)

What kind of backtest settings did you use? What kind of time frame for the FDAX do you use? How do you submit orders (limit or market, and if you use limits, how do you submit them?) How were the results 'somehow different'?

Regards,
Josh


Return to “MultiCharts”