Have you changed the magic number to something other than 0?allisonmagic wrote:MrLong wrote:allisonmagic wrote:bubo wrote:Good idea, but perhaps a Zeljko filter could be more meaningful to contain risk?allisonmagic wrote:ok here's another one..
i set the max pairs to 8.. it's opening 20 pending.
at this point, the EA works great.. but not setting TP or SL.. so when it opens a trade, you have to manage it manually
If Stealth is true, then the EA will manage the trade, assuming the EA is running,
I'm telling you, i had a nzdchf trade open.. it went against me, and never closed at 240ma.. at the same time the EA was giving order errors
Multi 10:4 Trader EA
-
Fourxxxx
Re: Multi 10:4 Trader EA
- rebyte2
- Trader
- Posts: 115
- Joined: Mon Feb 04, 2013 4:23 am
Re: Multi 10:4 Trader EA
Over 90% will loose their accounts..... no matter which broker.allisonmagic wrote:Sojourner wrote:I got a bunch of the AUDNZD did the exact same thing on FXCMallisonmagic wrote:was kinda funny, it opened 30 audnzd trades and closed them instantly
don't you just love FXCM lol... 90% of their clients lose.. is that coincidence ? i don't freakin think so
-
Fourxxxx
Re: Multi 10:4 Trader EA
From post #1 "Be sure to change the Magic Number from ZERO."allisonmagic wrote:Fourxxxx wrote:allisonmagic wrote:MrLong wrote:allisonmagic wrote:bubo wrote:allisonmagic wrote:ok here's another one..
Have you changed the magic number to something other than 0?
no, should i ?
- snailbeard
- Trader
- Posts: 615
- Joined: Mon Dec 24, 2012 10:54 am
- Location: Just above water somewhere between Oxford & Cambridge
Re: Multi 10:4 Trader EA
I changed this line:
To
Code: Select all
int trades = (openPairs(OP_BUY)+openPairs(OP_BUY));
Code: Select all
int trades = (openPairs(OP_BUY)+openPairs(OP_SELL));
-
MrLong
Re: Multi 10:4 Trader EA
Thank you.snailbeard wrote:I changed this line:ToCode: Select all
int trades = (openPairs(OP_BUY)+openPairs(OP_BUY));Code: Select all
int trades = (openPairs(OP_BUY)+openPairs(OP_SELL));
-
MrLong
Re: Multi 10:4 Trader EA
That means only start sending the stop orders if both the stoch and AO have pulled back, the 10.2 rules say only one has to pull back.allisonmagic wrote:use stoch and AO for pull back
can you explain this a little ?
thanks in advance !
Andy
-
Fourxxxx
Re: Multi 10:4 Trader EA
allisonmagic wrote:Fourxxxx wrote: From post #1 "Be sure to change the Magic Number from ZERO."
oh ok, i must have misread it.. i thought it said to keep it at zero
thanks for the info
It quite clearly says change the Magic number.
-
MrLong
Re: Multi 10:4 Trader EA
Sorry my mistake 10.4allisonmagic wrote:but we are using 10.4MrLong wrote:That means only start sending the stop orders if both the stoch and AO have pulled back, the 10.2 rules say only one has to pull back.allisonmagic wrote:use stoch and AO for pull back
can you explain this a little ?
thanks in advance !
Andy
thanks for the highlightwithout being sarcastic
- zentauro67
- Trader
- Posts: 441
- Joined: Fri Mar 01, 2013 4:41 pm
- Location: Spain
Re: Multi 10:4 Trader EA
First, sorry for my english.
Great work, MrLong.
Only two days testing it, maybe too soon to say anything. Not too much experienced in EAs, so i apologize in advance if i make any stupid remark.
I don´t like trades too close to 240 MA, and above all, i hate when there is too much activity near the MA. Trade becomes a kind of scalping and if you set 1% or 2% risk, spreads can be hurting. Maybe could be interesting an option to avoid these kind of trades.
In the other hand, i don´t like neither price too long of MA (350, 400 pips). Odds of a reversal are high and retrace could be dangerous. Also interesting the option of avoid these trades.
I don´t know if it is possible to teach an EA "don´t buy the resistence" "don´t sell the support" when S/R match with pivots. It seems quite difficult to code such a thing. I think it would be a little improvement wait for a traditional breakout of previous levels instead of taking the trade few pips before of a resistence or support area.
Thank you for sharing.
Great work, MrLong.
Only two days testing it, maybe too soon to say anything. Not too much experienced in EAs, so i apologize in advance if i make any stupid remark.
I don´t like trades too close to 240 MA, and above all, i hate when there is too much activity near the MA. Trade becomes a kind of scalping and if you set 1% or 2% risk, spreads can be hurting. Maybe could be interesting an option to avoid these kind of trades.
In the other hand, i don´t like neither price too long of MA (350, 400 pips). Odds of a reversal are high and retrace could be dangerous. Also interesting the option of avoid these trades.
I don´t know if it is possible to teach an EA "don´t buy the resistence" "don´t sell the support" when S/R match with pivots. It seems quite difficult to code such a thing. I think it would be a little improvement wait for a traditional breakout of previous levels instead of taking the trade few pips before of a resistence or support area.
Thank you for sharing.
-
och
- Posts: 7
- Joined: Fri Sep 14, 2012 8:19 am
Re: Multi 10:4 Trader EA
Andy,MrLong wrote:Fixed.allisonmagic wrote:was kinda funny, it opened 30 audnzd trades and closed them instantly
Congratulation for your amazing work. I can imagine the amount of work you aleady done and the time spend (or maybe I can't). Can I kindly asked you did you solve that issue.
Regards,