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

Holy Graily Bob 'n Grid
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4525
Page 59 of 99
Author:  SteveHopwood [ Thu Mar 31, 2016 9:53 am ]
Post subject:  Holy Graily Bob 'n Grid

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:
Author:  Westco28 [ Thu Mar 31, 2016 11:37 am ]
Post subject:  Holy Graily Bob 'n Grid

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
Author:  Westco28 [ Thu Mar 31, 2016 12:04 pm ]
Post subject:  Holy Graily Bob 'n Grid

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
Author:  SteveHopwood [ Thu Mar 31, 2016 12:40 pm ]
Post subject:  Holy Graily Bob 'n Grid

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:
Author:  Foreverforex [ Thu Mar 31, 2016 9:44 pm ]
Post subject:  Holy Graily Bob 'n Grid

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.
Author:  goldcourse [ Fri Apr 01, 2016 2:18 am ]
Post subject:  Holy Graily Bob 'n Grid

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?
Author:  Foreverforex [ Fri Apr 01, 2016 3:22 am ]
Post subject:  Holy Graily Bob 'n Grid

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:
Author:  szfxtrader [ Fri Apr 01, 2016 5:42 am ]
Post subject:  Holy Graily Bob 'n Grid

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!
Author:  Foreverforex [ Fri Apr 01, 2016 6:18 am ]
Post subject:  Holy Graily Bob 'n Grid

szfxtrader » Thu Mar 31, 2016 9:42 pm wrote:
Could you please share your settings file? Thank you in advance!
Absolutely! Attached :) :)
Author:  szfxtrader [ Fri Apr 01, 2016 6:19 am ]
Post subject:  Holy Graily Bob 'n Grid

Foreverforex » Fri Apr 01, 2016 6:18 am wrote:
Absolutely! Attached :) :)
Thank you very much!
All times are UTC Page 59 of 99