Multi 10:4 Trader EA

Post Reply
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: Multi 10:4 Trader EA

Post by rosst »

I guess I am the only dummy - I get this error...
You do not have the required permissions to view the files attached to this post.
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

rosst wrote:I guess I am the only dummy - I get this error...
I take you have placed all the files in the correct folders as described on page 1.

Mine works flawlessly, I use Alpari(UK).
danny_pip
Trader
Posts: 15
Joined: Thu Dec 08, 2011 8:48 pm

Re: Multi 10:4 Trader EA

Post by danny_pip »

Thanks Andy,

Your software is on the highest level I've ever seen in Empty4.
Great work !!!
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

danny_pip wrote:Thanks Andy,

Your software is on the highest level I've ever seen in Empty4.
Great work !!!
Thanks 8-)
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

aagarcia wrote:I do see a zero divide error in experts
Is this ootb?
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

aagarcia wrote:
MrLong wrote:
aagarcia wrote:I do see a zero divide error in experts
Is this ootb?
yes sir

Can you try an Alpari(UK) account?
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

aagarcia wrote:Andy, will the zero divide error affect trading? Or is it harmless?
Normally, MT will not send trades, try the following and let me know the deal.

Alter the following, this is the only thing I can think of.

extern bool useSymbolTrailPercent = false;// false disables this feature
extern double symbolPercentProfit = 0.00; //Set symbol%Profit order will close at this level
extern double symbolTrailPercent = 0.00; //TRAIL, trailPercentLevel SETTING BY THIS AMOUNT, so OOTB, when symbolTrailPercent hits 1.00% lock in 0.50%
extern double symbolTrailPercentLevel = 0.00; //START TRAILING WHEN THIS NUMBER IS REACHED
roman101
Trader
Posts: 27
Joined: Sat Dec 01, 2012 5:26 pm

Re: Multi 10:4 Trader EA

Post by roman101 »

Hi Andy

I think Empty4 has solved dll issue.

New Version of Empty4 4 Client Terminal Build 418
New Empty4 4 Client Terminal build 418 has been released.
MQL4 Fixed the functions call from the external DLLs that could sometimes cause crashes.
MetaEditor
Fixed the binding of mq4 files to the latest launched editor.

The live update is available through the LiveUpdate system.

The Empty4 4 Client Terminal can be downloaded at http://files.metaquotes.net/metaquotes. ... 4setup.exe

Cheers
Roman
User avatar
scorpionx20
Trader
Posts: 18
Joined: Thu Jan 10, 2013 9:33 pm
Location: At home ;)

Re: Multi 10:4 Trader EA

Post by scorpionx20 »

I am using "autoSymbols = true;" and I have changed the default "Index[]"

string Index[] = { "USD", "EUR", "GBP", "JPY", "AUD", "CHF", "CAD", "NZD", "XAG", "XAU"};

for this

string Index[] = { "USD", "EUR", "GBP", "JPY", "AUD", "CHF", "CAD", "NZD", "XAG", "XAU", "PLN","HKD","TRY","SEK","NOK","MXN","DKK" };

And I don't understand why with the defaults settings I am getting only buy trades and with my settings I am getting only sell trades !! :o
MyFxBook: http://www.myfxbook.com/members/scorpionx20/
My Current Currencys: EURUSD, GBPUSD, AUDUSD, NZDUSD, EURJPY, USDJPY & AUDJPY
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 »

Andy, just wondering if there's a reason why CreateGrid() is called in the refreshGrid() function. Unless I'm misunderstanding, it looks like it'd recreate the entire grid every time its called. I'm seeing the MT4s running the latest EA regularly maxing CPU, hence went looking for the cause. The old time-delay-between-refreshes is gone too.
Post Reply

Return to “Nanningbob 10.x”