Multi 10:4 Trader EA

Post Reply
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Re: Multi 10:4 Trader EA

Post by trader689 »

by 'this bot' do you mean v2.04 specifically? or this bot generally? because my 2.01b demos are doing fantastic OOTB
AGT wrote:@jomel - do you run the bot OOTB ? Or do you have your setfile ? Couldn't see so far here detailed setings for successful running this bot.
User avatar
pathenry
Trader
Posts: 57
Joined: Tue Nov 13, 2012 2:53 pm
Location: Wellington, New Zealand

Re: Multi 10:4 Trader EA

Post by pathenry »

I'm having trouble with the time/date bar flashing at the bottom of my chart. OOTB I thought this only happened when outside of EA trading hours. Can anyone help? Running 2.04 Regards Pat
You won't really understand GRACE until you fully realise you've been GRACED.
taipan
Trader
Posts: 355
Joined: Sat Feb 16, 2013 11:27 am

Re: Multi 10:4 Trader EA

Post by taipan »

jjmatheson wrote:
nonlinear wrote:
MrLong wrote:
nonlinear wrote:Ok, I cannot seem to turn off the CSS filter, even when set to false. Could someone please tell me where in the code where pending orders are optionally based on useCSS? I searched the code for useCSS, and the only reference I found outside of the inputs was in end of week delete pending orders. I am not a coder, but it looks like another if then is missing? Thanks.

Sorry for loading up this thread today. I just had some time today and am learning this. :)
Hi,

Just change the extern bool useCSS = false; that will turn the css filter off.

Ok, I tried that in the code (rather than the inputs) and then compiled it (six errors, but all minor ones). Lets see if that works. Thanks Andy!
Hi nonlinear

Did you download and compile the new version 2.04a that Andy put on page 1 or use the version you already had? Just changing the useCSS in the code on the old version doesn't fix the problem. Andy has changed the code in the latest version to take out the line that closed pendings when the CSS colour changed - so you need to use version 2.04a AND set useCSS to false either in the code or in the ea inputs.

Cheers
Jeremy
I am using new ver. 2.04a and encountered errors. Use OOTB value and did not set useCSS to false. The errors keep on repeating itself nonstop.

Need Mrlong help to sort it out.

TQ.


5:39:20 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.77 ,Symbol trailing percent level.
15:39:30 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.76 ,Symbol trailing percent level.
15:39:34 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.74 ,Symbol trailing percent level.
15:39:37 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
15:39:41 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.73 ,Symbol trailing percent level.
15:39:50 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
15:39:56 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
15:40:00 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.71 ,Symbol trailing percent level.
15:40:06 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.70 ,Symbol trailing percent level.
15:40:11 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.71 ,Symbol trailing percent level.
15:40:14 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
atharmian
Trader
Posts: 169
Joined: Tue Oct 16, 2012 7:43 am

Re: Multi 10:4 Trader EA

Post by atharmian »

Andy,

As you know already candletiger used your Dash to build his own YAD upto v 1.07a where he used the updated mt4gui/ mqh from the standard website. Problem as highlighted below from his thread is there are conflicts with your EA :)
Do you plan to update to the new mt4gui/mqh ? Any advantages to the new versions here?

Thanks,
Athar.

linuspoon wrote:
As the new update of YAD104 to v107a uses a new version mt4gui.dll. This is causing the display for Multi10.4 EA to disappear. For those who uses the Multi10.4 EA in conjunction with YAD104, please hold updating until Andy updates his EA to use the new mt4gui.dll.
Last edited by atharmian on Wed May 15, 2013 8:55 am, edited 1 time in total.
taipan
Trader
Posts: 355
Joined: Sat Feb 16, 2013 11:27 am

Re: Multi 10:4 Trader EA

Post by taipan »

taipan wrote:
jjmatheson wrote:
nonlinear wrote:
MrLong wrote:
nonlinear wrote:Ok, I cannot seem to turn off the CSS filter, even when set to false. Could someone please tell me where in the code where pending orders are optionally based on useCSS? I searched the code for useCSS, and the only reference I found outside of the inputs was in end of week delete pending orders. I am not a coder, but it looks like another if then is missing? Thanks.

Sorry for loading up this thread today. I just had some time today and am learning this. :)
Hi,

Just change the extern bool useCSS = false; that will turn the css filter off.

