Multi 10:4 Trader EA

Post Reply
User avatar
slipshod
Trader
Posts: 404
Joined: Tue Dec 27, 2011 9:14 am
Location: Australia

Re: Multi 10:4 Trader EA

Post by slipshod »

It probably wouldn't hurt to report the CPU issue to the mt4gui folk if its something new in the latest version - they might be able to track down the problem & release a fix.
MrLong

Re: Multi 10:4 Trader EA - mt4gui

Post by MrLong »

simplex wrote:Hi all,

I modified my 2.01a by commenting out those Chart and Close buttons. Running stable now even on my small single core test machine on medium cpu consumption.

@Andy: assuming that those performance / stability problems around the buttons persist, would it be an option to roll back to the old mt4gui dll? That one seemed to be stable. Any reason not to do so besides the flickering?

Jürgen
Yes, that would be fine, flicker was the only problem and it is more stable.

Andy
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

I've been thinking about this drawdown problem with the EA, the system does work but we don't like the drawdown.

We could take the trades on the fly, write to a file, read the drawdown % back into the EA, then let the trades go, when the drawdown is at a specified level.

Any idea's?

Andy
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

Jurgen(simplex), has created us a manual with reference to the grid, I've uploaded it to page 1.

Many thanks to Jurgen for his fine work.

Andy
User avatar
simplex
Trader
Posts: 127
Joined: Thu Feb 07, 2013 5:21 pm
Location: An insignificant small town close to an insignificant former capital at the Rhine River.

Multi 10:4 Trader EA - grid manual

Post by simplex »

MrLong wrote:Jurgen(simplex), has created us a manual with reference to the grid, I've uploaded it to page 1.

Many thanks to Jurgen for his fine work.

Andy
Andy & all,

This is important:

Please note that my PDF file refers to a modified version I called Multi_10_4_EAv2.01b.mq4. At the moment there's version a on page 1. In version b I replaced some hardcoded coordinates for buttons by relative coordinates that depend on grid coordinates.

Thus following my despcription in the PDF file won't be sufficient to completely resize grid AND reposition buttons. This only works on version b.

So my question to Andy: any idea when you will be able to upload a version that includes my modifications?

Jürgen
Last edited by simplex on Thu Apr 18, 2013 11:26 am, edited 1 time in total.
If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
User avatar
simplex
Trader
Posts: 127
Joined: Thu Feb 07, 2013 5:21 pm
Location: An insignificant small town close to an insignificant former capital at the Rhine River.

Multi 10:4 Trader EA - Market closed error

Post by simplex »

Hi Andy & all,

Since I installed 2.01 its logfile continuously gets error(132) messages:

Code: Select all

12:12:57 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:12:57 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
12:12:59 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:12:59 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
12:13:03 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:13:03 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
12:13:06 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:13:06 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
Frequency is around 20 - 30 of those messages per minute. No CADCHF trades are open while this occurs.

Any changes in the trading logic since 2.00 that might have caused this?

Anybody else facing this behaviour?

Jürgen
If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
MrLong

Re: Multi 10:4 Trader EA - Market closed error

Post by MrLong »

simplex wrote:Hi Andy & all,

Since I installed 2.01 its logfile continuously gets error(132) messages:

Code: Select all

12:12:57 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:12:57 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
12:12:59 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:12:59 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
12:13:03 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:13:03 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
12:13:06 '202331': pending order sell stop 0.31 CADCHF.G at 0.91742 sl: 0.92244 tp: 0.90755
12:13:06 '202331': order sell stop 0.31 CADCHF.G opening at 0.91742 sl: 0.92244 tp: 0.90755 failed [Market is closed]
Frequency is around 20 - 30 of those messages per minute. No CADCHF trades are open while this occurs.

Any changes in the trading logic since 2.00 that might have caused this?

Anybody else facing this behaviour?

Jürgen

Hi Jurgen,

Version b is now on page 1.

No changes to the trading logic, the log is saying [Market is closed], I have no idea.

Andy

edit:

I tried to send an order manually on GP and got this message:
You do not have the required permissions to view the files attached to this post.
User avatar
glabbeek
Trader
Posts: 104
Joined: Tue Aug 21, 2012 8:09 am
Location: In the middle of the Netherlands

Re: Multi 10:4 Trader EA

Post by glabbeek »

Hi all,

If been thinking about the way to go for this EA. A way to fine tune the winnings and drawdowns. This is what I came up with:

1. initial setup

Determine a initial setup for the profit side. The losses aren't very interesting right now. I just want to find the optimum take profit settings. Right now I'm using a trailing percent of 0.33 and trailing percent level 0.67.
For now we just use the exits on the loss side that Bob suggested.

2. Gather data

Gather a significant amount of data. We are looking 3 main things.
1. The average percentage of the profit.
2. Total profitable trades.
3. Total lossing trades.

3. Process data

We want to know the hit rate of the EA and the average profit of the winning trades. Let's say it has a hit rate of 4:6 and the average profit is 0.8%. This means that out of 10 trades 4 are profitable and 6 are not.
With a average profit of 0.8% that means that we can accept an average loss of 0.53% (0.8*4/6) to break-even. If we make the maximum loss 0.5%, we should be (slightly) profitable in long run.

4. Add a stop loss to our EA

Now we use the calculated stop loss (0.5%) with the EA and gather more data.

5. Process data.

Probably the hit rate will shift more to the losing side. This is because the Exit is hit earlier than before. We will do the same as in step 3. We will find a new break even point and enter this in the EA.

After some time we should have a clear idea of the best stop loss setting. One that will give us steady gains and smaller draw down's. Off course the winnings won't be as big as the winnings when we had a wider stop loss, but the profit should be nice and steady through time.
Regards,
Willem-Bram
User avatar
simplex
Trader
Posts: 127
Joined: Thu Feb 07, 2013 5:21 pm
Location: An insignificant small town close to an insignificant former capital at the Rhine River.

Re: Multi 10:4 Trader EA - Market closed error

Post by simplex »

MrLong wrote:
simplex wrote:Hi Andy & all,

Since I installed 2.01 its logfile continuously gets error(132) messages:

...

Frequency is around 20 - 30 of those messages per minute. No CADCHF trades are open while this occurs.

Any changes in the trading logic since 2.00 that might have caused this?

Anybody else facing this behaviour?

Jürgen

Hi Jurgen,

...

No changes to the trading logic, the log is saying [Market is closed], I have no idea.

Andy

edit:

I tried to send an order manually on GP and got this message:
Thank you for your advice! I deleted CADCHF from string symbolsToTrade for now and everything works fine again. This is not EA related.

Jürgen
If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Re: Multi 10:4 Trader EA

Post by trader689 »

i suppose it also depends to an extent on your risk settings/lotsize...
aagarcia wrote:
roman101 wrote:
aagarcia wrote:The EA is performing well. What's the problem?
Here is my DD
From $1100 profit to -$1800DD in 2 days.
14 hours ago DD was about 40%.
Wow, that's crazy. I never saw that. The most I saw was a bit under 1.5% DD. Last night the EA made 2% profit and I had a 4 % floating profit which is now at 2% floating as I type this (retraced a bit).
Post Reply

Return to “Nanningbob 10.x”