Best Backtester

Post Reply
westy
Posts: 4
Joined: Tue Jan 29, 2013 5:22 pm

Best Backtester

Post by westy »

Hi,
I have tried doing a search on the forum for posts about this, but couldn't locate anything.
I want to carry out backtests on EA's to improve settings - and I have come to you guys for help and advice.

I am looking for a better method to run backtests than the (hopeless) Empty4 strategy tester.
Bear in mind, I only have Empty4, not Tradestation etc.

I know the quality of the data is critical, but I'm not sure how/where I get better data :?:

Go ahead, treat me like an idiot - I don't mind :oops:

All the best
westy
garyfritz

Re: Best Backtester

Post by garyfritz »

I'm not aware of any other backtester for MQL. There might be one but I've never heard of it. If you want decent backtesting, you have to go to another platform and language. (Which is not all bad. I'd never heard of crims/brokers robbing their customers with doctored price feeds&etc until I started using Empty4.)

Tradestation's backtester is very reliable, but it's limited to single symbols. There are ways to do multi-symbol stuff like in Empty4 but then you can't backtest it.

There's Zorro, which has some very powerful features. It's also got some serious limitations but those might be acceptable.

Other than that, your best options are probably NinjaTrader (free for backtesting) and AmiBroker (not sure of its forex support).
User avatar
monkeh
Trader
Posts: 72
Joined: Fri May 04, 2012 2:40 pm

Re: Best Backtester

Post by monkeh »

westy wrote:Hi,
I have tried doing a search on the forum for posts about this, but couldn't locate anything.
I want to carry out backtests on EA's to improve settings - and I have come to you guys for help and advice.

I am looking for a better method to run backtests than the (hopeless) Empty4 strategy tester.
Bear in mind, I only have Empty4, not Tradestation etc.

I know the quality of the data is critical, but I'm not sure how/where I get better data :?:

Go ahead, treat me like an idiot - I don't mind :oops:

All the best
westy

you find everything you need for 99.9% tick quality backtest in Empty4 here:

http://eareview.net/tick-data
mrpipstrader
Trader
Posts: 23
Joined: Wed Nov 16, 2011 3:42 pm

Post by mrpipstrader »

There's also another data project happening here - still a work in progress but looks very promising.

http://www.tickstory.com/

It includes support for Birt's data from monkeh's post above.
phil_trade

Re: Best Backtester

Post by phil_trade »

I'm using ForexTester.
Language Pascal or C+ with all trading MQL command. Debugger and multi currency backtester.
10 years M1 data for 18 pairs included, Import module (Ok with TickStory)
westy
Posts: 4
Joined: Tue Jan 29, 2013 5:22 pm

Re: Best Backtester

Post by westy »

Thanks for the help guys... I'll take a look at what you have suggested.

Cheers
garyfritz

Re: Best Backtester

Post by garyfritz »

phil_trade wrote:I'm using ForexTester.
Language Pascal or C+ with all trading MQL command.
?? What do you mean "all trading MQL command" ? They say on the ForexTester site that you can't test Empty4 EAs:

Q: Can I test Expert Advisers and indicators from Empty4 with your software?

A: No. The only software where you can use them is Empty4 itself. But those experts and indicators can be rewritten by a programmer into ForexTester format using Forex Tester API libraries.
phil_trade

Re: Best Backtester

Post by phil_trade »

garyfritz wrote:
phil_trade wrote:I'm using ForexTester.
Language Pascal or C+ with all trading MQL command.
?? What do you mean "all trading MQL command" ? They say on the ForexTester site that you can't test Empty4 EAs:

No, you can't run MQL EA but you have all MQL command emulate like this one

Code: Select all

SendInstantOrder( PaireDevise[kk], op_Buy, Nbre_Lot_Debut , 0, NewTP ,'', 1 , OrderHandle) ;
Post Reply

Return to “Utilities”