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

Holy Graily Bob Basics - ask your questions here.
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3979
Page 18 of 72
Author:  pcorneli [ Fri Dec 19, 2014 4:43 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

One other try:

0 16:33:18.289 Holy Graily Bob CADCHF,M15: Alert: CADCHF Holy Graily Bob OP_BUYSTOP order send failed with error(130): invalid stops
0 16:33:18.289 Holy Graily Bob CADCHF,M15: CADCHF Holy Graily Bob OP_BUYSTOP order send failed with error(130): invalid stops
0 16:33:18.289 Holy Graily Bob CADCHF,M15: OP_BUYSTOP Wave trade ask=0.84490 bid=0.84479 lots=0.01 price=0.84400 stop=0.00000 take=0.84700

OP_BUYSTOP price < Ask ?

Now try to check:
double GetNext20(int type)

Only trying to help.

Regards.
Author:  pcorneli [ Fri Dec 19, 2014 4:51 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

Code: Select all

double GetNext20(int type)
{
   //Returns the next 20 level in the direction sent in type.
   //Code hacked fro 10.4 SSG 20only,mq4, so all our thanks to Shimodax
   
   int ssp1, ssp; 
   double ds1;
   int sublevels = 200;
   
   
   ssp1= Bid / Point;
I suggest:

Code: Select all

if (type==OP_BUY) ssp1=Ask / Point;
if (type==OP_SELL) ssp1=Bid / Point;
Author:  AGT [ Sat Dec 20, 2014 9:53 am ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

I see the HGI is updated even twice during the last week ...
So to make it sure: we can simply change the indi name (actuallyinstaed of 15.01 we have 15.06) in the parameters (F7) of the Steves HGB, no other changes are needed ?
:hi:
Author:  SteveHopwood [ Sat Dec 20, 2014 10:01 am ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

AGT » Sat Dec 20, 2014 9:53 am wrote:I see the HGI is updated even twice during the last week ...
So to make it sure: we can simply change the indi name (actuallyinstaed of 15.01 we have 15.06) in the parameters (F7) of the Steves HGB, no other changes are needed ?
:hi:
Yes, although check the TradingTimeFrame at the top - needs to be 240.

:xm:
Author:  hollowhead [ Sat Dec 20, 2014 1:02 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

Hi all - Probably a stupid question, but I see references to HGI updates, but I can't find where they are. Where can I find them? Am I being really thick?
Author:  milanese [ Sat Dec 20, 2014 1:35 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

hollowhead » Sat Dec 20, 2014 1:02 pm wrote:Hi all - Probably a stupid question, but I see references to HGI updates, but I can't find where they are. Where can I find them? Am I being really thick?
all updates for the HGI you will always find here ---> http://www.stevehopwoodforex.com/phpBB3 ... 44#p105044
attached at the first post, too you should use the weekend to read the entire thread and you will have more idea about the strategy..

Cheers :)

Tommaso
Author:  hollowhead [ Sat Dec 20, 2014 2:08 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

milanese » Sat Dec 20, 2014 1:35 pm wrote:
hollowhead » Sat Dec 20, 2014 1:02 pm wrote:Hi all - Probably a stupid question, but I see references to HGI updates, but I can't find where they are. Where can I find them? Am I being really thick?
all updates for the HGI you will always find here ---> http://www.stevehopwoodforex.com/phpBB3 ... 44#p105044
attached at the first post, too you should use the weekend to read the entire thread and you will have more idea about the strategy..

Cheers :)

Tommaso
Hi Tommaso, thanks for the reply - I'm not sure what happened with my original post, because I was sure I typed HGI EA. I have been following the thread for the past week, and am testing the EA on demo to match my overall trading approach. I know there are inidicator updates in Post 1, but I see references to EA versions, 2b etc, but in the HGI EA thread post 1, I don't see updated versions.
Author:  SteveHopwood [ Sat Dec 20, 2014 2:20 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

hollowhead » Sat Dec 20, 2014 2:08 pm wrote:
Hi Tommaso, thanks for the reply - I'm not sure what happened with my original post, because I was sure I typed HGI EA. I have been following the thread for the past week, and am testing the EA on demo to match my overall trading approach. I know there are inidicator updates in Post 1, but I see references to EA versions, 2b etc, but in the HGI EA thread post 1, I don't see updated versions.
Oh dear. Another one absolutely determined to read nothing whatsoever that I write. In a way, this sort of obstinacy verges on admirable.

You would do yourself a lot of favours by at least reading my posts - I am the coder after all. And don't bleat, "But I do" because you would know where to find the updates if you did.

:xm:
Author:  hollowhead [ Sat Dec 20, 2014 2:37 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

SteveHopwood » Sat Dec 20, 2014 2:20 pm wrote:
hollowhead » Sat Dec 20, 2014 2:08 pm wrote:
Hi Tommaso, thanks for the reply - I'm not sure what happened with my original post, because I was sure I typed HGI EA. I have been following the thread for the past week, and am testing the EA on demo to match my overall trading approach. I know there are inidicator updates in Post 1, but I see references to EA versions, 2b etc, but in the HGI EA thread post 1, I don't see updated versions.
Oh dear. Another one absolutely determined to read nothing whatsoever that I write. In a way, this sort of obstinacy verges on admirable.

You would do yourself a lot of favours by at least reading my posts - I am the coder after all. And don't bleat, "But I do" because you would know where to find the updates if you did.

:xm:
I was looking for updated versions listed in Post 1 with names identifying them as with other threads, but am figuring that the attachment in post 1 is replaced without the version in the filename.
Author:  Foreverforex [ Sat Dec 20, 2014 5:06 pm ]
Post subject:  Holy Graily Bob Basics - ask your questions here.

hollowhead » Sat Dec 20, 2014 6:37 am wrote:
I was looking for updated versions listed in Post 1 with names identifying them as with other threads, but am figuring that the attachment in post 1 is replaced without the version in the filename.
This is the case. If you open the EA or Indi in metaquotes, the author typically writes the version number in the first lines of code, so you can confirm. I rename old version file names with version numbers in case of need to revert and archive them.
All times are UTC Page 18 of 72