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

Holy Graily Bob 'n Grid
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4525
Page 62 of 99
Author:  woodlands [ Sun Apr 03, 2016 3:45 pm ]
Post subject:  Holy Graily Bob 'n Grid

acostafulano » Sat Apr 02, 2016 11:30 am wrote:Hi Woodlands. Which version are you running for the first demo?
Version 1q
Author:  TraderJoeForex [ Sun Apr 03, 2016 9:58 pm ]
Post subject:  Holy Graily Bob 'n Grid

woodlands » Sat Apr 02, 2016 4:44 am wrote:As above post but HGB 'n Grid on H4 on micro account, only running for couple of days
AU,EA,EG,EJ,EU,GA,GC,GJ,GU,UC,UJ (UC and AU added near W/E)

Here are the results and setfile (for a micro account that trades $1,000 lots at real amount rather than cent account maked as $, so unusual configuration and very confusing for trade managers :? )





Results for a Demo running HGB_experimental for the week without filters



And the setfile:


Again :hi: to Steve, Bob et al
Hey Woodlands... Just had a look at these and HGBexp_nofilter.set file has STOP and LIMIT orders selected.. I am assuming this is meant to be just STOP orders?
Author:  woodlands [ Mon Apr 04, 2016 3:14 am ]
Post subject:  Holy Graily Bob 'n Grid

Hmm,
It's the same as the other experimental Joe but without any direction filter so stop and limit with the 'RnR' offset add on.
The one above is stop orders as standard HGB 'n grid....if I have it right, certainly the setfile was copied direct from the Empty4 datafile.
Author:  TraderJoeForex [ Mon Apr 04, 2016 9:50 am ]
Post subject:  Holy Graily Bob 'n Grid

woodlands » Mon Apr 04, 2016 3:14 am wrote:Hmm,
It's the same as the other experimental Joe but without any direction filter so stop and limit with the 'RnR' offset add on.
The one above is stop orders as standard HGB 'n grid....if I have it right, certainly the setfile was copied direct from the Empty4 datafile.
Sorry yes.. I was getting ahead of myself. Just re read Steve's post:

"It is possible to apply this idea to hedged positions but the code will be much more complicated. Let's establish that the function works properly first, then apply it to the Stop_Orders_Only method later on"

Cheers.
Author:  theforexedge [ Mon Apr 04, 2016 3:39 pm ]
Post subject:  Holy Graily Bob 'n Grid

Steve

I noticed today when the EA was closing out a hedged EURJPY position i'd been stuck in for over a week :arrrg: using HedgeProfitPips that it's not allowing for (OrderProfit() + OrderSwap() + OrderCommission()) calculated in CashUpl so i added CashUpl >= MinimumHedgeCash to HedgeProfitPips...to make sure we're not closing out the position at a loss..

Code: Select all

extern int     MinimumHedgeProfitCash = 5;

Code: Select all

//Have we hit pips upl
      if (HedgeProfitPips > 0)
         if (PipsUpl >= HedgeProfitPips && CashUpl >= MinimumHedgeProfitCash)
            ClosePosition = true;
Jason
Author:  MMGood52 [ Tue Apr 05, 2016 1:09 pm ]
Post subject:  Holy Graily Bob 'n Grid

This is one week running the Experimental version. I started with a $600 demo .01 lots on 10 pairs.

This morning 4 pairs had open trades and were all in profit. I remembered what Steve said about closing down when in profit and also it was right before NY open. GC then opened a new grid with the Blue Wavy on the new 4hr candle. :smile:
Author:  TraderJoeForex [ Tue Apr 05, 2016 2:08 pm ]
Post subject:  Holy Graily Bob 'n Grid

MMGood52 » Tue Apr 05, 2016 1:09 pm wrote:This is one week running the Experimental version. I started with a $600 demo .01 lots on 10 pairs.

This morning 4 pairs had open trades and were all in profit. I remembered what Steve said about closing down when in profit and also it was right before NY open. GC then opened a new grid with the Blue Wavy on the new 4hr candle. :smile:
Well Played :good:
Author:  SteveHopwood [ Wed Apr 06, 2016 7:47 am ]
Post subject:  Holy Graily Bob 'n Grid

The latest versions of both bots (1q) are in post 1.

You can make the changes easily for yourselves. Do a search for this comment: //Lowest trade price and reverse the conditional in the following line. For example:
if(OrderOpenPrice()>LowestBuyPrice)

becomes

if(OrderOpenPrice()<LowestBuyPrice)

I have not checked yet, but I bet you a fiver these changes need making to all my shell codes as well. They are an example of my famous copy\paste\fail-to-edit bloops.

:xm:
Author:  SteveHopwood [ Wed Apr 06, 2016 8:43 am ]
Post subject:  Holy Graily Bob 'n Grid

ntjs just sent me a pm saying that it was still 1p original in post 1. I have uploaded the correct version. Check your charts and re-download if the version display shows 1p instead of 1q.

:xm:
Author:  theforexedge [ Wed Apr 06, 2016 11:06 am ]
Post subject:  Holy Graily Bob 'n Grid - Hedge Logic

Steve

Thanks for the update..

Just a quick thought - Not sure this is possible with the current logic but the other day whilst waiting for my
EURJPY position that was hedged to exit I was thinking if the Wavestatus flips from Buy to Sell in this instance
the Hedged basket wouldn't then close until either the opposite Semaphore or Wavestatus == Waverange?

If the pair had stayed open it and followed the massive retracement it would of made a considerable profit rather than just a small one :smile:

Jason
All times are UTC Page 62 of 99