Ok, I tried that in the code (rather than the inputs) and then compiled it (six errors, but all minor ones). Lets see if that works. Thanks Andy!
Hi nonlinear

Did you download and compile the new version 2.04a that Andy put on page 1 or use the version you already had? Just changing the useCSS in the code on the old version doesn't fix the problem. Andy has changed the code in the latest version to take out the line that closed pendings when the CSS colour changed - so you need to use version 2.04a AND set useCSS to false either in the code or in the ea inputs.

Cheers
Jeremy
I am using new ver. 2.04a and encountered errors. Use OOTB value and did not set useCSS to false. The errors keep on repeating itself nonstop.

Need Mrlong help to sort it out.

TQ.


5:39:20 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.77 ,Symbol trailing percent level.
15:39:30 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.76 ,Symbol trailing percent level.
15:39:34 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.74 ,Symbol trailing percent level.
15:39:37 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
15:39:41 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.73 ,Symbol trailing percent level.
15:39:50 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
15:39:56 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
15:40:00 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.71 ,Symbol trailing percent level.
15:40:06 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.70 ,Symbol trailing percent level.
15:40:11 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.71 ,Symbol trailing percent level.
15:40:14 Multi_10_4_EAv2.04a EURUSD,H4: Alert: EURUSD, orders closed at: 0.72 ,Symbol trailing percent level.
I have found the problem, ver. 2.04a ea & ver. 2.04 ea cannot be input into the same Empty4 account, though with different magic no. I have tried to install v2.04a with new Empty4 and the problem solved.
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

atharmian wrote:Andy,

As you know already candletiger used your Dash to build his own YAD upto v 1.07a where he used the updated mt4gui/ mqh from the standard website. Problem as highlighted below from his thread is there are conflicts with your EA :)
Do you plan to update to the new mt4gui/mqh ? Any advantages to the new versions here?

Thanks,
Athar.

linuspoon wrote:
As the new update of YAD104 to v107a uses a new version mt4gui.dll. This is causing the display for Multi10.4 EA to disappear. For those who uses the Multi10.4 EA in conjunction with YAD104, please hold updating until Andy updates his EA to use the new mt4gui.dll.
Yes, same dll file now.
atharmian
Trader
Posts: 169
Joined: Tue Oct 16, 2012 7:43 am

Re: Multi 10:4 Trader EA

Post by atharmian »

OK, thanks....

And the mt4gui.mqh is also the updated one on your p1?
( When I go to the mt4gui site, I can only download the source code which presumably can then be converted in a regular mt4gui.mqh file via notepad.)


Athar.

MrLong wrote:
atharmian wrote:Andy,

As you know already candletiger used your Dash to build his own YAD upto v 1.07a where he used the updated mt4gui/ mqh from the standard website. Problem as highlighted below from his thread is there are conflicts with your EA :)
Do you plan to update to the new mt4gui/mqh ? Any advantages to the new versions here?

Thanks,
Athar.

linuspoon wrote:
As the new update of YAD104 to v107a uses a new version mt4gui.dll. This is causing the display for Multi10.4 EA to disappear. For those who uses the Multi10.4 EA in conjunction with YAD104, please hold updating until Andy updates his EA to use the new mt4gui.dll.
Yes, same dll file now.
User avatar
sergen15
Posts: 1
Joined: Wed Apr 11, 2012 2:22 pm

Re: Multi 10:4 Trader EA

Post by sergen15 »

