The addition of TD AMERITRADE brokerage support highlights NinjaTraderâs latest release while numerous feature enhancements demonstrate its ongoing evolution as the industryâs leading platform for Futures, Forex, and Equities traders. Denver, April 8, 2008 â NinjaTrader, LLC, a leading provider of trading software for active traders, released a significantly enhanced version of their NinjaTrader trading platform today. This highly anticipated release strengthens NinjaTraderâs industry leading position by expanding their already powerful feature set while remaining free to use for advanced charting, market analytics, strategy development and trade simulation. There are over 160 enhancements including: ⢠TD AMERITRADE Support â Committed to being a universally supported platform, NinjaTrader adds equities support for industry leader TD AMERITRADE! ⢠New Forex Support â Continued growth through the addition of Interactive Brokers, MB Trading and IQFeed for forex trading and analysis! ⢠Event Driven Strategy Development â Strategy developers gain more control and flexibility by leveraging events such as order status updates, fill notifications, position updates and real-time level I and II market data access! ⢠Significant Charting Improvements â Over 30 new enhancements including Range bars, candle stick pattern recognition and enhanced drawing tools! ⢠Workspace Management â Additional control of the NinjaTrader environment has been made possible with this significant feature. Users can now create, save and work with multiple workspaces simultaneously providing a greater degree of flexibility and organization! ⢠More 3rd Party Add Ons â Market momentum by industry professionals continues to swing toward NinjaTraderâs modern C# development environment as evidenced by the growth of 3rd party add-on tools! âNinjaTrader version 6.5 continues the evolution of our industry leading platform as evidenced by the many new feature enhancements and the expansion of supported brokerage and 3rd party partnersâ said Raymond Deux, President of NinjaTrader. âIn addition, we continue to listen to our users and incorporate many of their enhancement requests into our new versions to provide a comprehensive trading platform that specifically addresses their trading needsâ. NinjaTrader 6.5 is immediately available for download from www.ninjatrader.com/webnew/download_trading_software.htm About NinjaTrader, LLC Founded in 2003, NinjaTrader, LLC (www.ninjatrader.com) has quickly emerged as a leading developer of high-performance trading software. NinjaTrader is a FREE application for advanced charting, market analytics, system development and trade simulation. Discretionary, end-of-day and automated systems traders can trade futures, forex and equities through hundreds of supporting brokerages worldwide. NinjaTrader sets the benchmark for trading software and continues to invest in new product development. Based in Denver, CO, NinjaTrader, LLC serves the global trading community with locations in Chicago, IL, Rotterdam, The Netherlands and Bamberg, Germany.
Yeah, I'm trying to get things done with OpenQuant and I cannot get them to give me code examples!! The only thing they have going is their event driven structure and with the Ninja move towards more event driven methods and the coding examples which make your documentation 5 on a 5 scale, you are going to leave OpenQuant and all of them in the dust for the non-professional programming folks, which has to be most of us....
John, Does NinjaTrader offer customizable Hotkeys for order entry functions? Thanks in advance. -Prof.
Hot-keys are on our list for future enhancements but have not been assigned to any specific release at this time. Thank you - John
I find Ninja to be an excellent product. I have been using 6.5 since beta 4 and the new features are extremely good. As far as ease of use multiple workspaces are very helpful. As far as coding goes, 2 new extremely important events were introduced: OnMarketData and OnMarketDepth. These events allow us to analyze Time&Sale and Market Depth in real time. OnMarketData capture any change on level 1 on bid/ask and any trade. OnMarketDepth captures any change on any bid/ask levels. These events are of tremendous value for those interested in such analysis, which I find of huge importance to time entries and exits. If interest search for ACV in title to read some threads on this subject. There are of course many more various new features. Regards, redduke
Thank you REdDuke, this is what exactly I was looking for and couldn't find and was about to give up on NT! Surprisingly the OnMarketData and OnMarketDepth are not in the functions list!
They are events, so that is probably why. If you go to help and type their names, you will see sample code on how to use it.