Posts

Showing posts with the label ENGLISH

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...

Markers Plus - Release 2021-10

Image
NOTE :  The previous release must be uninstalled before installing this versi on UPDATE PROCEDURE 1) Save the current workspace 2) Tools, Remove Ninjascript : Select and remove the current Markers Version 3) Tools, Import Ninjascript : Select and Install the new downloaded ZIP ninjascript corresponding to the new Markers Version 4) Restart NinjaTrader without saving the workspace List of Changes/Additions/Fixes [ 7:29 PM ] Markers Logic [ 7:31 PM ] The "Logic to Analyze" now supports negative numbers anywhere ( including after a multiplication or after a parenthesis ; 2 * -3 or 3+ ( -5 * 3 ) ) [ 7:32 PM ] It also supports unlimited nested parenthesis levels : close[0] > hma[0] + ( atr[0] * ( 5 + ticksize * 2.5 )) [ 7:33 PM ] The Alert Option was included ( this was the only option missing to fully replace the AND indicator [ 7:34 PM ] Markers Paint [ 7:35 PM ] All the features on MArkers Logic are now present on Markers Paint [ 7:35 PM ] The bug avoiding painting var...