Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating Powerfull Add-Ons for NinjaTrader
Rating: 3.9 out of 5(64 ratings)
560 students

Creating Powerfull Add-Ons for NinjaTrader

Learn how to Create Add-Ons for NinjaTrader, Perform Researches and Build Charts using 3-rd Party Free Components
Created byYuri Zolotarev
Last updated 5/2019
English
English [Auto],

What you'll learn

  • You will learn how to develop add-ons for NinjaTrader 8
  • You will find out how to use beautifull charts in your add-ons
  • You will get to know how to connect data from your strategies into add-ons and calculate statistics
  • You will find out how to create custom windows and tabs inside NinjaTrader

Course content

1 section10 lectures1h 23m total length
  • Introduction3:32

    Build NinjaTrader add-ons to visualize strategy performance with custom charts using a free life charts framework, and analyze next-bar red probabilities.

  • Custom Menu Item9:09

    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.

  • Adding Custom Window and Tabs11:35

    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.

  • Debuging your Add-On0:56

    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.

  • XAML Inside NinjaTrader11:46

    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.

  • Passing Data from Strategy to Add-On6:32

    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.

  • Creating Charts9:09

    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.

  • Connecting Charts and Strategy Data15:37

    Connect charts and strategy data in NinjaTrader, analyze bar color sequences, and visualize probabilities with a charting add-on.

  • Adding Data Tables and Tabs7:54

    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.

  • Final Research7:41

    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.

Requirements

  • NinjaTrader 8
  • At least basic knowledge of C#

Description

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!

Who this course is for:

  • People who are interested in NinjaTrader
  • Anybody how wants to master NinjaTrader add-ons development
  • Anyone who wonders if its possible to use NinjaTrader for research