Jump to content

Programming for NinjaTrader


dluhut

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...