themask Posted March 15, 2012 Report Share Posted March 15, 2012 Is there a way to connect to a NinjaTrader dll to monitor the orders it is making? Quote Link to comment Share on other sites More sharing options...
⭐ osijek1289 Posted March 15, 2012 Report Share Posted March 15, 2012 Can't say I've heard of that approach. You can though pull all that information via a basic indicator, via Ninjascript, and then output it in a number of ways, ie., to a text file, to be picked up by whatever is seeking the info, or, one could get fancy and probably pass it via DDE or something similar. Quote Link to comment Share on other sites More sharing options...
themask Posted March 19, 2012 Author Report Share Posted March 19, 2012 Any idea if this would be via DDE? It's very fast. Seems to be connected directly to some part of NT7 http://www.toolsfortrader.com/Products.html Quote Link to comment Share on other sites More sharing options...
⭐ osijek1289 Posted March 20, 2012 Report Share Posted March 20, 2012 (edited) Any idea if this would be via DDE? It's very fast. Seems to be connected directly to some part of NT7 http://www.toolsfortrader.com/Products.htmlMy guess is it does not work via DLL. I watched the video, and it seems like an OK built piece of code in Ninjascript (C#), but the way it works would be discomforting to me, because of many reasons: it gets it's historical data elsewhere, and then presumably gets the live feed from Dukascopy (which doesn't mean it goes into the historical NT database). If I were trading a real account, I would not at all (technically) feel safe with this approach. Plus, the cost of $500 is unduly high, and, when I see the video describe how to save 46% of Dukascopy commissions by using this outfit as the IB, I worry about the obviousy money-grabbing nature of it all. (There are outfits that openly admit to giving you a Dukascopy commission rebate, like molecule6, which is the highest around I believe) For whatever reason, Dukascopy just doesn't want to introduce other trading tools, other than their j-forex. Not sure of your exact intent with NT and some other broker ... not sure if you know, but there are decent or OK forex brokers that offer spot forex trading, such as PFG Best. I'm not saying they are 100% fantastic as I have heard of issues, but if your goal is to have a NT strategy trade with a spot FX broker, then there are options. Edited March 20, 2012 by osijek1289 Quote Link to comment Share on other sites More sharing options...
⭐ osijek1289 Posted March 21, 2012 Report Share Posted March 21, 2012 I was looking for something else, and just came across this on a freebie type page, with some decent indis on it: it basically passes live prices from NT back into a Excel spreadsheet via DDE. I don't think there is a way to export or live display any new or ongoing trades via this simple methodology. But, in theory, if one wrote a NT indicator that monitored for new trades, in theory, it should be possible to somehow hand that off outside of NT via DDE. http://www.volumedigger.com/NinjaTrader/Miscellaneous/NinjaTrader_DDE.aspx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.