Holy Graily Bob's Candle Power

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's Candle Power

Post by SteveHopwood »

Thanks for your kind words folks. Much appreciated.

I got the call to look for offsetting in an unbalanced position wrong so the function is not being called in 1n.

This does have the virtue of being harmless, so try the attached on demo to check the code is working properly.

Or, do a search for //Offsetting in Recovery - around line 4800, and copy this over the top of the relevant block of code:

Code: Select all

         //Offsetting in Recovery
         if (UseOffsettingForBalanceRecovery)
         {
            //AllowComplexSingleSidedOffsets is the input used in CanTradesBeOffset(), so
            //Ssave the user input
            bool OldAllowComplex = AllowComplexSingleSidedOffsets;//Save the user input
            AllowComplexSingleSidedOffsets = AllowComplexSingleSidedOffsetsRecovery;
            CanTradesBeOffset(0);
            //Restore the user's input
            AllowComplexSingleSidedOffsets = OldAllowComplex;
            //In case any trade closures failed
            if (ArraySize(ForceCloseTickets) > 0)
            {
               MopUpTradeClosureFailures();
               return;
            }//if (ArraySize(ForceCloseTickets) > 0)        
         }//if (UseOffsettingForBalanceRecovery)
  
:xm:
You do not have the required permissions to view the files attached to this post.
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.
pipcruiser
Trader
Posts: 134
Joined: Wed Nov 16, 2011 8:24 am

Holy Graily Bob's Candle Power

Post by pipcruiser »

Holy Moly

2 days of GBPCAD 1600 pips net... :yahoo:

Will be interesting to see when times gets rough, DD wise etc....

GP Live acc.

Thanks all

PC
You do not have the required permissions to view the files attached to this post.
Last edited by pipcruiser on Mon Sep 25, 2017 7:49 pm, edited 2 times in total.
"Perfection is Achieved Not When There Is Nothing More to Add, But When There Is Nothing Left to Take Away"...
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's Candle Power

Post by SteveHopwood »

pipcruiser » Mon Sep 25, 2017 7:14 pm wrote:Holy Moly

2 days of GBPCAD 1600 pips net... :yahoo:

Will be interesting to see when times gets rough, DD wise etc....

GP Live acc.

Thanks all

PC
That was some party. :clap: :clap: :clap: :party: :party: :party: :!!: :!!: :!!:

: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.
andwen
Trader
Posts: 62
Joined: Tue Jun 03, 2014 4:07 am
Location: Melbourne, Aust

Holy Graily Bob's Candle Power

Post by andwen »

Hi all,

I Notice in current version (1d) HGI is hidden in the code???? Not sure what this means..

It is not an option in this version as far as inputs go. Is it easy for a noob to unhide it ???

Appreciating all the improvements here and would like to embrace them, thanks to all.

The HGI version i have, 1b as per below, appears to be performing better with HGI but accept it may be just co-incidence.
USDNOKH1.png
You do not have the required permissions to view the files attached to this post.
User avatar
rapple
Trader
Posts: 277
Joined: Fri Feb 21, 2014 10:56 pm
Location: Sydney, Australia

Holy Graily Bob's Candle Power

Post by rapple »

Hi Andwen

Check the users guide

Cheers Richard
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's Candle Power

Post by SteveHopwood »

andwen » Tue Sep 26, 2017 3:01 am wrote:Hi all,

I Notice in current version (1d) HGI is hidden in the code???? Not sure what this means..

It is not an option in this version as far as inputs go. Is it easy for a noob to unhide it ???

Appreciating all the improvements here and would like to embrace them, thanks to all.

The HGI version i have, 1b as per below, appears to be performing better with HGI but accept it may be just co-incidence.
I may have mentioned in passing at some point in the past, how much I loathe and detest writing User Guides?

Really, really resent the time I have to spend doing so?

And that I do so in order not to have to answer ball-achingly stupid questions?

And how the SHF membership of those who prove they could not be arsed to read it by asking searingly moronic questions that are answered by even a cursory glance at the bloody thing?

Read the fucking user guide.
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.
andwen
Trader
Posts: 62
Joined: Tue Jun 03, 2014 4:07 am
Location: Melbourne, Aust

Holy Graily Bob's Candle Power

Post by andwen »

Yep worthy of headlopping.

I have found it and implemented a self imposed posting ban of 6 months

Cheers
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Holy Graily Bob's Candle Power

Post by TraderJoeForex »

I am trying a couple of things this week:

I decided on H4 for a higher time frame test:

HGI activated
No fixed SL
20 pip spacing
100pip JS
10pip BE

I am also trying M5 same set as last week and adding GTWV to add stacked trades after the 2pip BE. I am thinking this may provide a better balance when we get a directional move.
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's Candle Power

Post by SteveHopwood »

The code that offsets opposite side trades is not working. I know why and should be able to sort it out later.

I see there is a demand for HGI after all, so I will reinstate it. I commented it out rather than removed it in case people turned out to want it.

: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
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's Candle Power

Post by SteveHopwood »

I think the opposite side offsetting is working now - it appears to be in Crapergy Tester. Try this version on demo first.

I have reinstated HGI as there is a demand for it.

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

Return to “Thingy Bob EA's”