Hi MrLong,
Thank you very much for your magnificent ea.
A question please : Would the ea manage trades placed manually on the same platform as the ea ?
Cheers,
peter
Multi 10:4 Trader EA
- McNish
- Trader
- Posts: 227
- Joined: Tue Nov 06, 2012 3:56 pm
Re: Multi 10:4 Trader EA
Thanks for the info. But can we assume very similar data feeds on Live a/c with different brokers? Not same but similar, considering two different brokers with same server time? Like FXCM and GP, they are both GMT 0 brokers. Thanks.MrLong wrote:A long time ago I discovered the data given to us on a demo account is different from their live data feeds, and different from broker to Broker, click on the 4th speed button from the left, the data window will appear, you can compare the brokers prices for MA,s and pivots.
I haven't compared them in recent years, but they were always different, a few months ago I had the same EA loaded on Globle and Alpari none of them took the same trades.
- slipshod
- Trader
- Posts: 404
- Joined: Tue Dec 27, 2011 9:14 am
- Location: Australia
Re: Multi 10:4 Trader EA
It depends on a few things. If they're honest-to-goodness ECN brokers then the feed will depend on what they get from their liquidity provider(s). If they're market makers, not just passing your trade through but often taking an opposing position and trading against you, then the feed can differ significantly depending on what games they want to play to try and hit your stops or otherwise shake you out.
I've actually been considering switching to forex futures trading at some point, as the price is regulated by a central exchange. Only problem is I'm not rich enough yet to afford the minimum deposit ($100k in Australia at various futures brokers) - and they have different platforms that chances are can't be automated in any way.
I've actually been considering switching to forex futures trading at some point, as the price is regulated by a central exchange. Only problem is I'm not rich enough yet to afford the minimum deposit ($100k in Australia at various futures brokers) - and they have different platforms that chances are can't be automated in any way.
-
MrLong
Re: Multi 10:4 Trader EA
Hirosst wrote:I am getting this message over and over: Order, EURGBP,Short closed by BE function
but no orders have been closed or even look like it applies...
I have closed and restarted but it still goes on....
I don't know what's happening there, you can turn that function off by changing useAverageBE to false..
Andy
-
MrLong
Re: Multi 10:4 Trader EA
fx8000 wrote:Hi MrLong,
Thank you very much for your magnificent ea.
A question please : Would the ea manage trades placed manually on the same platform as the ea ?
Cheers,
peter
Only if the magic numbers were the same.
-
MrLong
Re: Multi 10:4 Trader EA
I can only speak for Alpari, demo and live different, and a few other brokers I have used are different on live accounts, the company who have the Dealbook platform are also different, you can view where the pivots and MA,s are on each broker, they are different on quite a few.McNish wrote:Thanks for the info. But can we assume very similar data feeds on Live a/c with different brokers? Not same but similar, considering two different brokers with same server time? Like FXCM and GP, they are both GMT 0 brokers. Thanks.MrLong wrote:A long time ago I discovered the data given to us on a demo account is different from their live data feeds, and different from broker to Broker, click on the 4th speed button from the left, the data window will appear, you can compare the brokers prices for MA,s and pivots.
I haven't compared them in recent years, but they were always different, a few months ago I had the same EA loaded on Globle and Alpari none of them took the same trades.
-
fx800
- Trader
- Posts: 1334
- Joined: Sun Dec 04, 2011 4:11 am
Re: Multi 10:4 Trader EA
Thanks. I just checked the DropPending buy/sell scripts, and they do not have any magic number. That is why the ea did not manage my manual trades early this morning.MrLong wrote:fx8000 wrote:Hi MrLong,
Thank you very much for your magnificent ea.
A question please : Would the ea manage trades placed manually on the same platform as the ea ?
Cheers,
peter
Only if the magic numbers were the same.
In future, I would manage these using Steve's MPTM.
peter
-
MrLong
Re: Multi 10:4 Trader EA
This is why when developing robots to take trades, we have a trade on one platform and not on the other, if that 240 MA is a pip away from entry and the other platform 2 pips over, then one will enter and one not.slipshod wrote:It depends on a few things. If they're honest-to-goodness ECN brokers then the feed will depend on what they get from their liquidity provider(s). If they're market makers, not just passing your trade through but often taking an opposing position and trading against you, then the feed can differ significantly depending on what games they want to play to try and hit your stops or otherwise shake you out.
I've actually been considering switching to forex futures trading at some point, as the price is regulated by a central exchange. Only problem is I'm not rich enough yet to afford the minimum deposit ($100k in Australia at various futures brokers) - and they have different platforms that chances are can't be automated in any way.
Which leaves the programmer looking for bugs that never were.
On the futures stuff, checkout the cot report, free info every Friday evening, where the
large traders, hedge funds and commercial company's have to disclose what trades they have
open.
Link:
http://www.cftc.gov/marketreports/commi ... /index.htm
There are some indicators and scripts available for Empty4, and simple to use, just update one a week.
Andy
-
SWG123
- Trader
- Posts: 565
- Joined: Wed Nov 16, 2011 3:02 pm
- Location: Cape Town
Re: Multi 10:4 Trader EA
Aha, now we're getting somewhere - magic number doesn't appear in Terminal comments field, but it does show (albeit very briefly) in the mouse hover. Curious ...MrLong wrote:That's why I entered the magic numbers in the comment, to try debug, can you give me a screen shot of the terminal.SWG123 wrote:Nope, that doesn't work either, still not picking up the second trade.MrLong wrote: You could try GridMethod set to 1.
Andy
Andy
You do not have the required permissions to view the files attached to this post.
-
MrLong
Re: Multi 10:4 Trader EA
Yes anything to do with the basket stuff, enter 0 to disable.bshoe24 wrote:In 1.09 just for a separate test is it ok to set basketPercentProfit,trailPercent,trailPercentLevel = 0 and continue test using MPTM EA?