Posts

Showing posts with the label Do It Yourself

Do It Yourself - How to Create a Strategy on NinjaTrader 8

Image
  BUILDER :  The Tool to Create NinjaTrader Strategies NEW !  -->  English Video - Video en Español Click on New, Strategy Builder... Choose a Name and click Next Click Next Here we define the Custom Series that we are going to use. By now, we can skip this section and click Next Now we add the input parameters of the strategy ; Target, Stop, Periods, and input parameters of all the indicators we are planning to use. Example : If we want to create a Moving Average Crossover, then we need : Target Stop Period of Fast Moving Average Period of Slow Moving Average After adding all the input parameters and variables ( we will cover this on future posts ) we click on Next And now we reach to the most important part of Builder ; where we create the logic. On the upper panel we add all the conditions that simulatneously must be true to trigger an action : On the Lower Panel we add all the Actions that we want to execute when the conditions abover are all true. Clicking A...