pathenry wrote '''I'm having trouble with the time/date bar flashing at the bottom of my chart.
OOTB I thought this only happened when outside of EA trading hours. Can anyone help? Running 2.04 Regards Pat ''

Hi MrLong ,
Thank you for making this EA and all the support .
I downloaded and compiled the new 2.04a , and set useCSS to False and I had the same problem with pathenry ,

Thanks .
Last edited by sergen15 on Wed May 15, 2013 12:40 pm, edited 3 times in total.
nonlinear
Trader
Posts: 293
Joined: Fri Jun 01, 2012 2:56 pm
Location: Washington DC

Re: Multi 10:4 Trader EA

Post by nonlinear »

jomel wrote:hi,

My results in live account alpari uk from day 07/05:
(Multi_10_4_EAv2.04 with the parameter useCSS = true)
trades: 8 (6 close / 2 open)
won: 5 (+380 pips)
lost: 1 (-19 pips)

But really I have less trades than with version v2.02a.

good work...

Hi, Are you using the correlation filter?
User avatar
snailbeard
Trader
Posts: 615
Joined: Mon Dec 24, 2012 10:54 am
Location: Just above water somewhere between Oxford & Cambridge

*** IMPORTANT *** BUG *** FIXES ***

Post by snailbeard »

During the investigation of missing trades I came across some important issues which I have addressed in this unofficial release and I hope Andy can incorporate them in to the master copy:

Notes:
//--------------------------------------------------------------------------
(bwa)Multi_10_4_EAv2.1.0.mq4, based on: Multi_10_4_EAv2.04.mq4
Brian's modifications address four issues:
(a) Back-testing now runs at reasonable speed using M5 and open bars (only on one pair)
(b) These improvements are partly to do with performance optimisations
Although back-testing is not to be trusted for Empty4 it is the best way to expose certain kinds of bugs
which might not be apparent on a regular basis in forward testing.
As a result of (a) it was possible to investigate why absolutely no trades were being placed:
(c) Add code to detect if Market is closed and re-enable canTrade after weekends and holidays
(d) During the investigation of (c) it was discovered that OrderSelect was called from nested functions from within a loop.
This has been fixed so that the current OrderSelect is restored on return function.
One of the consequences was that some trades can be left open until stop loss is reached.
//----------------------------------------------------------------------------

Here is an example of the the difference in results with the issue and after the changes:

Before:
=============================================================================================================

1 2013.04.15 02:45 buy stop 1 0.12 1.53390 1.51788 1.54300 0.00 10000.00
2 2013.04.15 07:40 buy 1 0.12 1.53390 1.51788 1.54300 0.00 10000.00
3 2013.04.25 09:00 t/p 1 0.12 1.54300 1.51788 1.54300 108.50 10108.50
4 2013.05.07 14:45 buy stop 2 0.14 1.54979 1.53579 1.56316 0.00 10108.50
5 2013.05.07 17:00 buy stop 3 0.12 1.55263 1.53594 1.56316 0.00 10108.50
6 2013.05.08 10:05 buy 2 0.14 1.54979 1.53579 1.56316 0.00 10108.50
7 2013.05.08 12:45 buy 3 0.12 1.55263 1.53594 1.56316 0.00 10108.50
8 2013.05.08 15:50 close 2 0.14 1.55631 1.53579 1.56316 90.30 10198.80
Failed to close #3
9 2013.05.10 14:35 s/l 3 0.12 1.53594 1.53594 1.56316 -201.07 9997.73
=============================================================================================================
After:

1 2013.04.15 02:45 buy stop 1 0.12 1.53390 1.51788 1.54300 0.00 10000.00
2 2013.04.15 07:40 buy 1 0.12 1.53390 1.51788 1.54300 0.00 10000.00
3 2013.04.15 07:40 close 1 0.12 1.53393 1.51788 1.54300 -0.48 9999.52
4 2013.04.16 00:00 buy stop 2 0.13 1.53390 1.51874 1.54300 0.00 9999.52
5 2013.04.16 01:45 buy stop 3 0.17 1.53004 1.51874 1.54300 0.00 9999.52
6 2013.04.16 03:55 buy 3 0.17 1.53004 1.51874 1.54300 0.00 9999.52
7 2013.04.16 16:15 buy 2 0.13 1.53390 1.51874 1.54300 0.00 9999.52
8 2013.04.16 21:10 close 3 0.17 1.53593 1.51874 1.54300 98.94 10098.46
9 2013.04.16 21:10 close 2 0.13 1.53593 1.51874 1.54300 25.48 10123.94
10 2013.05.07 14:45 buy stop 4 0.14 1.54979 1.53579 1.56316 0.00 10123.94
11 2013.05.07 17:00 buy stop 5 0.12 1.55263 1.53594 1.56316 0.00 10123.94
12 2013.05.08 10:05 buy 4 0.14 1.54979 1.53579 1.56316 0.00 10123.94
13 2013.05.08 12:45 buy 5 0.12 1.55263 1.53594 1.56316 0.00 10123.94
14 2013.05.08 15:50 close 5 0.12 1.55631 1.53594 1.56316 43.32 10167.26
15 2013.05.08 15:50 close 4 0.14 1.55631 1.53579 1.56316 90.30 10257.56

=============================================================================================================
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “Nanningbob 10.x”