Multi 10:4 Trader EA

Post Reply
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

Kruspe wrote: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.
I don't have a clue whats happening there, I used Alpari(UK) and Global Prime and all worked ok.

Sorry I carn't be of any help to you.

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 »

Andy this is working perfectly and beautifully on my acct. I am patient so will tweak and test. Heh, I am also geeky enough to have spent an hour or so in the code BEFORE I even had it loaded on a platform ;) Your correlation twist is very cool. It feels like discretion on exits will be where the money is. I pretty much want to be stopped out or take profit manually or at 1 level, don't see yet how to do that, but can mod easily so no worries.

Awesome work. Thanks for letting us play with it.

Regards,

Mike
Reading the dark heart.
DocT
Trader
Posts: 149
Joined: Mon Apr 23, 2012 9:44 am
Location: Aberdeen

Re: Multi 10:4 Trader EA

Post by DocT »

mjws00 wrote:Andy this is working perfectly and beautifully on my acct. I am patient so will tweak and test. Heh, I am also geeky enough to have spent an hour or so in the code BEFORE I even had it loaded on a platform ;) Your correlation twist is very cool. It feels like discretion on exits will be where the money is. I pretty much want to be stopped out or take profit manually or at 1 level, don't see yet how to do that, but can mod easily so no worries.

Awesome work. Thanks for letting us play with it.

Regards,

Mike
Mike/Andy
This would be a great add since an autoEA with TP at one level should be able to produce amazing results. Then we could have discretion on top to take to 2 or 3 levels or leave with a trail SL of some kind. Brilliant work guys. Hats off to you Andy ;-) and Mike
eevra
Trader
Posts: 42
Joined: Thu Dec 01, 2011 2:59 pm

Re: Multi 10:4 Trader EA

Post by eevra »

MrLong wrote:
Kruspe wrote: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.
I don't have a clue whats happening there, I used Alpari(UK) and Global Prime and all worked ok.

Sorry I carn't be of any help to you.

Andy

MrLong , So many guys are so happy that you released this EA. I live in India & use GCI Empty4 which offers these symbols - NSE_Nifty , Silver & Gold. Have been watching NB 's 10.4 on all these symbols.
While I am able to these symbols apart from the major Forex , I do not get the " NSE_Nifty " to show. The older dashboards multibob versions 1.2.14 shows the symbol.
Can you pls look into this. This will be great & would be ever grateful to you all & you ( & CT) in particular .
Thsn I will join this happy members club as well.

attacged a snapshot.
Thx.
You do not have the required permissions to view the files attached to this post.
Last edited by eevra on Thu Mar 14, 2013 12:41 pm, edited 1 time in total.
kwchau
Trader
Posts: 305
Joined: Tue Jan 03, 2012 3:37 pm

Re: Multi 10:4 Trader EA

Post by kwchau »

MrLong wrote:
kwchau wrote:
MrLong wrote:
allisonmagic wrote:smiley face likes correlation ?
Smiley mean the correlated pairs are not running against the trade, these are D1 correlated pairs.

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.
Andy,

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 be the different broker, for the pivots.

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.
Very sound logic, thanks again Andy, wonderful effort !
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

eevra wrote:
MrLong wrote:
Kruspe wrote: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.
I don't have a clue whats happening there, I used Alpari(UK) and Global Prime and all worked ok.

Sorry I carn't be of any help to you.

Andy

MrLong , So many guys are so happy that you released this EA. I live in India & use GCI Empty4 which offers these symbols - NSE_Nifty , Silver & Gold. Have been watching NB 's 10.4 on all these symbols.
While I am able to these symbols apart from the major Forex , I do not get the " NSE_Nifty " to show. The older dashboards multibob versions 1.2.14 shows the symbol.
Can you pls look into this. This will be great & would be ever grateful to you all & you ( & CT) in particular .
Thsn I will join this happy members club as well.

Thx.
Hi eevra,

CT, sorted that one out on the dashboard, I think he's adding the RSI2 to the EA, he will know what he did to add those symbols and maybe he could do the same for this EA.

Best Regards
Andy
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

mjws00 wrote:Andy this is working perfectly and beautifully on my acct. I am patient so will tweak and test. Heh, I am also geeky enough to have spent an hour or so in the code BEFORE I even had it loaded on a platform ;) Your correlation twist is very cool. It feels like discretion on exits will be where the money is. I pretty much want to be stopped out or take profit manually or at 1 level, don't see yet how to do that, but can mod easily so no worries.

Awesome work. Thanks for letting us play with it.

Regards,

Mike

Hi Mike,

Select the TP pivot, Steve put this code together.

extern string tpi = "----Take profit----";
extern string usr = "--Support/resistance tp. Select one only.--";
extern bool UseMidSR1 = false; //MR1/MS1
extern bool UseSR1 = true; //R1/S1 default
extern bool UseMidSR2 = false; //MR2/MS2
extern bool UseSR2 = false; //R2/S2
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 »

Andy,

We will often enter at S1 and want to get out at MS2 etc to take one "relative" level of profit. Each pair will also start at different pivots. Maybe I am missing something, but these look like they are hard coded points and not relative.

Hope that makes sense. It is relative pivots that matter, not hard points in the system. My quick fix will be to do it manually, and just comment out TP code. A "reversal" signal as an exit also plays very strongly in my manual testing. In fact the reversal itself often plays out stronger than the one sided system.

Just something to play with if you are thinking about how to optimize. It is for sure a path I will explore as it has been awesome manually.

Mike
Reading the dark heart.
Kruspe
Trader
Posts: 121
Joined: Sat May 19, 2012 3:34 pm
Location: Prague, Czech Republic

Re: Multi 10:4 Trader EA

Post by Kruspe »

I dont want to look unhappy about this EA, but..would be sometimes implemented also RSI on EA ? :)
Once you "see", you can not unsee. CJ
User avatar
McNish
Trader
Posts: 227
Joined: Tue Nov 06, 2012 3:56 pm

Re: Multi 10:4 Trader EA

Post by McNish »

Super Cool UI Andy. You're an :ugeek:

Regards,
Post Reply

Return to “Nanningbob 10.x”