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
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 »

V 1p (both) are in post 1.

These are thanks to Westco28, who decided to deal with the trade comment issue by splitting it into two variables. Coders can follow the changes by searching "//MJB"

Many thanks Westco28. :clap: :clap: :clap: :clap: :clap: :clap:

: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.
Westco28
Posts: 2
Joined: Sun Nov 08, 2015 5:39 pm

Holy Graily Bob 'n Grid

Post by Westco28 »

People, this update (1p) contains a change to the way SendBuy(Sell)Grid & SendSingleTrade works, use this version in demo until you are satisfied the pending trades submission still works correctly - please do not put straight onto a live account.

Feedback on any problems with the trade comments would be appreciated, all other problem reports to Steve as normal.

Michael
Westco28
Posts: 2
Joined: Sun Nov 08, 2015 5:39 pm

Holy Graily Bob 'n Grid

Post by Westco28 »

Whoops, when I updated the prior version (1o) this morning for the trade comment problem, I did not copy my fix for the multiple DistanceBetweenTrades issue in DisplayUserFeedback().

Lines 749-755 version 1p currently looks like this:-

Code: Select all

   SM("Distance between trades = "+DistanceBetweenTrades+" pips"+NL);

   if(UseAtrForGrid)
     {
      SM("ATR for the grid size = "+DoubleToString(GridAtrVal,0)+" pips"+NL);
      SM("Distance between trades = "+DoubleToStr(DistanceBetweenTrades,0)+" pips"+NL);
     }//if (UseAtrForGrid)
Should be replaced with:-

Code: Select all

   if(!UseAtrForGrid)
     {
      SM("Distance between trades = "+DoubleToString(DistanceBetweenTrades,0)+" pips"+NL);
     }

   if(UseAtrForGrid)
     {
      SM("ATR for the grid size = "+DoubleToString(GridAtrVal,0)+" pips"+NL);
      SM("Distance between trades = "+DoubleToString(DistanceBetweenTrades,0)+" pips"+NL);
     }//if (UseAtrForGrid)
Hopefully Steve will incorporate the above into the next version.

Michael
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 »

It doesn't really matter, but I have made the change and it will be in the next release.

The easiest way to make the change yourselves is to copy this over the top of the existing snippet:

Code: Select all

if(UseAtrForGrid)
   {
      SM("ATR for the grid size = "+DoubleToString(GridAtrVal,0)+" pips"+NL);
   }//if (UseAtrForGrid)

   SM("Distance between trades = "+DistanceBetweenTrades+" pips"+NL);
   
: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.
Foreverforex
Trader
Posts: 164
Joined: Wed Nov 28, 2012 6:48 am

Holy Graily Bob 'n Grid

Post by Foreverforex »

Just wanted to share demo trading results:

Facts:
Hedged strategy
No Filters.
Starting Balance of $500
.01 Lots
400:1 leverage
18 Trading days
No Manual Intervention
March_HGBnG.JPG
Will start live trading next month.

Amazing little bot!! Thanks to all for the enthusiastic and generous development.
You do not have the required permissions to view the files attached to this post.
goldcourse
Trader
Posts: 48
Joined: Tue Dec 27, 2011 2:18 am

Holy Graily Bob 'n Grid

Post by goldcourse »

Foreverforex » Fri Apr 01, 2016 5:44 am wrote:Just wanted to share demo trading results:

Facts:
Hedged strategy
No Filters.
Starting Balance of $500
.01 Lots
400:1 leverage
18 Trading days
No Manual Intervention



Will start live trading next month.

Amazing little bot!! Thanks to all for the enthusiastic and generous development.
Which version?
Foreverforex
Trader
Posts: 164
Joined: Wed Nov 28, 2012 6:48 am

Holy Graily Bob 'n Grid

Post by Foreverforex »

I can't remember version started with, but 2N was running majority of those 18 days. I went back to it after i had installed the 'new' version 1, but had the same issue that gobbed up Global Prime and reverted to 2N for rest of month.

Will start latest version next week, but keep this 2N version running as well for comparison sake.

Cheers! :yahoo: :yahoo:
szfxtrader
Trader
Posts: 377
Joined: Sun Feb 10, 2013 9:36 am

Holy Graily Bob 'n Grid

Post by szfxtrader »

Foreverforex » Thu Mar 31, 2016 9:44 pm wrote:Just wanted to share demo trading results:

Facts:
Hedged strategy
No Filters.
Starting Balance of $500
.01 Lots
400:1 leverage
18 Trading days
No Manual Intervention



Will start live trading next month.

Amazing little bot!! Thanks to all for the enthusiastic and generous development.
Could you please share your settings file? Thank you in advance!
Foreverforex
Trader
Posts: 164
Joined: Wed Nov 28, 2012 6:48 am

Holy Graily Bob 'n Grid

Post by Foreverforex »

szfxtrader » Thu Mar 31, 2016 9:42 pm wrote:
Could you please share your settings file? Thank you in advance!
Absolutely! Attached :) :)
You do not have the required permissions to view the files attached to this post.
szfxtrader
Trader
Posts: 377
Joined: Sun Feb 10, 2013 9:36 am

Holy Graily Bob 'n Grid

Post by szfxtrader »

Foreverforex » Fri Apr 01, 2016 6:18 am wrote:
Absolutely! Attached :) :)
Thank you very much!
Post Reply

Return to “Thingy Bob EA's”