View Full Version : MBT Forex
stepwise
05-02-2007, 10:54 PM
Hi there, I realize that you do not yet support Forex Trading with MBT - but is there a way to use MBT's Forex data feed in NT6?
Perhaps set it up as an external data feed?
I don't mind programming - just need guidance.
Thanks!
NinjaTrader_Dierk
05-02-2007, 11:20 PM
You could code your own program interfacing MBT navigator, retrieving forex data and trigger the NT ATI (I recommend the DLL methods and not the COM interface).
stepwise
05-03-2007, 01:25 AM
That's perfect. Could you point me in the right direction regarding the NT ATI dll interface?
Thanks!
NinjaTrader_Ray
05-03-2007, 01:28 AM
Here is the Help Guide link - http://www.ninjatrader-support.com/HelpGuideV6/Functions2.html
Ray
StinkiePhish
05-08-2007, 12:02 PM
You could code your own program interfacing MBT navigator, retrieving forex data and trigger the NT ATI (I recommend the DLL methods and not the COM interface).
Is there any particular reason why you recommend the DLL methods over the COM interface?
NinjaTrader_Dierk
05-08-2007, 12:11 PM
We experienced a lot of trouble related to COM registration but close on none by using the DLL interface.