stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Old and defunct Holy Graily Bob
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3966
Page 57 of 129
Author:  SteveHopwood [ Thu Dec 18, 2014 2:17 pm ]
Post subject:  Holy Graily Bob

Neno0102 » Thu Dec 18, 2014 2:01 pm wrote:Hi,

Have a question about wawe+trend trades. Do they need to form on the same candle as it is pretty rare, and if there could be some lookback candle option for wawe signals as they do appear sooner then big trend arrows.
Hope you are still considering moving pendings Steve.
Once again thank you for all you are doing . You are like Santa :xm:
At the mo, they have to appear on the same candle.

:xm:
Author:  zader [ Thu Dec 18, 2014 3:02 pm ]
Post subject:  Holy Graily Bob

Hi all, haven't posted in a while and to make myself useful I tracked those pesky 130 order errors down, it only affects pendings and looks to come from the "CheckMinimumPipsTo20" call.

Line 1981

Code: Select all

if (type == OP_BUY)
should be

Code: Select all

if (type == OP_BUY || type == OP_BUYSTOP)
otherwise BUYSTOPS are getting 20 pips knocked off and the pending is sent at below the current price which triggers the error, bugger all to do with stop loss.
Author:  SteveHopwood [ Thu Dec 18, 2014 3:16 pm ]
Post subject:  Holy Graily Bob

zader » Thu Dec 18, 2014 3:02 pm wrote:Hi all, haven't posted in a while and to make myself useful I tracked those pesky 130 order errors down, it only affects pendings and looks to come from the "CheckMinimumPipsTo20" call.

Line 1981

Code: Select all

if (type == OP_BUY)
should be

Code: Select all

if (type == OP_BUY || type == OP_BUYSTOP)
otherwise BUYSTOPS are getting 20 pips knocked off and the pending is sent at below the current price which triggers the error, bugger all to do with stop loss.
Nice one. Thanks. :clap:

Easy change to make folks, or V 2b in post 1.

:xm:
Author:  wolfeman [ Thu Dec 18, 2014 6:03 pm ]
Post subject:  Holy Graily Bob

Wow, impressive contribution there zader; On behalf of a hundred or so others here- :party: Thank you!
Author:  SteveHopwood [ Thu Dec 18, 2014 9:54 pm ]
Post subject:  Holy Graily Bob

A thought for you guys.

Once you have decent profits on the table, take them and close down for the day. What typically happens is this: trades go into loads of profit; trades get closed at lots of profit; the remaining trades go deeply into dd and eventually give back more than the profits earned.

Every time I have had good days with HGB, it is because I observed the above.

I was lucky today. The usual thingy happened, but the remaining trades just swung back far enough in my favour for me to close them out at a magnificent +344 - in December. It could have been much higher had I closed the lot when my instinct told me to several hours ago.

Something to contemplate.

:xm:
Author:  SWG123 [ Thu Dec 18, 2014 10:14 pm ]
Post subject:  Holy Graily Bob

SteveHopwood » Thu Dec 18, 2014 11:54 pm wrote:A thought for you guys.

Once you have decent profits on the table, take them and close down for the day. What typically happens is this: trades go into loads of profit; trades get closed at lots of profit; the remaining trades go deeply into dd and eventually give back more than the profits earned.

Every time I have had good days with HGB, it is because I observed the above.

I was lucky today. The usual thingy happened, but the remaining trades just swung back far enough in my favour for me to close them out at a magnificent +344 - in December. It could have been much higher had I closed the lot when my instinct told me to several hours ago.

Something to contemplate.

:xm:
This is what I use, I'm sure you've seen it before. Adjusts for volatility using ATR and ensures you don't give everything back. I never trade without it .... just a thought. Multipliers between 2.5 and 4 seem to work best.
VoltyChannel_Stop_v2.1.mq4
Author:  rapple [ Thu Dec 18, 2014 11:52 pm ]
Post subject:  Holy Graily Bob

SteveHopwood » Fri Dec 19, 2014 7:54 am wrote:A thought for you guys.

Once you have decent profits on the table, take them and close down for the day. What typically happens is this: trades go into loads of profit; trades get closed at lots of profit; the remaining trades go deeply into dd and eventually give back more than the profits earned.

Every time I have had good days with HGB, it is because I observed the above.

I was lucky today. The usual thingy happened, but the remaining trades just swung back far enough in my favour for me to close them out at a magnificent +344 - in December. It could have been much higher had I closed the lot when my instinct told me to several hours ago.

Something to contemplate.

:xm:
Is it possible to develop the HBG Basket Manager with 'Global trailing/jumping SL' which closes all open and pending trades?

I was up around 1500 pips during the London session only to give it all back while I slept :cry: :cry: :cry:
Author:  SteveHopwood [ Thu Dec 18, 2014 11:53 pm ]
Post subject:  Holy Graily Bob

A quick copy of a post I just made in the dummies' thread.
Just a quick bit of generalised abuse here, aimed an nobody specifically.

Only a cretin with a financial death wish trades HGB OOTB. The OOTB settings tend to reflect the latest thingy I have coded and often bear no resemblance to any kind of realistic live trading whatsoever.
Something to bear in mind folks.

:xm:
Author:  SteveHopwood [ Fri Dec 19, 2014 12:03 am ]
Post subject:  Holy Graily Bob

rapple » Thu Dec 18, 2014 11:52 pm wrote:
SteveHopwood » Fri Dec 19, 2014 7:54 am wrote:A thought for you guys.

Once you have decent profits on the table, take them and close down for the day. What typically happens is this: trades go into loads of profit; trades get closed at lots of profit; the remaining trades go deeply into dd and eventually give back more than the profits earned.

Every time I have had good days with HGB, it is because I observed the above.

I was lucky today. The usual thingy happened, but the remaining trades just swung back far enough in my favour for me to close them out at a magnificent +344 - in December. It could have been much higher had I closed the lot when my instinct told me to several hours ago.

Something to contemplate.

:xm:
Is it possible to develop the HBG Basket Manager with 'Global trailing/jumping SL' which closes all open and pending trades?

I was up around 1500 pips during the London session only to give it all back while I slept :cry: :cry: :cry:
It is, but that does not change the position I described earlier. Will do it though - 'tis the next logical step for HGBBM.

:xm:
Author:  kabitto [ Fri Dec 19, 2014 12:06 am ]
Post subject:  Holy Graily Bob

SteveHopwood » Thu Dec 18, 2014 5:17 pm wrote:
Neno0102 » Thu Dec 18, 2014 2:01 pm wrote:Hi,

Have a question about wawe+trend trades. Do they need to form on the same candle as it is pretty rare, and if there could be some lookback candle option for wawe signals as they do appear sooner then big trend arrows.
Hope you are still considering moving pendings Steve.
Once again thank you for all you are doing . You are like Santa :xm:
At the mo, they have to appear on the same candle.

:xm:
would really appreciate if lookback is implemented. "...As formations on same candle is pretty rare..." - true
All times are UTC Page 57 of 129