Multi 10:4 Trader EA
-
Foreverforex
- Trader
- Posts: 164
- Joined: Wed Nov 28, 2012 6:48 am
Re: Multi 10:4 Trader EA
Beware. Put this on platform and it closed all my open trades that were in DD. Trading Demo so no big deal, but just be aware....
-
not1891
- Posts: 6
- Joined: Sat Nov 26, 2011 8:46 pm
- Location: Sweden
Re: Multi 10:4 Trader EA
Thank you.
-
MrLong
Re: Multi 10:4 Trader EA
Foreverforex wrote:Beware. Put this on platform and it closed all my open trades that were in DD. Trading Demo so no big deal, but just be aware....
Sorry about that, forgot to change the Magic Number from Zero, I'll do that in the next update.
-
MrLong
Re: Multi 10:4 Trader EA
Hiallisonmagic wrote:MrLong wrote:Hello Guyz,
Here is my EA that will trade Bobs 10:4 strategy (as I understand it).
Best Regards
Andy
Hi MrLong, i'm having some issues here.. i don't have wide screen anymore so i can't see any trade status that's indicated on the right hand of the screen. I know you won't discuss Empty4, but i'm just asking if this is common
Maybe you could drop your screen resolution.
- Baluda
- Trader
- Posts: 330
- Joined: Mon Feb 06, 2012 2:00 pm
- Location: An insignificant village in the Netherlands
Re: Multi 10:4 Trader EA
Andy,
Great looking EA, I appreciate a fellow coder who invests some tine in a good user interface.
Paul
Great looking EA, I appreciate a fellow coder who invests some tine in a good user interface.
Paul
Check the MQL4 Market for my best EA's and Indicators.
-
MrLong
Re: Multi 10:4 Trader EA
Thanks for the compliment.Baluda wrote:Andy,
Great looking EA, I appreciate a fellow coder who invests some tine in a good user interface.
Paul
Andy
-
MrLong
Re: Multi 10:4 Trader EA
Smiley mean the correlated pairs are not running against the trade, these are D1 correlated pairs.allisonmagic wrote:smiley face likes correlation ?
if the market reverses, the trade will be closed, you can turn this setting on or of here:
extern bool closeWhenMarketReverse =true; <== default is on.
-
kwchau
- Trader
- Posts: 305
- Joined: Tue Jan 03, 2012 3:37 pm
Re: Multi 10:4 Trader EA
Andy,MrLong wrote:Smiley mean the correlated pairs are not running against the trade, these are D1 correlated pairs.allisonmagic wrote:smiley face likes correlation ?
if the market reverses, the trade will be closed, you can turn this setting on or of here:
extern bool closeWhenMarketReverse =true; <== default is on.
Thank you for the beautiful EA, it looks pretty promising.
Could i ask how market reverses are defined in the EA ?
Also when I compared the SR and MidSR figures, they are different from my manual trading account, I guess this is due to the Sunday candle. I have put your EA on a different broker, that could be the reason.
May be I should try to use the same broker Empty4.
-
Kruspe
- Trader
- Posts: 121
- Joined: Sat May 19, 2012 3:34 pm
- Location: Prague, Czech Republic
Re: Multi 10:4 Trader EA
I think there is a little bug in dashboard. It opened NZDCHF. When I made this screen I was in 60 pip loss, but dashboard shows only 6. Now it´s - 130 and it shows only -13.
You do not have the required permissions to view the files attached to this post.
Once you "see", you can not unsee. CJ
-
MrLong
Re: Multi 10:4 Trader EA
Could be the different broker, for the pivots.kwchau wrote:Andy,MrLong wrote:Smiley mean the correlated pairs are not running against the trade, these are D1 correlated pairs.allisonmagic wrote:smiley face likes correlation ?
if the market reverses, the trade will be closed, you can turn this setting on or of here:
extern bool closeWhenMarketReverse =true; <== default is on.
Thank you for the beautiful EA, it looks pretty promising.
Could i ask how market reverses are defined in the EA ?
Also when I compared the SR and MidSR figures, they are different from my manual trading account, I guess this is due to the Sunday candle. I have put your EA on a different broker, that could be the reason.
May be I should try to use the same broker Empty4.
Could i ask how market reverses are defined in the EA ? <== if we have a trade rolling and the pairs that are 80% correlated +/- to that trade, start moving opposite, chances are that trade is going with them, or that's my theory.