AnotherBrian » Sat May 09, 2015 6:12 pm wrote:
I reduced the multi trades to 2. This decision was based on watching price action on a few of the trades. I don't want to push it to hard as the stops can give back too much. Plus it's on a live account.
I've just reduced to 3 on the demo without ATR, but it might be even better to reduce to 2 like you. , but I´ll try with 3 this month and see how it goes
The ATR version, using the different sets, only had 1 multi to go to SL in April. So I'll keep that going as is
This is still holding up
over 8000 pips in the last 2.5 months , just changed the sl on the multi trades to 100 as 300 was leaving it a bit too exposed to drawdown. Winning an average of 87% of trades
eltax100 » Thu May 14, 2015 4:38 am wrote:This is still holding up
over 8000 pips in the last 2.5 months , just changed the sl on the multi trades to 100 as 300 was leaving it a bit too exposed to drawdown. Winning an average of 87% of trades
Last PPoS version ( I've made download just a few minutes) have a problem with brokers with a Sunday candle bar. I found that because checking conditions to open positions Tuesday and Wednesday PPoS fail to open in two charts and that because it was looking not last D1 candle closed but penultimate D1 candle. I've look at the code and find that "shift" variable (I put it blue below) it's value was "2" and must be "1" (last closed candle).
int shift = 1;
if (BrokerHasSundayCandle)
if (TradingTF == PERIOD_D1 && TimeDayOfWeek(TimeCurrent()) == 1)
// we are Monday : set the shift = 2 to skip the Sunday candle
shift = 2;
N.B. : the bug is also in the Zennor's Piproid EA.
'tis an insignificant typo in the code that sends an email alert instead of a trade. I will correct it but it does not matter.
I will echo what Brian just wrote though. It is really helpful when you guys spot stuff like this. For the coder, spotting these thingies is like spotting a spelling mistake in an essay we wrote in school. Remember how hard that was when you did not know there was a mistake? Same mental process, I imagine. We see what is supposed to be there, rather than what is actually there.
Read the effing manual, ok?
Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.
I still suffer from OCCD. Good thing, really.
Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.
To see The Weekly Roundup of stuff you guys might have missed Click here
My special thanks to Thomas (tomele) for all the incredible work he does here.