dluhut Posted September 27, 2011 Report 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!
zeraw31 Posted September 28, 2011 Report 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.
dluhut Posted September 28, 2011 Author Report Posted September 28, 2011 Thanks zeraw31. Will look at it...hopefully it won't be difficult to write one for myself.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now