Multi 10:4 Trader EA
- rosst
- Trader
- Posts: 280
- Joined: Wed Feb 27, 2013 1:11 pm
- Location: Austin, Texas
Re: Multi 10:4 Trader EA
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
I take you have placed all the files in the correct folders as described on page 1.rosst wrote:I guess I am the only dummy - I get this error...
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
Thanks Andy,
Your software is on the highest level I've ever seen in Empty4.
Great work !!!
Your software is on the highest level I've ever seen in Empty4.
Great work !!!
-
MrLong
Re: Multi 10:4 Trader EA
Thanksdanny_pip wrote:Thanks Andy,
Your software is on the highest level I've ever seen in Empty4.
Great work !!!
-
MrLong
Re: Multi 10:4 Trader EA
Is this ootb?aagarcia wrote:I do see a zero divide error in experts
-
MrLong
Re: Multi 10:4 Trader EA
aagarcia wrote:yes sirMrLong wrote:Is this ootb?aagarcia wrote:I do see a zero divide error in experts
Can you try an Alpari(UK) account?
-
MrLong
Re: Multi 10:4 Trader EA
Normally, MT will not send trades, try the following and let me know the deal.aagarcia wrote:Andy, will the zero divide error affect trading? Or is it harmless?
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
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
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
- scorpionx20
- Trader
- Posts: 18
- Joined: Thu Jan 10, 2013 9:33 pm
- Location: At home ;)
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 !!
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 !!
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
- slipshod
- Trader
- Posts: 404
- Joined: Tue Dec 27, 2011 9:14 am
- Location: Australia
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.