The8_EA
-
bshoe24
- Trader
- Posts: 84
- Joined: Sat Feb 11, 2012 5:53 pm
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.
-
toxxum
- Posts: 3
- Joined: Wed Nov 16, 2011 2:29 pm
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?
Does anyone experience similar issues?
-
ross
- Trader
- Posts: 43
- Joined: Thu Nov 17, 2011 3:50 pm
- Location: Austin, Texas
Re: The8_EA
Results from 1-13
You do not have the required permissions to view the files attached to this post.
-
ross
- Trader
- Posts: 43
- Joined: Thu Nov 17, 2011 3:50 pm
- Location: Austin, Texas
Re: The8_EA
Tim from FXAW did it....RJo wrote:Nice spreadsheet, ross.
- jako
- Trader
- Posts: 105
- Joined: Wed Jun 20, 2012 6:07 pm
- Location: Slovensko
Re: The8_EA
My demo account with The9n is still in the green. The continued development could be useful.
-
sidplayos2
- Posts: 3
- Joined: Wed Feb 20, 2013 2:56 am
Re: The8_EA
Hi RJo,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.
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
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
-
sidplayos2
- Posts: 3
- Joined: Wed Feb 20, 2013 2:56 am
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
http://www.stevehopwoodforex.com/phpBB3 ... 455#p42455
Now to try and understand all the settings
Peter
- scorpionx20
- Trader
- Posts: 18
- Joined: Thu Jan 10, 2013 9:33 pm
- Location: At home ;)
Re: The8_EA
I would like to test the EAs The8.mq4 and The9.mq4
Could someone share these files?
Thanks
Could someone share these files?
Thanks
MyFxBook: http://www.myfxbook.com/members/scorpionx20/
My Current Currencys: EURUSD, GBPUSD, AUDUSD, NZDUSD, EURJPY, USDJPY & AUDJPY
My Current Currencys: EURUSD, GBPUSD, AUDUSD, NZDUSD, EURJPY, USDJPY & AUDJPY
-
kaliostro22
- Posts: 2
- Joined: Sat Mar 23, 2013 6:30 pm
Re: The8_EA
I would like to test the EAs The8.mq4 and The9.mq4
Could someone share these files?
Thanks
Could someone share these files?
Thanks