
Build NinjaTrader add-ons to visualize strategy performance with custom charts using a free life charts framework, and analyze next-bar red probabilities.
Create a custom add-on menu item in NinjaTrader by adding a new Tools menu entry and handling window creation and destruction, with a test message box.
Learn to open a custom window on click with movable tabs using a tab control and a tab factory, enabling add-on windows and basic message box debugging.
Learn to debug your NinjaTrader add-on by using the output window instead of message boxes, clearing and printing to the window to avoid blocking the thread.
Explain how to embed a XAML interface in NinjaTrader by loading an example page with a grid, text box, and debug button, and handle click events.
Connect your strategy to the add-on by passing bar count data, then build a normality distribution chart of red versus green bars to analyze patterns in NinjaTrader.
Learn to build custom charts in NinjaTrader using the free live charts framework, install it, reference it, and bind strategy data to cartesian chart series for dynamic visualizations.
Connect charts and strategy data in NinjaTrader, analyze bar color sequences, and visualize probabilities with a charting add-on.
Explore adding data tables and tabs in NinjaTrader add-ons, build a tabbed interface with a data grid, and calculate bar probabilities using appearance counts and sequences.
Explore how bar sequences and probabilities guide trading decisions, including 92 percent odds of a red bar after bar 24 and martingale-style position sizing in NinjaTrader research.
Hello and welcome to the course!
Analysis is a big part of the trading game. We want to analyse trades, data, decisions, anything really...
NinjaTrader provides a very powerfull opportunity for us where we can develop Add-Ons, pass any information to our Add-On and analyse it.
In this course I invented a scenario where we analyze data from our strategy inside the Add-On and build some beautifull charts that demonstrate some statistics on how the data behaves. This can be found quite usefull before building strategies.
After you pass this course you will be able to understand how to work with data that you can gather inside your strategy and pass it into the add on for analysis. That can be absolutely anything. The course shows how to create windows, tabs and work with NinjaTrader on the next level from just using it for creating strategies or indicators.
The course truly uncovers NinjaTrader as a very powerfull tool for deep market research.
Hope to see you all on the course and feel free to use the forum for posting questions. Good luck!