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

Holy Graily Bob's Candle Power
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5272
Page 32 of 36
Author:  SteveHopwood [ Thu Dec 28, 2017 10:15 am ]
Post subject:  Holy Graily Bob's Candle Power

Gertje » Thu Dec 28, 2017 10:00 am wrote: Thanks Steve.

Last night AUDJPY closed again at rollover, together with a bunch of other ones gaining 109 pips.
I hate it when a mulfunctioning program delivers positive results.... :arrrg:

I changed the inputs, and among others, I let it stop during rollover, and set the spread detectingmode at 1000 times the average spread.

Will keep you posted.
Do me a favour please. Do a search for "}//if (!IsTradeAllowed() )"

There are two code blocks that follow:

Code: Select all

   //In case any trade closures failed
   if (ArraySize(ForceCloseTickets) > 0)
   {
      MopUpTradeClosureFailures();
      return;
   }//if (ArraySize(ForceCloseTickets) > 0)      
      
   //Rollover
   if (DisableEaDuringRollover)
   {
      RolloverInProgress = false;
      if (AreWeAtRollover())
      {
         RolloverInProgress = true;
         DisplayUserFeedback();
         return;
      }//if (AreWeAtRollover)
   }//if (DisableEaDuringRollover)
Swap the order around, so that the roll over check comes first i.e.

Code: Select all

   //Rollover
   if (DisableEaDuringRollover)
   {
      RolloverInProgress = false;
      if (AreWeAtRollover())
      {
         RolloverInProgress = true;
         DisplayUserFeedback();
         return;
      }//if (AreWeAtRollover)
   }//if (DisableEaDuringRollover)
      
   //In case any trade closures failed
   if (ArraySize(ForceCloseTickets) > 0)
   {
      MopUpTradeClosureFailures();
      return;
   }//if (ArraySize(ForceCloseTickets) > 0)      
I cannot see it making any difference, but is easy enough to try.

:xm:
Author:  Gertje [ Thu Dec 28, 2017 10:46 am ]
Post subject:  Holy Graily Bob's Candle Power

SteveHopwood » Thu Dec 28, 2017 10:15 am wrote: Do me a favour please. Do a search for "}//if (!IsTradeAllowed() )"
There are two code blocks that follow:

Swap the order around, so that the roll over check comes first i.e.

I cannot see it making any difference, but is easy enough to try.

:xm:
Done!
Luckily we still have a trading day left this year... :jump:
Author:  Gertje [ Fri Dec 29, 2017 1:25 pm ]
Post subject:  Holy Graily Bob's Candle Power

Gertje » Thu Dec 28, 2017 10:46 am wrote: Done!
Luckily we still have a trading day left this year... :jump:
Unfortunatually to no avail... :arrrg: :arrrg:

Same thing happend, irregular closures of both winning and losing trades.
I can't understand why the same thing running on a lower TF has no issues, and on D1 keeps throwing curveballs at me.
This weekend, I'll swap all inputs and let it trade the H4 with the same style.
Maybe I can find out if it is profitable enough to commission Steve to write an EA for the D1 on its own.

What REALLY irritates me, is that I'm up 1.5% on the balance with this error in place... :arrrg:
Author:  4xtn [ Thu Jan 04, 2018 12:48 pm ]
Post subject:  Holy Graily Bob's Candle Power

4xtn » Sun Dec 17, 2017 3:12 pm wrote:Could someone be so kind and add a function to send pendings x pips away from previuos Hi/Lo? Thank you in advance :hi:
Can anyone help? :jump:
Author:  Vokin [ Tue Jan 23, 2018 9:34 am ]
Post subject:  Holy Graily Bob's Candle Power

HGB multi-pair CP v.1l
Cca one month trading (18.12.2017 - 22.1.2018).
All pairs with Slope at H4, MA at H1, trading timeframes from 12 min after LO to 60min after LO.
TP 75, SL 55, BE 19/5.
Taken 120 trades, 89 win (include BE), 31 loss.
724 pips.
Without stress, after London Close turned off PC.
I mean its good working EA, so its good work from Mr.H.(thank you).
So whats next?
Now I will be spare to had 100 or better 500 free USD and move trading to live Acc.
See you later next time.
V.
Author:  SteveHopwood [ Tue Jan 23, 2018 9:49 am ]
Post subject:  Holy Graily Bob's Candle Power

Vokin » Tue Jan 23, 2018 9:34 am wrote:HGB multi-pair CP v.1l
Cca one month trading (18.12.2017 - 22.1.2018).
All pairs with Slope at H4, MA at H1, trading timeframes from 12 min after LO to 60min after LO.
TP 75, SL 55, BE 19/5.
Taken 120 trades, 89 win (include BE), 31 loss.
724 pips.
Without stress, after London Close turned off PC.
I mean its good working EA, so its good work from Mr.H.(thank you).
So whats next?
Now I will be spare to had 100 or better 500 free USD and move trading to live Acc.
See you later next time.
V.
Great results. Well done. :clap: :clap: :clap: :party: :party: :party: :!!: :!!: :!!:

:xm:
Author:  marx64 [ Thu Jan 25, 2018 8:21 am ]
Post subject:  Holy Graily Bob's Candle Power

So apparently HGI indicator has expired, according my Experts tab. Can it be the reason why bunch of my trades (but not all) inexplicably closed at midnight? HGI is set to false in settings.
Author:  mastercool [ Thu Jan 25, 2018 8:23 am ]
Post subject:  Holy Graily Bob's Candle Power

marx64 » Thu Jan 25, 2018 10:21 am wrote:So apparently HGI indicator has expired, according my Experts tab. Can it be the reason why bunch of my trades (but not all) inexplicably closed at midnight? HGI is set to false in settings.

The new version here http://www.stevehopwoodforex.com/phpBB3 ... =88&t=3964
expires in 1st april 2018.Replace it.
Author:  marx64 [ Fri Jan 26, 2018 12:13 pm ]
Post subject:  Holy Graily Bob's Candle Power

mastercool » Thu Jan 25, 2018 10:23 am wrote:
marx64 » Thu Jan 25, 2018 10:21 am wrote:So apparently HGI indicator has expired, according my Experts tab. Can it be the reason why bunch of my trades (but not all) inexplicably closed at midnight? HGI is set to false in settings.

The new version here http://www.stevehopwoodforex.com/phpBB3 ... =88&t=3964
expires in 1st april 2018.Replace it.
I don't think the standalone indicator is the solution here.
Author:  marx64 [ Fri Jan 26, 2018 2:33 pm ]
Post subject:  Holy Graily Bob's Candle Power

Ok, it was hgi_lib. Replaced it and all good now :)
All times are UTC Page 32 of 36