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

Multi 10:4 Trader EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1619
Page 85 of 160
Author:  rosst [ Tue Apr 16, 2013 10:47 pm ]
Post subject:  Re: Multi 10:4 Trader EA

I guess I am the only dummy - I get this error...
Author:  MrLong [ Tue Apr 16, 2013 10:56 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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).
Author:  danny_pip [ Tue Apr 16, 2013 11:06 pm ]
Post subject:  Re: Multi 10:4 Trader EA

Thanks Andy,

Your software is on the highest level I've ever seen in Empty4.
Great work !!!
Author:  MrLong [ Tue Apr 16, 2013 11:18 pm ]
Post subject:  Re: Multi 10:4 Trader EA

danny_pip wrote:Thanks Andy,

Your software is on the highest level I've ever seen in Empty4.
Great work !!!
Thanks 8-)
Author:  MrLong [ Tue Apr 16, 2013 11:27 pm ]
Post subject:  Re: Multi 10:4 Trader EA

aagarcia wrote:I do see a zero divide error in experts
Is this ootb?
Author:  MrLong [ Tue Apr 16, 2013 11:47 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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?
Author:  MrLong [ Wed Apr 17, 2013 12:01 am ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  roman101 [ Wed Apr 17, 2013 12:04 am ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  scorpionx20 [ Wed Apr 17, 2013 1:09 am ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  slipshod [ Wed Apr 17, 2013 1:30 am ]
Post subject:  Re: Multi 10:4 Trader EA

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.
All times are UTC Page 85 of 160