| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Slopey Peaky Bob https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5389 |
Page 43 of 84 |
| Author: | Priyesh [ Mon Sep 17, 2018 8:37 pm ] |
| Post subject: | Slopey Peaky Bob |
Hi Luke Autotrading definitely enabled. Priyesh |
|
| Author: | Priyesh [ Mon Sep 17, 2018 9:05 pm ] |
| Post subject: | Slopey Peaky Bob |
Looks like the problem has been resolved. I simply removed the 1v EA and recompiled. All is well again. Thanks Priyesh |
|
| Author: | billv [ Tue Sep 18, 2018 4:45 am ] |
| Post subject: | Slopey Peaky Bob |
Is your chart history up to date? Perhaps the EA is busy downloading historical data? Does the EA open new charts when you click on a symbol? If it doesn't, perhaps it has crashed. Save your EA settings remove the EA Restart Empty4 Apply the SPB EA to the chart Load your saved settings |
|
| Author: | Priyesh [ Tue Sep 18, 2018 5:47 am ] |
| Post subject: | Slopey Peaky Bob |
Hi BillyV Thanks very much, I had followed the steps as per your response and all is well. Kind Regards Priyesh |
|
| Author: | dclayw [ Tue Sep 18, 2018 7:10 am ] |
| Post subject: | For the codeslingers |
Not too much activity in this thread. Just wondering if anyone has managed to have a look at the recovery code because I think it's definitely needed. I'm not really a codeslinger so can't add much value there. I've continued tweaking my test setup during this drawdown period. During my extensive testing on native SS a while back I found that some pairs just did not seem suited to this indicator. Pairs with higher ATR seem more suited, and when you think about it this makes some sense doesn't it? Excluding pairs is sought of curve fitting in a way but that's what I've been doing. That together with "normalising" the ATR based distance between trades in the grid. Most of you will probably think this is poppycock but for what it's worth I'll explain further. Steve uses DistanceBetweenTrades of 30 pips, seems as good as anything else. I'm using an ATR based grid. What I did was choose a GridAtrDivisor so that the average of each pair's ATR/GridAtrDivisor came out to as close as possible to 30. In this case GridAtrDivisor came out to be 2.55. I then exclude any pair where ATR/GridAtrDivisor < 30. There's no concrete scientific principle behind this, it's just a means of excluding lower ATR pairs using Steve's arbitrary 30 pips as a guide. Anyway right now this basically excludes pairs with ATR < about 75. What I did then is "normalised" these cutdown list of pairs, i.e. choose a new GridAtrDivisor so that the average of each cutdown pair's ATR/GridAtrDivisor came out to as close as possible to 30. In this case GridAtrDivisor came out to be 3.5. In the whole scheme of things it probably does not matter whether you use hard coded DistanceBetweenTrades or one based on the ATR, but I can't help thinking the ATR approach is better. Difficult to know without months and months of testing but even then you would never know because there are too many other variables coming into play. One more thing, during my native SS testing I felt that using SS H4 was the better way to go because the drawdowns with D1 were unmanageable. So my SS settings are H4 0.8,14,50. With these SS settings it makes sense to drop Peaky timeframe down to 30 minutes so you're looking at a smaller area of the chart. I'm currently running some tests with and without doing that second normalisation I mentioned above and also with and without using ImmediateMarketOrders. The results are Ok but only 1 1/2 weeks in so meaningless really, but I hopefully heading down the right track. Do need code recovery though because it's just a matter of time before the account gets blown. I do use CloseMarketTradesOnOppositeColour so as to have at least some form of protection. Higher ATR pairs are also generally highly correlated. |
|
| Author: | SilverTrader [ Wed Sep 19, 2018 11:55 am ] |
| Post subject: | Slopey Peaky Bob |
Its a little way down the road now since SPB had it's July hiccup, but it has been left alone and is slowly getting back from its DD figure of just over -£1300 at one stage. Hopefully in time, it makes a full recovery. |
|
| Author: | snip [ Thu Sep 20, 2018 10:51 am ] |
| Post subject: | Slopey Peaky Bob |
Hi, first time I have posted.. I have been using this EA and the experimental version for about 6 weeks now, with Gareths set file slighty modified. I have a problem with both EA's where I get the message 'WE HAVE REACHED OUR WEEKLY PROFIT TARGET. I HAVE STOPPED TRADING UNTIL NEXT WEEK'. I have tried to stop this from happening by turning off(making false) the input 'UseTradingDoneForTheWeek', but with no effect. I have read the manual and looked at the other inputs, but cannot find anything that will stop this happening. Can anyone offer any help please.? Cheers Snip |
|
| Author: | SteveHopwood [ Fri Sep 21, 2018 3:44 pm ] |
| Post subject: | Slopey Peaky Bob |
Slopey Peaky Bob v1w is in post 1. I had a look at the code in response to snip's post above and cannot see anything wrong with the code apart from one possibility. You do not need the update if you have not experienced the problem. DIYers, go to the top of the Autotrading() function. The first block of code checks for trading done for the week. I have added this to the bottom of the block: else DoneForTheWeek = false; so the entire block looks like this: Code: Select all Experimental version 1x is in post 1, inspired by how I am managing those trades that went deep into DD during the summer, using triple SuperSlope. Along came Thomas' TDesk and the whole task instantly became 100% easier. I am lucky in that the original trades are attracting positive swap apart from one pair so there is not the usual pain of negative swap - in fact the swap is excellent on some:
SPB has no hedging; the point I am making is that a triple SS setup is immensely powerful when all three line up, so I have added this to SPB - a highest, medium and lowest time frame. Traders can use any combination of them. I have also added the ability to turn Peaky off in case anybody fancies basket trading just with SS. This was not easy coding and there are bound to be bugs, so still not on your live accounts yet folks. |
|
| Author: | snip [ Fri Sep 21, 2018 4:51 pm ] |
| Post subject: | Slopey Peaky Bob |
Hi Steve Thanks for the update. Unfortunately it will not compile because it's missing a header file include\TDesk.mqh. I can only assume when I originally downloaded the EA I must have downloaded a ex4 file so compilation was not required. I cannot remember compiling anything 6 weeks ago, but there again I must admit my memory these days is not as it was.. I did notice you have a 'My shell EA code' section, where I guess the header file resides. Do I need to install any of this stuff to be able to compile successfully.? Sorry to be a bother.. Cheers Pete |
|
| Author: | SteveHopwood [ Fri Sep 21, 2018 4:54 pm ] |
| Post subject: | Slopey Peaky Bob |
Ye Gods, how the blue blazes can you have missed this? http://www.stevehopwoodforex.com/phpBB3 ... 106&t=5522 Get a grip. |
|
| All times are UTC | Page 43 of 84 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|