To make the fix yourselves, go to line 1222 and insert
if (StopLossPips > 0)
This stops SBB inserting a zero stop loss, which is instantly hit.
Steve,SteveHopwood » Fri Nov 07, 2014 9:24 am wrote:Were you guys using a zero stop loss? I have looked at the code and there is a line missing. The fix is in V 1h in post 1.
To make the fix yourselves, go to line 1222 and insert
if (StopLossPips > 0)
This stops SBB inserting a zero stop loss, which is instantly hit.
I can't get the MPTM ATR TP to work, so I changed my gameplan.Gertje » Sat Nov 08, 2014 4:14 pm wrote:For next week I replaced the no-closure demo with the following;
- H1
- trendtrades only
- have MPTM set TP @ ATR60*1
The idea is to have SBB enter the trades, and let MPTM set the TP @ the hourly ATR of the last 100hours.
The TP will be somewhere between 12 and 30 pips, eyeballing charts I presume 95% of the trades will hit the TP within a day.
Maybe setup another demo with the same settings on the M30, where more trades are fired, but with smaller TP.