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 12 of 36
Author:  SteveHopwood [ Mon Sep 25, 2017 2:45 pm ]
Post subject:  Holy Graily Bob's Candle Power

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:
Author:  pipcruiser [ Mon Sep 25, 2017 7:14 pm ]
Post subject:  Holy Graily Bob's Candle Power

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
Author:  SteveHopwood [ Mon Sep 25, 2017 7:29 pm ]
Post subject:  Holy Graily Bob's Candle Power

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:
Author:  andwen [ Tue Sep 26, 2017 3:01 am ]
Post subject:  Holy Graily Bob's Candle Power

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
Author:  rapple [ Tue Sep 26, 2017 3:11 am ]
Post subject:  Holy Graily Bob's Candle Power

Hi Andwen

Check the users guide

Cheers Richard
Author:  SteveHopwood [ Tue Sep 26, 2017 9:40 am ]
Post subject:  Holy Graily Bob's Candle Power

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.
Author:  andwen [ Tue Sep 26, 2017 9:59 am ]
Post subject:  Holy Graily Bob's Candle Power

Yep worthy of headlopping.

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

Cheers
Author:  TraderJoeForex [ Tue Sep 26, 2017 10:36 am ]
Post subject:  Holy Graily Bob's Candle Power

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.
Author:  SteveHopwood [ Tue Sep 26, 2017 10:45 am ]
Post subject:  Holy Graily Bob's Candle Power

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:
Author:  SteveHopwood [ Tue Sep 26, 2017 3:58 pm ]
Post subject:  Holy Graily Bob's Candle Power

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:
All times are UTC Page 12 of 36