Kruspe Gann EA
-
Kruspe
- Trader
- Posts: 121
- Joined: Sat May 19, 2012 3:34 pm
- Location: Prague, Czech Republic
-
warpengine
- Posts: 8
- Joined: Mon Sep 10, 2012 7:49 am
- Location: Italy
Re: Kruspe Gann EA
same thing,
is this EA only working with 4 digits brokers?
Or maybe my broker is ECN and do not allow oders to be sent along with stops but the stops can be addes only after the order is issued...
ok let me chek this one
is this EA only working with 4 digits brokers?
Or maybe my broker is ECN and do not allow oders to be sent along with stops but the stops can be addes only after the order is issued...
ok let me chek this one
-
warpengine
- Posts: 8
- Joined: Mon Sep 10, 2012 7:49 am
- Location: Italy
Re: Kruspe Gann EA
got it!
Added this 2 lines in the order function:
else
{
OrderSelect(ticketId, SELECT_BY_TICKET);
OrderModify(ticketId, OrderOpenPrice(), slPrice, tpPrice, 0, CLR_NONE);
}
If anybody run this on an ECN broker or on a broker which do not allow orders to be issued along with stops, this 2 lines should solve the problem.
Added this 2 lines in the order function:
else
{
OrderSelect(ticketId, SELECT_BY_TICKET);
OrderModify(ticketId, OrderOpenPrice(), slPrice, tpPrice, 0, CLR_NONE);
}
If anybody run this on an ECN broker or on a broker which do not allow orders to be issued along with stops, this 2 lines should solve the problem.
- tomasbelada
- Trader
- Posts: 25
- Joined: Tue Mar 05, 2013 9:53 pm
Re: Kruspe Gann EA
I know about the issue throwing errors while opening some orders. But I have found out, that those error orders are just mistakes in EA which I still can't solve. However, as long as those wrong orders are not opened, everything should work fine. Only orders which should opened are opened 
- ChicagoRob
- Trader
- Posts: 48
- Joined: Sun Dec 04, 2011 11:26 pm
- Location: Chicago, Illinois
Re: Kruspe Gann EA
Here are test results for 2009/2010/2011/2012. In the beginning, I ended up with
too much curve-fitting, i.e., I'd get good results in one year, but not good results in
another. I found a combination of settings that are robust enough to survive
four years of backtesting, without running into drawdown problems. Parameters
were eurusd on H4, $1268 starting balance, .01 lots, and inputs of pips=2, days=5.
Worst drawdown was 11%.
I would consider this as a workhorse EA. It's not a barn-burner, but it won't take out
your account while you're asleep, either.
Rob
too much curve-fitting, i.e., I'd get good results in one year, but not good results in
another. I found a combination of settings that are robust enough to survive
four years of backtesting, without running into drawdown problems. Parameters
were eurusd on H4, $1268 starting balance, .01 lots, and inputs of pips=2, days=5.
Worst drawdown was 11%.
I would consider this as a workhorse EA. It's not a barn-burner, but it won't take out
your account while you're asleep, either.
Rob
You do not have the required permissions to view the files attached to this post.
- rosst
- Trader
- Posts: 280
- Joined: Wed Feb 27, 2013 1:11 pm
- Location: Austin, Texas
Re: Kruspe Gann EA
Are there any pairs/time frames/set file you would like to see forward tested?
- ChicagoRob
- Trader
- Posts: 48
- Joined: Sun Dec 04, 2011 11:26 pm
- Location: Chicago, Illinois
Re: Kruspe Gann EA
I would like to see how the current setfile does with gbpusd and usdjpy. I think therosst wrote:Are there any pairs/time frames/set file you would like to see forward tested?
correct TF is H4, which, I believe, is hard-coded into the EA.
Rob
-
AGT
- Trader
- Posts: 889
- Joined: Thu Nov 17, 2011 7:20 pm
- Location: Germany
Re: Kruspe Gann EA
Hi Rob thanks for your intensive test procedure ! Could you plz at the end of these tests attach the original setfiles you use ... to make it sure for us ...
Btw - looking onto Kruspe's pictures/charts above I have to notice that all trading is running on daily charts ? Daily ... H4 ... so what's right ? May be Tom could clarify this question ... ?
Ah ... you are fast ... Rob ! :!:
Btw - looking onto Kruspe's pictures/charts above I have to notice that all trading is running on daily charts ? Daily ... H4 ... so what's right ? May be Tom could clarify this question ... ?
Ah ... you are fast ... Rob ! :!:
Last edited by AGT on Sun Mar 10, 2013 6:01 pm, edited 2 times in total.
AGT's EA portfolio: http://www.stevehopwoodforex.com/phpBB3 ... =36&t=1374
- ChicagoRob
- Trader
- Posts: 48
- Joined: Sun Dec 04, 2011 11:26 pm
- Location: Chicago, Illinois
Re: Kruspe Gann EA
Aside from lot size, there are only four inputs. Setfile attached, herewith.
Rob
Rob
You do not have the required permissions to view the files attached to this post.
- ChicagoRob
- Trader
- Posts: 48
- Joined: Sun Dec 04, 2011 11:26 pm
- Location: Chicago, Illinois
Re: Kruspe Gann EA
I believe the OP recommended testing on H4. I ran three separate backtests on D1, H4, and H1,AGT wrote: Btw - looking onto Kruspe's pictures/charts above I have to notice that all trading is running on daily charts ? Daily ... H4 ... so what's right ? May be Tom could clarify this question ... ?
Ah ... you are fast ... Rob ! :!:
and all three produced the same results.
Rob