Holy Graily Bob Basics - ask your questions here.

EA's inspired by nanningbob's work here, especially those based on his 240 Moving Average trend detection filter.
Post Reply
AnotherBrian

Holy Graily Bob Basics - ask your questions here.

Post by AnotherBrian »

wolfeman » Mon Apr 20, 2015 7:07 pm wrote:I'm seeing an issue with V1h that I thought was gone for good... The dreaded quick open and close of trades. I haven't had any of these since Steve rebuilt HGB. At first it was just one pair, so I closed the plat and cleared variables, ( didn't stop it) Then I lengthened the time span of the signal check to 10 minutes. That hasn't helped; and now I'm seeing it on several pairs, which is causing quite a drain on my account. I'm using the same set file that I've been using for weeks, with no problems until V1h.

Is anyone else getting this? Please check your history, as it's easy to miss because they pass so quickly...
Are there any clues on the "Journal" or "Experts" tab?
Look for yellow or red - then read what it says. Empty4 also keeps that stuff in a log file.
User avatar
wolfeman
Trader
Posts: 143
Joined: Thu Nov 17, 2011 6:15 am
Location: Slumming it in sunny California

Holy Graily Bob Basics - ask your questions here.

Post by wolfeman »

AnotherBrian » Mon Apr 20, 2015 4:51 pm wrote:
wolfeman » Mon Apr 20, 2015 7:07 pm wrote:I'm seeing an issue with V1h that I thought was gone for good... The dreaded quick open and close of trades. I haven't had any of these since Steve rebuilt HGB. At first it was just one pair, so I closed the plat and cleared variables, ( didn't stop it) Then I lengthened the time span of the signal check to 10 minutes. That hasn't helped; and now I'm seeing it on several pairs, which is causing quite a drain on my account. I'm using the same set file that I've been using for weeks, with no problems until V1h.

Is anyone else getting this? Please check your history, as it's easy to miss because they pass so quickly...
Are there any clues on the "Journal" or "Experts" tab?
Look for yellow or red - then read what it says. Empty4 also keeps that stuff in a log file.
Yes, I did check that too; no errors that I can see, I see no clue from either. It's always with a multi trade. The main trade will open, the multies are taken as pending, then the main trade closes at a loss and multies deleted. Repeat every time the indi is called up (in my case, that's every 10 minutes) Then it will stop sometime later. In the case of today, it was cad/chf that started at 16:26 and stopped at 18:47.

I've had this happen on three different pairs. Always on wave trades only
User avatar
zader
Trader
Posts: 90
Joined: Fri Jul 06, 2012 8:46 am
Location: Rundown NW England

Holy Graily Bob Basics - ask your questions here.

Post by zader »

wolfeman » Tue Apr 21, 2015 12:07 am wrote:I'm seeing an issue with V1h that I thought was gone for good... The dreaded quick open and close of trades. I haven't had any of these since Steve rebuilt HGB. At first it was just one pair, so I closed the plat and cleared variables, ( didn't stop it) Then I lengthened the time span of the signal check to 10 minutes. That hasn't helped; and now I'm seeing it on several pairs, which is causing quite a drain on my account. I'm using the same set file that I've been using for weeks, with no problems until V1h.

Is anyone else getting this? Please check your history, as it's easy to miss because they pass so quickly...
Same here on my demo wolfeman
Untitled.png
Only happening on sells so I think I've tracked the problem down to line 2950

Code: Select all

               if (WaveStatus != Wavebuytrend)
should be

Code: Select all

               if (WaveStatus != Waveselltrend)
but let Steve confirm this before changing anything in case I mess up even more :oops:
You do not have the required permissions to view the files attached to this post.
Jhlewis
Trader
Posts: 21
Joined: Thu Aug 28, 2014 3:05 pm

Holy Graily Bob Basics - ask your questions here.

Post by Jhlewis »

I was just coming here to ask about this.

Reverting back to an older version for now.
User avatar
wolfeman
Trader
Posts: 143
Joined: Thu Nov 17, 2011 6:15 am
Location: Slumming it in sunny California

Holy Graily Bob Basics - ask your questions here.

Post by wolfeman »

Jhlewis » Tue Apr 21, 2015 8:51 am wrote:I was just coming here to ask about this.

Reverting back to an older version for now.
Yes, I'm back to 1e myself
AnotherBrian

Holy Graily Bob Basics - ask your questions here.

Post by AnotherBrian »

wolfeman » Tue Apr 21, 2015 12:26 pm wrote:
Jhlewis » Tue Apr 21, 2015 8:51 am wrote:I was just coming here to ask about this.

Reverting back to an older version for now.
Yes, I'm back to 1e myself
Visit the main thread, it's fixed.... we think.
toc17
Trader
Posts: 34
Joined: Mon Mar 30, 2015 7:55 am
Location: Madrid, Spain

Holy Graily Bob Basics - ask your questions here.

Post by toc17 »

Hello guys,

I am testing HGB v 1i on a demo account, and have observed multiple duplicated orders opened at the same price and time.

Please find attached the settings of the robot and the log. Any clues?

(By the way, thank all you very much for this spectacular forum!!! I am totally amazed by the amount of knowledge, experience and generosity that I am seeing) :hi:
duplicated_orders.png
You do not have the required permissions to view the files attached to this post.
art
Trader
Posts: 588
Joined: Fri Mar 02, 2012 3:51 pm

Holy Graily Bob Basics - ask your questions here.

Post by art »

OK will try again posted this in the wrong thread, usingHGB just to manage trades on my manual platform, but I'm noticing that trades are not closing on opposite signals,
User avatar
wolfeman
Trader
Posts: 143
Joined: Thu Nov 17, 2011 6:15 am
Location: Slumming it in sunny California

Holy Graily Bob Basics - ask your questions here.

Post by wolfeman »

Are you entering the appropriate trade comments when you enter the trade?

art » Sun Apr 26, 2015 10:57 pm wrote:OK will try again posted this in the wrong thread, usingHGB just to manage trades on my manual platform, but I'm noticing that trades are not closing on opposite signals,
ALoveSvpreme
Trader
Posts: 94
Joined: Fri Dec 05, 2014 8:46 am
Location: Vancouver, BC, Canada

Holy Graily Bob Basics - ask your questions here.

Post by ALoveSvpreme »

HGB is only taking trend trades on my platform with the latest version. I only have rad and range trades disabled. Has anyone else been experiencing this? Also some signals are generating less (2-3) pending orders when I have specified 10.

I have found a highly profitable method for trading hgb similar to that of zennors piproid by keeping all pendings open untill the yellow wave closes my trades, the winners far outweight the losers and profits soar. I am using bohgb untill this problem can be solved but the new feature to close on false signal is important and greatly valuable.

Any help/feedback will be greatly appreciated.
Post Reply

Return to “Thingy Bob EA's”