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

Old and defunct Holy Graily Bob
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3966
Page 47 of 129
Author:  SteveHopwood [ Mon Dec 15, 2014 9:59 am ]
Post subject:  Holy Graily Bob

Neno0102 » Mon Dec 15, 2014 9:49 am wrote:
I experienced a really, really wild desire for a tomato sandwich a few minutes ago, so I made one and really, really enjoyed it.

I wanted another, so I have just made it and it is going down like, um, a really well going down thingy.
As long as it is giving you strength to make EA's like this one we will order more tomatoes.
And if you implement moving pending orders we might add onion also. :good: :clap:
Please don't. I loathe onions. :lol:

There is a logic bloop in 1z; I was trying to get away with using one variable when there was a need for two. This allowed trades to be sent in the wrong direction if the medium time frame filter is enabled. Fix (possibly) in V2 in post 1.

:xm:
Author:  stav01 [ Mon Dec 15, 2014 10:08 am ]
Post subject:  Holy Graily Bob

Interesting warning message on Global Prime demo today

HG1 v15.01 GBPUSD.H1 Indicator is too sow, 14211ms, rewrite the indicator please

Anyone else have this?
Author:  milanese [ Mon Dec 15, 2014 10:13 am ]
Post subject:  Holy Graily Bob

stav01 » Mon Dec 15, 2014 10:08 am wrote:Interesting warning message on Global Prime demo today

HG1 v15.01 GBPUSD.H1 Indicator is too sow, 14211ms, rewrite the indicator please

Anyone else have this?
this message will you see if you use the indicator from an other indicator or EA with iCustomcall and this calls are delaying, maybe try 14.05 version, or try to use less pairs for HGB

Cheers :)

Tommaso
Author:  macman [ Mon Dec 15, 2014 10:17 am ]
Post subject:  Holy Graily Bob

stav01 wrote:Interesting warning message on Global Prime demo today

HG1 v15.01 GBPUSD.H1 Indicator is too sow, 14211ms, rewrite the indicator please

Anyone else have this?
AFAIK, this refers to the time taken by your machine to do the calculations. Try cutting out all unnecessary programs etc and see if that helps.

I do occasionally see this error on my overloaded VPS, but it seems to do little harm and only seems to appear during heavy CPU use.

If I am way off the mark here one of the tech guys will jump in.

Cheers
Author:  Neno0102 [ Mon Dec 15, 2014 12:11 pm ]
Post subject:  Holy Graily Bob

Can someone explain why EA took that RAD order please ?
I have instant market order = false and pending = true, so sellstop should be below that up candle.
Thanks.
15-12-2014- 13-08-12.png
Author:  nicolkoekoek [ Mon Dec 15, 2014 5:23 pm ]
Post subject:  Holy Graily Bob

Hi,

I demo tested quite a few HGB's now, with mixed but improving results, and I am happy where it is going.
The current FXCM Demo I just started with HGB_2 and attached setfile, is giving me only "Buy" entries on all pairs. :-( Anybody else has the same problem?

Keep smiling, Nicolaas
HGB_2 4hr V1.set
Author:  Lee [ Mon Dec 15, 2014 6:30 pm ]
Post subject:  Holy Graily Bob

nicolkoekoek » Mon Dec 15, 2014 5:23 pm wrote:Hi,

I demo tested quite a few HGB's now, with mixed but improving results, and I am happy where it is going.
The current FXCM Demo I just started with HGB_2 and attached setfile, is giving me only "Buy" entries on all pairs. :-( Anybody else has the same problem?

Keep smiling, Nicolaas
Have you checked that the 'HGI_Name' in the HGB Inputs matches the HG Indicator that you have in your indicators folder?

Lee
Author:  gringoh [ Mon Dec 15, 2014 6:50 pm ]
Post subject:  Holy Graily Bob

Hi Steve,

A quick tip that I received from Denis and that has been implemented by Rene in his matrix and that I have implemented in my dashboard. Many thanks to Denis & Rene.

Thanks to this code you won’t have any versions problems.

Cheers,
G

Code: Select all

Bool isVersion14;

//To place in OnInit
// Hack to make different iCustom call for version 14
isVersion14 = ( StringFind( HGIIndicatorName, "14.",0 ) > 0 );

//-----------------------------------------------------------------------------
// function: GetHGI()
// Description: GetHGI
//-----------------------------------------------------------------------------
double GetHGI(string symbol, int tf, int buffer, int shift)
{
         // Hack to make different iCustom call for version 14
            if ( isVersion14 ) {
                  return(iCustom(symbol, tf, HGIIndicatorName, 0, false, false, false, false, false, false, false, buffer, shift) );
            }
            else {
                  return(iCustom(symbol, tf, HGIIndicatorName, true, buffer, shift));
            }
}//double GetHGI()
Author:  MurphyMan [ Mon Dec 15, 2014 6:57 pm ]
Post subject:  Holy Graily Bob

Have you checked that the 'HGI_Name' in the HGB Inputs matches the HG Indicator that you have in your indicators folder?

Lee
Lee :clap: :clap: .

I was having the exact same problem - for days! My brain was completely scrambled, which according to my wife and Steve is a state of normalcy.

Of course, the name of the indicator is HGI_v15.01

In the settings I somehow had HGI_v.15.01 Just a simple little dot. :uff:

Thanks Lee. I hope this also helps someone else.

Sam
Author:  SteveHopwood [ Mon Dec 15, 2014 7:04 pm ]
Post subject:  Holy Graily Bob

gringoh » Mon Dec 15, 2014 6:50 pm wrote:Hi Steve,

A quick tip that I received from Denis and that has been implemented by Rene in his matrix and that I have implemented in my dashboard. Many thanks to Denis & Rene.

Thanks to this code you won’t have any versions problems.

Cheers,
G

Code: Select all

Bool isVersion14;

//To place in OnInit
// Hack to make different iCustom call for version 14
isVersion14 = ( StringFind( HGIIndicatorName, "14.",0 ) > 0 );

//-----------------------------------------------------------------------------
// function: GetHGI()
// Description: GetHGI
//-----------------------------------------------------------------------------
double GetHGI(string symbol, int tf, int buffer, int shift)
{
         // Hack to make different iCustom call for version 14
            if ( isVersion14 ) {
                  return(iCustom(symbol, tf, HGIIndicatorName, 0, false, false, false, false, false, false, false, buffer, shift) );
            }
            else {
                  return(iCustom(symbol, tf, HGIIndicatorName, true, buffer, shift));
            }
}//double GetHGI()
Thanks. Nice one. Will implement this later.

:xm:
All times are UTC Page 47 of 129