| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Gertje plus Squalou plus Forexhard EA https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=485 |
Page 12 of 18 |
| Author: | SWG123 [ Thu Apr 26, 2012 3:53 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
Agree with that Caillou. I would also add - absolutely rule out pairs with all but the lowest spreads and swaps. And of course stick to realistic position sizing. |
|
| Author: | acostafulano [ Thu Apr 26, 2012 4:13 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
I agree with you Caillou. We can't let this thing get to a grid of 18 open trades, PA in the middle of the grid and -900 pips in DD, that's simply not realistic (at least for some of us). I'd rather take the hit before it gets that bad and start over. Besides, during all that time in DD we can get fresh baskets and make up for the occassional hit. On top of this, if we choose the pairs wisely (creme de la creme) this will be an even more rare event. What I feel comfortable with, for example, would be with a -250 pip per basket (or around $25 for 0.01 as I trade due to the size of my account (0.01 per 1000 USD). For that, I was thinking of using a RangeboundTradeClosure of 10, (5 buys and 5 sells and close the grid at that point and start over), but looking at the code part of this function I noticed something: bool IsBasketStopLossHit(int type) /* This is not a stop loss in the accepted sense. This function returns true if OpenTrades + 1 would equal RangeBoundClosureTotal with an equal number of buys and sells. Called when a pending trade is about to fill */ and the code: int half = RangeBoundClosureTotal / 2; if (type == OP_BUY) { if (OpenSells < half) return (false);//Not at max yet //Are at max, so will one more buy cause OpenTrades to = RangeBoundClosureTotal if (OpenTrades + 1 >= RangeBoundClosureTotal) return(true); }//if (type == OP_BUY) I'm not sure how this works so I hope SH or some other coders can clarify this out: Let me illustrate an example if I set RANGEBOUNDCLOSURE at 10.... A buy trade fills and then PA triggers 8 buys in a row. Imagine the TP is really high so it don't get hit and then the PA reverses all the way and starts triggering sell trades of the opposite side of the grid. My question is: - Will this function close the basket at the 2nd sell triggered? (8+2= 10)? or as the comment suggests - Will the function close the basket only when "OpenTrades + 1 would equal RangeBoundClosureTotal with an equal number of buys and sells" (8+8= 16)? The second scenario wouldn't work for me as I can't handle that much DD as a trader (I'll get too anxious Thanks |
|
| Author: | Caillou [ Thu Apr 26, 2012 6:00 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
Yes, maybe a hard SL is enough....... |
|
| Author: | SWG123 [ Thu Apr 26, 2012 8:58 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
I understand all that but what I meant to say (and I admit I didn't explain at all well |
|
| Author: | SteveHopwood [ Thu Apr 26, 2012 10:00 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
It makes more sense that most of what I have read here tonight, with the mindlessly stupid wittering about the 'death trade' that shows conclusively that the witterer has no idea what this bot is about. I would find if funny were I not returning from a day and a half away and having to catch up on a large number of posts and pm's. If only those here were of even a tenth of the quality of those in the Forex Robot thread. They are not. Most of them are rubbish. So guys, not one more word about the 'death trade'. Only an idiot imagines it can happen here. SWG, would you care to expand on your idea? |
|
| Author: | acostafulano [ Thu Apr 26, 2012 11:33 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
I don't think it's a 'death trade' per-se. Eventually, it will get into profit because of the grid nature of the EA, but still, getting caught in an open grid of for example 9 buys and 9 sells (Right in the middle that DD can be nasty) and having to wait for the price to head a massive amount of pips in either direction to finally close that basket for a little profit (20, 30 pip or whatever it is) is something I would definitely try to avoid, simply by killing it early befor it gest nasty and starting fresh with a new breakout. |
|
| Author: | SteveHopwood [ Thu Apr 26, 2012 11:37 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
Then trade lot sizes small enough that the dd does not get nasty. I am not entirely sure why people cannot see the value in doing this here. It seems so blindingly, screamingly obvious. Plus, it has been mentioned occasionally in both threads, as I recall. So, people, get a grip on the basics and stop wittering about them. |
|
| Author: | acostafulano [ Fri Apr 27, 2012 6:01 am ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
I do understand the basics of this strategy and am not wittering about them, I just find them not suitable for me in their OOTB form I just wouldn't hold a basket for 2 weeks for +51 profit as you just posted on the other Gertje thread, I'd rather take a small hit and get new entries and closures. (My live account right now is thaking me for that decision Hey, it's just a matter of preferences and tolerance to DD and that's why the RangeBoundClosureTrades parameter you coded is customizable in the first place, right? That's what makes your EA's good: you have a million ways to trade them and adjust them to your style. |
|
| Author: | Caillou [ Fri Apr 27, 2012 7:57 am ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
I´m really sorry Steve if I have disturbed you. I´m a guest in your home. Post deleted. |
|
| Author: | magft [ Fri Apr 27, 2012 9:19 pm ] |
| Post subject: | Re: Gertje plus Squalou plus Forexhard EA |
An update so far, my GU trades closed though i had to do some manual intervention as i had the version that deleted lines if shutdown and restarted with trades open so when gu took a dive i missed a sell line. Overall i am over leveraged using 0.1 lots on 6 pairs with a starting balance of $1000 but that is the fun about demo you can push it. I have had a few trades missed due to insufficient funds. The system does work and i am using the advice by FH to using long thin CZs as the BO is more likely to go the way we want it to and not retrace as much, but this system covers for that. All in all nice work all that have been involved, a bit more testing and then i think a live run is required Regards Mike |
|
| All times are UTC | Page 12 of 18 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|