dluhut Posted September 27, 2011 Report Share Posted September 27, 2011 Hey guys, Just wondering if there's a software that I can use to program Ninja Trader of my strategy for an entry point? Do you guys know any website so that I could learn it. Thanks! Quote Link to comment Share on other sites More sharing options...
zeraw31 Posted September 28, 2011 Report Share Posted September 28, 2011 NinjaTrader indicators and strategies are written in C# and there's a LOT of documentation on NinjaTrader's website. NinjaTrader has its own built-in editor so you wouldn't need any additional software to develop strategies. I think the easiest way to get started would be to look at the code for existing strategies inside of NinjaTrader and start learning how it works. Example: The Initialize {} section is called when the strategy/indicator is loaded. OnBarUpdate {} is called after each bar gets painted. In your NinjaTrader Control Center, just go to Tools/Edit NinjaScript/Strategies and open one of the existing strategies and see how it works. Quote Link to comment Share on other sites More sharing options...
dluhut Posted September 28, 2011 Author Report Share Posted September 28, 2011 Thanks zeraw31. Will look at it...hopefully it won't be difficult to write one for myself. 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.