Using Alpari-US, when I turn off CSS filter I begin getting continous stops being placed, then message:" Stop deleted, CSS turned red or green"...holding the same stops that were there before turning off CSS....Do I need to change another setting also????
Thanks, Don
Multi 10:4 Trader EA
-
MrLong
Re: Multi 10:4 Trader EA
Sorry Don, on line 877 ish, do the folowing:degil wrote:Using Alpari-US, when I turn off CSS filter I begin getting continous stops being placed, then message:" Stop deleted, CSS turned red or green"...holding the same stops that were there before turning off CSS....Do I need to change another setting also????
Thanks, Don
if (deleteStops)
{
mangeStopOrders(CurrentPair);
// mangeColorChange(CurrentPair);
}
-
fluegel
- Trader
- Posts: 33
- Joined: Sat Nov 19, 2011 11:52 am
Re: Multi 10:4 Trader EA
Checking the Experts tab, I found that the CSS_MrLong indi is removed and loaded continuously seemingly on all currency pairs. The same thing is reported on the Journal tab, too.
Is it normal? or am I doing something wrong?
Is it normal? or am I doing something wrong?
You do not have the required permissions to view the files attached to this post.
-
fxtrader603
- Posts: 3
- Joined: Tue Jan 17, 2012 3:35 am
Re: Multi 10:4 Trader EA
I noticed the same behavior myself (along with periodic division by zero errors that appear to cause the EA to stop running). When I changed autoSymbols to true, then both of these behaviors stopped occurring. So, I'm not sure what is the correct behavior with respect to the continuous re-loading of CSS_MrLong indi.fluegel wrote:Checking the Experts tab, I found that the CSS_MrLong indi is removed and loaded continuously seemingly on all currency pairs. The same thing is reported on the Journal tab, too.
Is it normal? or am I doing something wrong?
This is with Multi_10_4_EAv2.04
-
fluegel
- Trader
- Posts: 33
- Joined: Sat Nov 19, 2011 11:52 am
Re: Multi 10:4 Trader EA
Thanks for your input. I also tried AutoSymbols true and confirmed the continuous message has stopped. I will keep this setting until any news from MrLong.fxtrader603 wrote:I noticed the same behavior myself (along with periodic division by zero errors that appear to cause the EA to stop running). When I changed autoSymbols to true, then both of these behaviors stopped occurring. So, I'm not sure what is the correct behavior with respect to the continuous re-loading of CSS_MrLong indi.fluegel wrote:Checking the Experts tab, I found that the CSS_MrLong indi is removed and loaded continuously seemingly on all currency pairs. The same thing is reported on the Journal tab, too.
Is it normal? or am I doing something wrong?
This is with Multi_10_4_EAv2.04
-
MrLong
Re: Multi 10:4 Trader EA
Hi,fluegel wrote:Thanks for your input. I also tried AutoSymbols true and confirmed the continuous message has stopped. I will keep this setting until any news from MrLong.fxtrader603 wrote:I noticed the same behavior myself (along with periodic division by zero errors that appear to cause the EA to stop running). When I changed autoSymbols to true, then both of these behaviors stopped occurring. So, I'm not sure what is the correct behavior with respect to the continuous re-loading of CSS_MrLong indi.fluegel wrote:Checking the Experts tab, I found that the CSS_MrLong indi is removed and loaded continuously seemingly on all currency pairs. The same thing is reported on the Journal tab, too.
Is it normal? or am I doing something wrong?
This is with Multi_10_4_EAv2.04
I wouldn't have picked that up as I use AutoSymbols
- 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
I don't use auto symbol and I don't have the behavior. Only on start up it loads the CSS_MrLong indi for every selected pair.
Regards,
Willem-Bram
Willem-Bram
-
Nicastro
- Trader
- Posts: 41
- Joined: Wed Nov 16, 2011 7:42 am
Re: Multi 10:4 Trader EA
Mr Long,
I have downloaded a new Global prime live account but v.2.4 of the ea will not attach to any chart.
Compiling the ea shows up the following error:-
'mt4gui.mqh' - cannot open the program file C:\Program Files (x86)\Global Prime Empty4 - LIVE B\experts\Multi_10_4_EAv2.04.mq4 (84, 1)
Can you please look into this.
Best regards
I have downloaded a new Global prime live account but v.2.4 of the ea will not attach to any chart.
Compiling the ea shows up the following error:-
'mt4gui.mqh' - cannot open the program file C:\Program Files (x86)\Global Prime Empty4 - LIVE B\experts\Multi_10_4_EAv2.04.mq4 (84, 1)
Can you please look into this.
Best regards
-
jomel
- Posts: 3
- Joined: Fri May 18, 2012 7:57 pm
Re: Multi 10:4 Trader EA
MrLong wrote:Hi,fluegel wrote:Thanks for your input. I also tried AutoSymbols true and confirmed the continuous message has stopped. I will keep this setting until any news from MrLong.fxtrader603 wrote:I noticed the same behavior myself (along with periodic division by zero errors that appear to cause the EA to stop running). When I changed autoSymbols to true, then both of these behaviors stopped occurring. So, I'm not sure what is the correct behavior with respect to the continuous re-loading of CSS_MrLong indi.fluegel wrote:Checking the Experts tab, I found that the CSS_MrLong indi is removed and loaded continuously seemingly on all currency pairs. The same thing is reported on the Journal tab, too.
Is it normal? or am I doing something wrong?
This is with Multi_10_4_EAv2.04
I wouldn't have picked that up as I use AutoSymbols
Hi,
I also had this problem, is because your broker does not support all symbols assets for your account.
Validate the list of symbols "symbolsToTrade" those who are not supported by the broker must be removed to the list.
- forextra
- Trader
- Posts: 42
- Joined: Tue Mar 12, 2013 12:34 pm
- Location: Perth, Australia
Re: Multi 10:4 Trader EA
I seem to remember others having this or similar issue a while back. Multitudes of pendings opening and closing for the same pair. Have a look at the image - first 21 USDJPY and then 14 EURJPY all within a few minutes of each other. The pending is set just above WMR1 which is what you would expect - but why set and then cancel almost straight away.
Any thoughts
Any thoughts
You do not have the required permissions to view the files attached to this post.