SWG123 wrote:Today's 5-pair basket (opened at 0645GMT) which was 125 pips in the hole early on has just closed with a profit of 81 pips, adding to 99 from yesterday.
SWG123 wrote:Today's 5-pair basket (opened at 0645GMT) which was 125 pips in the hole early on has just closed with a profit of 81 pips, adding to 99 from yesterday.
sharing my result from the last 12hrs; opened basket trades based on Myfxbook's calendar for medium and high impact news. AdaptivePipsTakeProfit=4 http://i48.tinypic.com/2vrwzza.png http://tinyurl.com/d55uy2u
send time:
29.05.2012 03:00
29.05.2012 09:00
29.05.2012 15:00
29.05.2012 17:00
spotdespot wrote:
I have Original and also ShelleyPlusGary both with:
extern int AdaptivePipsTakeProfit=25;//Pips per open trade. A zero input will disable this.
extern int AdaptivePipsStopLoss=40;//Pips per open trade. A zero input will disable this.
extern int AdaptiveBreakEvenProfitPips=10;//Set to zero to disable this function
extern int AdaptiveBreakEvenProfitPipsLock=2;//Pips per open trade. A zero input will disable this.
extern int AdaptiveJumpingStopPips=7;//Zero to disable
Will see how they get on.
Changed AdaptiveJumpingStopPips to = 6 as I didn't realize, until I just ran it then checked the code that AdaptiveBreakEvenProfitLock * number of open trades is added to the starting point for the jumping stop. So for a 5 basket trade with the above original settings BE is hit at 50 pips, and the first jumping stop is hit at 80 pips (10 + 2*35) - so the second wouldn't hit until 115 pips with a 125 pip TP target. By changing to 6 it would be BE+10 at +50 pips, 1st jump at +70pips (40 pips locked), second jump at +100 pips (70 pips locked)......I think
You know, I wonder if the basket approach is the right way to trade the S+G method. Shelley's original idea opened all trades at once, you tracked the whole basket profit, and you closed the whole thing at once when you hit the basket TP or SL. Makes sense.
But with S+G you enter AND exit trades at any time. Steve's code updates the basket TP/SL/BE/etc pips when the # of open trades changes, so that's good. But with independent pair entry/exit, I don't think the basket TP/SL/BE/etc makes much sense any more. E.g. you might have half a dozen pairs enter and exit while you're waiting to hit your basket TP, and those pairs' profits/losses aren't counted in the current PipsUpl. I think each pair's profit & exits have to be tracked separately.
And that probably shouldn't be crammed into Shelley. It's too different from the original behavior and trying to do both would be a mess.
Finally + 204 pips today running original Shelley. + 391 pips since yesterday. Will move to last version for Woh filter but just with TP and closing at NY close.
garyfritz wrote:You know, I wonder if the basket approach is the right way to trade the S+G method. Shelley's original idea opened all trades at once, you tracked the whole basket profit, and you closed the whole thing at once when you hit the basket TP or SL. Makes sense.
But with S+G you enter AND exit trades at any time. Steve's code updates the basket TP/SL/BE/etc pips when the # of open trades changes, so that's good. But with independent pair entry/exit, I don't think the basket TP/SL/BE/etc makes much sense any more. E.g. you might have half a dozen pairs enter and exit while you're waiting to hit your basket TP, and those pairs' profits/losses aren't counted in the current PipsUpl. I think each pair's profit & exits have to be tracked separately.
And that probably shouldn't be crammed into Shelley. It's too different from the original behavior and trying to do both would be a mess.
The best time to enter the market in a trend is during a retracement. Following this logic, entering at a set hour without considering what state the market is in is for me too risky.
My recommendation, is to turn on the original basket trader when you feel the market has retraced within the trends at a significant level and when liquidity is at the highest.
One way to accomplish the liquidity component is as many have discovered during Frankfurt, London and subsequently NY opens. The next is going to be to wait until the markets have retraced, before forcing the basket trader to trade.
You can edit the code to force the EA to basket trade when you want it.
Find BasketSent in the code and change the line to:
extern bool BasketSent=true;//Set to false if a basket send fails, to force a retry.
Basket trading is really about correlations. If you understand correlations then you will know that the markets are interconnected. So once a currency makes a move, there is a trickle down effect.
The key is to wait until supply comes into the picture on a downtrend and demand takes over in an uptrend. This only happens at the extremes (retracements).