Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Custom Data Connector
Collapse
X
-
Sorry, only one way. I saw a few years ago somebody who is "feeding" mt4 orders by means of command files, never looked at it seriously. Good luck and share with us !!!Originally posted by molecool View PostSweet! This feeds MetaTrader based data into NinjaTrader, right? Does it also feed back strategy execution or is it only one-way, i.e. MT->NinjaTrader?
Comment
-
There are a few commercial bridges out there now. It wouldn't be too difficult rolling something like that yourself - perhaps via names pipes. The need however rarely arises - until now at least. If NT would for instance decide to disable a major broker like IB then it's something I would spend putting together.
Comment
-
I wouldn't use named pipes, but rather mailslots, I don't like connection oriented mechanisms in our context, because then applications, like MT4 and Ninja will be too much coupled. When you're sending a datagram to the same machine or your local domain, it's reliable.Originally posted by molecool View PostThere are a few commercial bridges out there now. It wouldn't be too difficult rolling something like that yourself - perhaps via names pipes. The need however rarely arises - until now at least. If NT would for instance decide to disable a major broker like IB then it's something I would spend putting together.
I think it's possible and not too difficult to send trade instruction from NT to MT4 via mailslots either. One should develop expert advisor to get mailslot message and place a trade accordingly. I don't trust MT4 based brokers, except Oanda, so I'm not going to implement it. Rather, I'm working now on placing Oanda trades from Ninja indicators via their REST API. When I wrote MT4 feeder to Ninja 2 years ago, it was the only feasible way to get Oanda RT data into Ninja.
In any case such mechanism won't be a replacement for NT adapters for supported brokers.
Comment
-
Same here. Not as complicated as "advertised".Originally posted by molecool View PostThere are a few commercial bridges out there now. It wouldn't be too difficult rolling something like that yourself - perhaps via names pipes. The need however rarely arises - until now at least. If NT would for instance decide to disable a major broker like IB then it's something I would spend putting together.
________________________________________
Marius
Canadian customs brokerage
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
88 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
30 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
68 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment