Holy Graily Bob 'n Grid
-
Pipstubborn
- Trader
- Posts: 272
- Joined: Thu Jul 12, 2012 5:17 pm
Holy Graily Bob 'n Grid
Previously posted in HGB.
Hi there, not sure if this is the right place to post. I manually trade HGI but use HGB scripts. Downloaded to my new computer the usual way: open data folder/mq4/scripts. On the journal tab shows that is loaded succesfully and when I click ok in the window, the journal says it's been removed. But on the chart nothing happens and pending trades are not placed.
Already searched in the different threads but couldn't find anything to help me solve the problem. Can anyone please help me? Are the scripts outdated or missing something? or something is blocking it's functionality? My Empty4 build is 950.
Thanks in advance,
Pipstubborn
Hi there, not sure if this is the right place to post. I manually trade HGI but use HGB scripts. Downloaded to my new computer the usual way: open data folder/mq4/scripts. On the journal tab shows that is loaded succesfully and when I click ok in the window, the journal says it's been removed. But on the chart nothing happens and pending trades are not placed.
Already searched in the different threads but couldn't find anything to help me solve the problem. Can anyone please help me? Are the scripts outdated or missing something? or something is blocking it's functionality? My Empty4 build is 950.
Thanks in advance,
Pipstubborn
-
marcoFF
- Trader
- Posts: 127
- Joined: Mon Apr 20, 2015 10:50 pm
Holy Graily Bob 'n Grid
HBGnG v2b H1 + Peter set, offset ON (4), 1000 SizeOfDollop.
:hi:
This is last set file + hgb version posted by Peter (Here Specific Stop input are all true, in the version before I have all set to false and SizeOfDol is 1500)

