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

The8_EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1311
Page 10 of 11
Author:  bshoe24 [ Thu Feb 07, 2013 5:02 pm ]
Post subject:  Re: The8_EA

Yep, i loaded that set on a test over the weekend and no trades for me this week using TheCollectiveFX demos to test.
Author:  bshoe24 [ Thu Feb 07, 2013 5:20 pm ]
Post subject:  Re: The8_EA

Haha, great thanks!
Author:  toxxum [ Fri Feb 15, 2013 2:20 am ]
Post subject:  Re: The8_EA

I put it on some 20 charts but 80% of them are not trading but only producing error messages. One is "You selected FiveDigits=True but your graph seems to have 4 digits...." (am running on Alpari UK which definitely is a five-digit broker); the other one is "...M-ERROR: Trading is not allowed". Funny enough, a few pairs such as AUDUSD and GBPCAD are not producing any such error messages at all but are trading as expected.

Does anyone experience similar issues?
Author:  ross [ Fri Feb 15, 2013 11:59 pm ]
Post subject:  Re: The8_EA

Results from 1-13
Author:  ross [ Mon Feb 18, 2013 9:19 am ]
Post subject:  Re: The8_EA

RJo wrote:Nice spreadsheet, ross.
Tim from FXAW did it....
Author:  jako [ Fri Feb 22, 2013 6:17 am ]
Post subject:  Re: The8_EA

My demo account with The9n is still in the green. The continued development could be useful.
Author:  sidplayos2 [ Mon Feb 25, 2013 10:10 pm ]
Post subject:  Re: The8_EA

RJo wrote:trader689 was having a boatload of issues running v1z on a hotforex account. There were no changes between v1z and v2a regarding Digits or IsTradingAllowed() in the source code, so I can only ASS-U-ME that the hotforex issue persists. trader689 mentioned switching dealers in an effort to cure the problem.

I can vouch for Cowboy IBFX-US and FinFX-Finland. Others have done well with Cowboy IBFX-AU... and one of the Alpari dealers a while back.

Edit: I'm only beginning to venture into the world of Empty4 trading thread structure. There is some reading at http://forum.mql4.com/22585 and if you dare to read on, see http://forum.mql4.com/20802. The posts are dated 2009, but the info remains relevant--particularly the last post in this latter link. Note that The8_EA already contains the proposed IsTradingAllowed() code, hence the error notification and the retries. Unfortunately, this cannot solve any trade server issues that may exist.

Even more mind numbing... there is a CPU related post at http://www.tomshardware.com/forum/31425 ... es-threads and it suggests that the local machine running Empty4 could be responsible. If this is the case, my Intel i3 Core processor, 64 bit Windows 7, 4GB RAM, has handled 28 The8_EA's on 28 charts without issue.

Should a veteran coder capable of reading my mishmash code drop by, I would welcome any specific suggestions on improving efficiency.
Hi RJo,

I had this same issue about "Trade not allowed" in testing The9-EA this week and after doing a bit of reading on how mql4 works fixed it with a little hack to the code. Basically I use the Semaphore functionality of the GlobalVariable functions to synchronize each Chart EA to the Client Trading thread, and Call RefreshRates() when each EA wakes up. You can see more about it here http://articles.mql4.com/141. Using the IsTradingAllowed() can still get switched out since it's not atomic. Now serializing all the EA's is not the efficient method, I should really only wrap the trading functions, but I figured being on the H1 timeframe, it's unlikely the 26 EA's won't finish executing before the next hourly period. Lazy but it works :mrgreen:

I no longer get the "Trade not allowed" messages even on all 26 Charts running at once. Happy to post the code in The9EA thread if you like. The same logic can be applied to any EA, although some thought would need to be done on timeframes less than 5mins. Higher timeframes than 5mins should be fine though.

I should mention my testing is on Cowboy Go Markets.

Peter
Author:  sidplayos2 [ Tue Feb 26, 2013 1:23 am ]
Post subject:  Re: The8_EA

No problems, hope it can help with trade context errors.

http://www.stevehopwoodforex.com/phpBB3 ... 455#p42455

Now to try and understand all the settings ;)

Peter
Author:  scorpionx20 [ Mon May 27, 2013 1:21 pm ]
Post subject:  Re: The8_EA

I would like to test the EAs The8.mq4 and The9.mq4
Could someone share these files?
Thanks :)
Author:  kaliostro22 [ Tue May 28, 2013 7:16 pm ]
Post subject:  Re: The8_EA

I would like to test the EAs The8.mq4 and The9.mq4
Could someone share these files?
Thanks
All times are UTC Page 10 of 11