| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Holy Graily Bob 'n Grid https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4525 |
Page 58 of 99 |
| Author: | SteveHopwood [ Wed Mar 30, 2016 11:37 am ] |
| Post subject: | Holy Graily Bob 'n Grid |
Thanks for taking the trouble to do this. I have bookmarked your post so I can return to it later and give it some thought. I would not even bother to have bad dreams these days about using an EA created by someone who is not one of the expert coders here and so would code an ea myself. |
|
| Author: | Bruster400 [ Wed Mar 30, 2016 11:42 am ] |
| Post subject: | Holy Graily Bob 'n Grid |
I've just fired up this bot again having had to shut down over the long weekend. I've updated to the latest version and I'm up to speed on the new features. The majority of my trades to date have closed out because of a semaphore or hedged profit (rather than an opposite signal) so I'm beginning to think that the actual entry point is not that important. I also wanted to try out the new buttons, so I hit the "send full grid" button. Which is duly did - but then it deleted it as well! I tried the separate sells and buys buttons but they had the same experience - all deleted. I'm obviously missing something here but can't find it. Can I just check my understanding - can you only send grids when you have an active, in market trade? |
|
| Author: | Gertje [ Wed Mar 30, 2016 11:45 am ] |
| Post subject: | Holy Graily Bob 'n Grid |
Only when valid signals are in place. You can cheat and open a manual order first.... |
|
| Author: | Bruster400 [ Wed Mar 30, 2016 11:51 am ] |
| Post subject: | Holy Graily Bob 'n Grid |
Thanks Gertje - problem solved |
|
| Author: | SteveHopwood [ Wed Mar 30, 2016 12:43 pm ] |
| Post subject: | Holy Graily Bob 'n Grid |
It is early days but I suspect that DD is something we have to live with. We will need patience as cycles sometimes take a while to complete. Those occasional straight up or down runs are lovely when the occur; we just cannot expect them every day. I just checked my trades throughout March. Altogether the balance increased by $1018. This would have been nearly $1600 had I not experimented with GW on GJ, and manually closed a GJ basket early on. Current DD is c. $400, so the accrued profit is 2.5 times this. I will be a happy bunny if I can maintain that ratio. I am not going to do anything about your idea, Peter. Let's just watch and see what happens. |
|
| Author: | PeterUK [ Wed Mar 30, 2016 6:11 pm ] |
| Post subject: | Holy Graily Bob 'n Grid |
No worries, I'm a happy bunny also, also stopped tinkering too much and using 1h TF, a balance between 15min and 4hr... Peter |
|
| Author: | SteveHopwood [ Wed Mar 30, 2016 6:11 pm ] |
| Post subject: | Holy Graily Bob 'n Grid |
A couple of sharp-eyed bloop-hunters have emailed me today about the BuyCloseSignal and its counterpart. These are redundant variables that will be removed from the next release. Ignore them. |
|
| Author: | PeterUK [ Wed Mar 30, 2016 9:52 pm ] |
| Post subject: | Holy Graily Bob 'n Grid |
Just notice a possible conflict between Bob's MA and SMA, one says trend is up, the other say's is down... I'm using 1H TF, the same occurs with other TF... Some times SMA aligns with Bob's Double MA in giving the trend direction, and some times the SMA is inverted... I've looked at the code again, can't see any problems, maybe the SMA is Trend not being updated... both seems to be using the same variable type and etc.... SMA should work similar to Bob's MA with 1 MA less... For the time being I've gone back to using modified Bob's MA for the 34EMA in live trading... Any ideas Steve? Thanks, Peter |
|
| Author: | SteveHopwood [ Wed Mar 30, 2016 10:43 pm ] |
| Post subject: | Holy Graily Bob 'n Grid |
Nice spot Peter. It all comes down to one innocent letter. Line 2399 bFMaVal = GetMa(Symbol(), SingleMaTimeFrame, sMaPeriod, 0, sMaMethod, sMaAppliedPrice, 0); should be: sFMaVal = GetMa(Symbol(), SingleMaTimeFrame, sMaPeriod, 0, sMaMethod, sMaAppliedPrice, 0); b = Bob. s = Single. sFmaVal is never changed from 0, so the market is always above it, so the single MA trend is always up. It is one of my famous copy/paste/fail-to-edit bloops. Not going to do anything about it tonight - going to bed. I will sort it out in the morning. Those of you who know how can already make the change for yourself - find the appropriate line if you are using the experimental version. |
|
| Author: | PeterUK [ Thu Mar 31, 2016 9:13 am ] |
| Post subject: | Holy Graily Bob 'n Grid |
Thanks Steve,
bFMaVal = GetMa(Symbol(), SingleMaTimeFrame, sMaPeriod, 0, sMaMethod, sMaAppliedPrice, 0); should be: sMaVal = GetMa(Symbol(), SingleMaTimeFrame, sMaPeriod, 0, sMaMethod, SMaAppliedPrice, 0); or the compiler will scream at you... |
|
| All times are UTC | Page 58 of 99 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|