This is last set file + hgb version posted by Peter (Here Specific Stop input are all true, in the version before I have all set to false and SizeOfDol is 1500)
You do not have the required permissions to view the files attached to this post.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Holy Graily Bob 'n Grid
There is an Experimental version with a third trading system in post 1. The details are in the "Experimental version" section of the post.

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.
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.
- Gertje
- Trader
- Posts: 1936
- Joined: Mon Dec 12, 2011 1:17 pm
- Location: Middle of the Netherlands
Holy Graily Bob 'n Grid
Sounds like a plan!SteveHopwood » Sat May 07, 2016 2:37 pm wrote:There is an Experimental version with a third trading system in post 1. The details are in the "Experimental version" section of the post.
We can get in at the start without all the DD from the limit orders!
-
pcorneli
Holy Graily Bob 'n Grid
Code: Select all
//Send a sell stop grid
x+= (ButtonWidth + 10);
result = ButtonCreate(0,SendSellStops,0,x,y,ButtonWidth,ButtonHeight,ButtonCorner,"Send Sell Stops",ButtonFont,ButtonFontSize,
ButtonColor,ButtonBackColor,ButtonBorderColor,ButtonState,ButtonBack,ButtonSelection,ButtonHidden,ButtonZOrder);
Code: Select all
//Send a sell stop grid
x+= (ButtonWidth + 10);
result = ButtonCreate(0,SendSellStops,0,x,y,ButtonWidth,ButtonHeight,ButtonCorner,"Send Sell Stops",ButtonFont,ButtonFontSize,
ButtonColor,ButtonBackColor,ButtonBorderColor,ButtonState,ButtonBack,ButtonSelection,ButtonHidden,ButtonZOrder);
-
kwchau
- Trader
- Posts: 305
- Joined: Tue Jan 03, 2012 3:37 pm
Holy Graily Bob 'n Grid
Thank you, Pcornelis.pcorneli » Sun May 08, 2016 5:26 pm wrote://Send a sell stop grid
x+= (ButtonWidth + 10);
result = ButtonCreate(0,SendSellStops,0,x,y,ButtonWidth,ButtonHeight,ButtonCorner,"Send Sell Stops",ButtonFont,ButtonFontSize,
ButtonColor,ButtonBackColor,ButtonBorderColor,ButtonState,ButtonBack,ButtonSelection,ButtonHidden,ButtonZOrder);
//Send a sell stop grid
x+= (ButtonWidth + 10);
result = ButtonCreate(0,SendSellStops,0,x,y,ButtonWidth,ButtonHeight,ButtonCorner,"Send Sell Stops",ButtonFont,ButtonFontSize,
ButtonColor,ButtonBackColor,ButtonBorderColor,ButtonState,ButtonBack,ButtonSelection,ButtonHidden,ButtonZOrder);
double create same button, the second gives error 4200, if i am allowed.
It is good to get rid of the error message, though it does not impact the trades.
- SteveHopwood
- Owner
- Posts: 9904
- Joined: Tue Nov 15, 2011 8:43 am
- Location: Misterton - an insignificant village in England. Very pleasant to live in.
Holy Graily Bob 'n Grid
Nice one pcorneli. Thanks.pcorneli » Sun May 08, 2016 9:26 am wrote:Code: Select all
//Send a sell stop grid x+= (ButtonWidth + 10); result = ButtonCreate(0,SendSellStops,0,x,y,ButtonWidth,ButtonHeight,ButtonCorner,"Send Sell Stops",ButtonFont,ButtonFontSize, ButtonColor,ButtonBackColor,ButtonBorderColor,ButtonState,ButtonBack,ButtonSelection,ButtonHidden,ButtonZOrder);double create same button, the second gives error 4200, if i am allowed.Code: Select all
//Send a sell stop grid x+= (ButtonWidth + 10); result = ButtonCreate(0,SendSellStops,0,x,y,ButtonWidth,ButtonHeight,ButtonCorner,"Send Sell Stops",ButtonFont,ButtonFontSize, ButtonColor,ButtonBackColor,ButtonBorderColor,ButtonState,ButtonBack,ButtonSelection,ButtonHidden,ButtonZOrder);
This is nothing important folks, so I am not uploading a fix until I next update the ea. You can fix it yourselves by doing a search for:
//Send a sell stop grid
and deleting the second block, which is line 6251 in V 2b.
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.
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.
- cyberevil
- Trader
- Posts: 95
- Joined: Mon Oct 26, 2015 5:55 pm
- Location: Vancouver, BC
Holy Graily Bob 'n Grid
Got the experimental on GP demo. I am excited to try this new concept. I think it will be really good to see the true behavior of hgi and how often it dips before going it's way for the generated signal. Thx steve!
-
Cayrema
- Posts: 5
- Joined: Sat Apr 30, 2016 12:19 pm
Holy Graily Bob 'n Grid
Hello family.
I want to thank Steve and the others who have been involved in the creation of this great EA. I have been using v1w with success the last few days and when Steve came up with the experimental version I threw it on my demo. This morning I have been receiving errors from the experimental version. The bot places pending stops, then a few minutes later it deletes them. Is anybody else having the same error or am I the only one?
Am using Global Prime demo.
I want to thank Steve and the others who have been involved in the creation of this great EA. I have been using v1w with success the last few days and when Steve came up with the experimental version I threw it on my demo. This morning I have been receiving errors from the experimental version. The bot places pending stops, then a few minutes later it deletes them. Is anybody else having the same error or am I the only one?
Am using Global Prime demo.
You do not have the required permissions to view the files attached to this post.
-
senzhi
Holy Graily Bob 'n Grid
Experienced the same. Give it some time, as Steve is probably nearly about to wake up yet, not having had breakfast yet. And the coffee, I presume.Cayrema » Mon May 09, 2016 6:57 am wrote:Hello family.
I want to thank Steve and the others who have been involved in the creation of this great EA. I have been using v1w with success the last few days and when Steve came up with the experimental version I threw it on my demo. This morning I have been receiving errors from the experimental version. The bot places pending stops, then a few minutes later it deletes them. Is anybody else having the same error or am I the only one?
Am using Global Prime demo.