HgiStatus = hgiuparrowtradable;
should be:
HgiStatus = hgidownarrowtradable
I was wondering why my buys were not closing following a down signal.
I will put up a fix in time for next week. Thanks Coenraad
Now 3000pips in 48hours! Steve You have created a monsterTraderJoeForex » Thu Sep 14, 2017 8:47 pm wrote:... I added a 200pip emergency SL and a 2pip BE and JS.
Here are results for last 24hours on two pairs GJ and EU.
I do always try to entertain.TraderJoeForex » Fri Sep 15, 2017 7:01 pm wrote:
Now 3000pips in 48hours! Steve You have created a monster
My results with the set file I posted essentially bi passes the intended HGI exit procedure with BE and JS instead. So don't give up. This one is definately worth straightening out. Having the intended basket close working alongside BE and JS could be very strong indeed.SteveHopwood » Fri Sep 15, 2017 10:12 pm wrote: I do always try to entertain.
I am no longer sure that my anti-bunching code is watertight.
Me being my usual gung-ho me, I put this bot on my live trading account. Usual stuff: minimal lot sizes; market would have to move about a gazillion pips against me before causing a problem.
So, as usual I have 32 buys and 41 sells open.
And HGI appears to have generated enough signals to have closed most of those trades because they were once in profit, yet the damn bot has left them smugly in place.
So as usual, code that I thought was watertight when I released it is actually bollocks.![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Anybody with a firing synapse fancy running SHF?![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Ho hum.
Code: Select all
if (signal==TRENDDN)
{
if (CloseOnLargeArrows)
HgiStatus = hgiuparrowtradable;
}Thanks Yannis. No idea how that crept back in.Yannis » Sun Sep 17, 2017 2:07 pm wrote:Steve, I think you carried the previous error with this version, line 1736.
In the ReadIndicatorValues():should read:Code: Select all
if (signal==TRENDDN) { if (CloseOnLargeArrows) HgiStatus = hgiuparrowtradable; }
HgiStatus = hgidownarrowtradable
I applied your set file apart from taking out the stop loss and changing the magic number. It was not long before trades started to close.TraderJoeForex » Fri Sep 15, 2017 11:43 pm wrote:
My results with the set file I posted essentially bi passes the intended HGI exit procedure with BE and JS instead. So don't give up. This one is definately worth straightening out. Having the intended basket close working alongside BE and JS could be very strong indeed.