Multi 10:4 Trader EA

Post Reply
User avatar
MurphyMan
Trader
Posts: 345
Joined: Tue Nov 15, 2011 2:35 pm
Location: Southern Illinois, USA

Re: Multi 10:4 Trader EA

Post by MurphyMan »

Trade4gain wrote:Sorry for this stupid question,

I´m a new follower from germany.

Thanks!
For "stupid" questions, you can to to the Dummies thread here:

http://www.stevehopwoodforex.com/phpBB3 ... =37&t=1504

If fact, if you scroll through the Dummies thread you might just find the answer.

:lol:
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 »

Can "multi trader" be used as a "single trader" EA? I mean, just working on the attached chart and not showing the dashboard. Sorry if it was already asked.
User avatar
slipshod
Trader
Posts: 404
Joined: Tue Dec 27, 2011 9:14 am
Location: Australia

Re: Multi 10:4 Trader EA

Post by slipshod »

@zentauro yes it can. If, for example, you just wanted to trade EURUSD you could reduce the currency list in the code to "EUR" "USD", and then when you run the EA set showDisplay to false in its options.

Which reminds me - Andy in my scalp basket EA I've moved the currency list into the external options (as a string that's parsed into the list) rather than the user having to change it in the code & recompile. Is that a change you'd be interested in with this EA? If so I'll implement it & send you a patch...
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 »

slipshod wrote:@zentauro yes it can. If, for example, you just wanted to trade EURUSD you could reduce the currency list in the code to "EUR" "USD", and then when you run the EA set showDisplay to false in its options.

Which reminds me - Andy in my scalp basket EA I've moved the currency list into the external options (as a string that's parsed into the list) rather than the user having to change it in the code & recompile. Is that a change you'd be interested in with this EA? If so I'll implement it & send you a patch...
Thanks, i´ll try it. A 'current pair only' option would be great. EA could work as a great easy order utility once you spot a setup. I know, a humble task, far below its ambition, but very practical and comfortable for " almost manual" trading.
roman101
Trader
Posts: 27
Joined: Sat Dec 01, 2012 5:26 pm

Re: Multi 10:4 Trader EA

Post by roman101 »

Hi,
So far very good results with OOTB settings.
Please share your results and best settings.

Cheers

Roman
You do not have the required permissions to view the files attached to this post.
User avatar
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

Post by snailbeard »

No pending orders after the weekend

if you leave Empty4 running 24x7 and on Monday you are wondering why there are no fresh pending orders, it might be to do with 'canTrade' - I don't see it getting set to true except on loading the EA.

I've made a small change to my copy so that changing TF should be sufficient
(didn't want do this in start() as I am experimenting during weekends and need false ticks and have isMarketClosed() to help set canTrade to false to prevent lots of warnings

Code: Select all

int init() {
	canTrade = true;
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Re: Multi 10:4 Trader EA

Post by trader689 »

nice work roman101 care to share what broker you use? also do you have a myfxbook link, thanks
roman101
Trader
Posts: 27
Joined: Sat Dec 01, 2012 5:26 pm

Re: Multi 10:4 Trader EA

Post by roman101 »

trader689 wrote:nice work roman101 care to share what broker you use? also do you have a myfxbook link, thanks
FinFX
Here is the link
https://www.myfxbook.com/portfolio/multi104/537267
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Re: Multi 10:4 Trader EA

Post by trader689 »

thats great, thanks
roman101 wrote:
trader689 wrote:nice work roman101 care to share what broker you use? also do you have a myfxbook link, thanks
FinFX
Here is the link
https://www.myfxbook.com/portfolio/multi104/537267
bubo
Trader
Posts: 29
Joined: Thu Jan 10, 2013 7:02 am

Re: Multi 10:4 Trader EA

Post by bubo »

I have noticed several open positions that I would not have entered based on Bob's 10.4 template, for example today a sell for EURAUD at 1.2426.

It looks like this may have been a left over scale-in position from an earlier trade that was closed in a basket. We may have to add some cleaning up of pending positions, instead of only deleting at the end of the week.
Post Reply

Return to “Nanningbob 10.x”