Multi 10:4 Trader EA

Post Reply
User avatar
zentauro67
Trader
Posts: 441
Joined: Fri Mar 01, 2013 4:41 pm
Location: Spain

Re: Multi 10:4 Trader EA

Post by zentauro67 »

MrLong wrote:Hello Traders,



I've added a new setting: extern int maOuterBufferPips = 300; <== Change to your own setting.

Change this number to whatever you like, the EA will not trigger a trade if price is more than that amount of pips away from the 240 MA.

extern int maBufferPips = 20: <== Change to your own setting.
Will not trigger a trade until that amount of pips away from the 240 MA.




Thanks
Andy

That´s wonderful! (I´ll set 350 / 25 )

mabufferpips will avoid that kind of scalping trades (with huge spreads costs) that were killing my demo account.


(I deleted pending orders from 6.0 and run 7.0. It looks great. Big improvement here.)
Last edited by zentauro67 on Mon Mar 18, 2013 4:59 pm, edited 1 time in total.
nando88
Posts: 1
Joined: Fri Sep 14, 2012 8:48 pm

Re: Multi 10:4 Trader EA

Post by nando88 »

Thanks to fix some bugs and updated to ver. 1.07 - I'll test it on my demo account.

Great work, MrLong! ;)
veeyem
Trader
Posts: 21
Joined: Thu Jan 31, 2013 12:59 pm

Re: Multi 10:4 Trader EA

Post by veeyem »

Awesome Andy. I replaced the EA and it has taken control of the open orders in breeze. Will keep you updated on the progress. Thx.


Regards,
VeeYem
roje
Trader
Posts: 23
Joined: Sun Feb 24, 2013 6:46 pm

Re: Multi 10:4 Trader EA

Post by roje »

MrLong wrote:Hello Traders,

Version 1.07: on page 1.


Version 1.07 has been running all night and seems to be working ok.

I've added a new setting: extern int maOuterBufferPips = 300; <== Change to your own setting.

Change this number to whatever you like, the EA will not trigger a trade if price is more than that amount of pips away from the 240 MA.

extern int maBufferPips = 20: <== Change to your own setting.
Will not trigger a trade until that amount of pips away from the 240 MA.

int correlationTF = PERIOD_H4; <== Changed to H4 TF

Don't forget to change the Magic Number.

Lets see what comes up next.


Thanks
Andy
Hi,
i have version with RSI, did you add it to this version ? Or it is only stoch 5 version ?
analda3
Trader
Posts: 14
Joined: Wed May 16, 2012 10:51 am

Re: Multi 10:4 Trader EA

Post by analda3 »

MrLong wrote:Hello Traders,

Version 1.07: on page 1.


Thanks
Andy
Thank you very much Andy. Great job and many thanks for sharing.
As i am testing the EA, i wonder if there is already something coded in there which will prevent me for been too heavy on a specific currency. For instance right now because of the JPY weakness at the moment, the EA has opened AUDJPY, GBPJPY and NZDJPY all buys and there are 2 more pendings CADJPY and USDJPY both buys as well. If JPY bounces back it might generate big loses. Even if i delete the pending orders the EA reopens it right away since the pair meets the 10.4 criteria for a pending.
Thanks again


Thanks again
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

roje wrote:
MrLong wrote:Hello Traders,

Version 1.07: on page 1.


Version 1.07 has been running all night and seems to be working ok.

I've added a new setting: extern int maOuterBufferPips = 300; <== Change to your own setting.

Change this number to whatever you like, the EA will not trigger a trade if price is more than that amount of pips away from the 240 MA.

extern int maBufferPips = 20: <== Change to your own setting.
Will not trigger a trade until that amount of pips away from the 240 MA.

int correlationTF = PERIOD_H4; <== Changed to H4 TF

Don't forget to change the Magic Number.

Lets see what comes up next.


Thanks
Andy
Hi,
i have version with RSI, did you add it to this version ? Or it is only stoch 5 version ?
I'll upload the STOCH/RSI version as version 1.08, otherwise we'll have 2 versions running and will be a night mare to manage any bugs that crop up.



Andy
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

analda3 wrote:
MrLong wrote:Hello Traders,

Version 1.07: on page 1.


Thanks
Andy
Thank you very much Andy. Great job and many thanks for sharing.
As i am testing the EA, i wonder if there is already something coded in there which will prevent me for been too heavy on a specific currency. For instance right now because of the JPY weakness at the moment, the EA has opened AUDJPY, GBPJPY and NZDJPY all buys and there are 2 more pendings CADJPY and USDJPY both buys as well. If JPY bounces back it might generate big loses. Even if i delete the pending orders the EA reopens it right away since the pair meets the 10.4 criteria for a pending.
Thanks again


Thanks again
You can enter pairs in the ignore string like: extern string IgnorePair = "USDJPY, GBPJPY"; // place symbol if you want to ignore.

I'll look at adding a filter in version 1.08.

Andy
User avatar
mjws00
Trader
Posts: 609
Joined: Fri Jan 04, 2013 10:17 pm
Location: Victoria

Re: Multi 10:4 Trader EA

Post by mjws00 »

analda3 wrote:
MrLong wrote:Hello Traders,

Version 1.07: on page 1.


Thanks
Andy
Thank you very much Andy. Great job and many thanks for sharing.
As i am testing the EA, i wonder if there is already something coded in there which will prevent me for been too heavy on a specific currency. For instance right now because of the JPY weakness at the moment, the EA has opened AUDJPY, GBPJPY and NZDJPY all buys and there are 2 more pendings CADJPY and USDJPY both buys as well. If JPY bounces back it might generate big loses. Even if i delete the pending orders the EA reopens it right away since the pair meets the 10.4 criteria for a pending.
Thanks again


Thanks again
As a work around I have just been editing the pending to a value way out of range. Then with a quick delete you can get back in without messing with settings and ignore. Pretty simple and keeps track of what the ea sees as viable. Haven't had a chance to fire up the new flavour yet.

Beautiful job so far, Andy. So much hype and attention hope you don't get over loaded.
Reading the dark heart.
fire580
Trader
Posts: 314
Joined: Wed May 09, 2012 4:51 pm

Re: Multi 10:4 Trader EA

Post by fire580 »

Anyone else still having a problem with Max Pairs?
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

fire580 wrote:Anyone else still having a problem with Max Pairs?
Hi,

I'll check that out.
Post Reply

Return to “Nanningbob 10.x”