Holy Graily Bob 'n Grid

EA's inspired by nanningbob's work here, especially those based on his 240 Moving Average trend detection filter.
Post Reply
Pipstubborn
Trader
Posts: 272
Joined: Thu Jul 12, 2012 5:17 pm

Holy Graily Bob 'n Grid

Post by Pipstubborn »

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
marcoFF
Trader
Posts: 127
Joined: Mon Apr 20, 2015 10:50 pm

Holy Graily Bob 'n Grid

Post by marcoFF »

HBGnG v2b H1 + Peter set, offset ON (4), 1000 SizeOfDollop.
2016-05-06 16_13_45-2044141_ GlobalPrime-Demo - Conto dimostrativo (demo) - [XAGUSD,M15].jpg
Image :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)
2016-05-06 16_18_59-stevehopwoodforex.com • Post a reply.jpg
Image
You do not have the required permissions to view the files attached to this post.
User avatar
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

Post by SteveHopwood »

There is an Experimental version with a third trading system in post 1. The details are in the "Experimental version" section of the post.

:xm:
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.
User avatar
Gertje
Trader
Posts: 1936
Joined: Mon Dec 12, 2011 1:17 pm
Location: Middle of the Netherlands

Holy Graily Bob 'n Grid

Post by Gertje »

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.

:xm:
Sounds like a plan!
We can get in at the start without all the DD from the limit orders! :yahoo:
pcorneli

Holy Graily Bob 'n Grid

Post by pcorneli »

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);
double create same button, the second gives error 4200, if i am allowed.
kwchau
Trader
Posts: 305
Joined: Tue Jan 03, 2012 3:37 pm

Holy Graily Bob 'n Grid

Post by kwchau »

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.
Thank you, Pcornelis.

It is good to get rid of the error message, though it does not impact the trades.
User avatar
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

Post by SteveHopwood »

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);

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.
Nice one pcorneli. Thanks. :clap: :clap: :clap:

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.

:xm:
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.
User avatar
cyberevil
Trader
Posts: 95
Joined: Mon Oct 26, 2015 5:55 pm
Location: Vancouver, BC

Holy Graily Bob 'n Grid

Post by cyberevil »

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

Post by Cayrema »

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.
You do not have the required permissions to view the files attached to this post.
senzhi

Holy Graily Bob 'n Grid

Post by senzhi »

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.
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.
Post Reply

Return to “Thingy Bob EA's”