NinjaTrader_Josh
08-05-2009, 02:43 PM
Reference sample for NinjaTrader 6.5.xxxx.x or greater.
NinjaTrader's Strategy Wizard includes access to many methods and properties, including the Rising() and Falling() methods. It is possible to check if an indicator (or any DataSeries) is rising or falling using these methods. You can also use High values, Low values, or any other DataSeries with Rising() or Falling() to qualitatively determine the direction of the DataSeries. This simple sample demonstrates Rising() and Falling() in the Strategy Wizard.
NOTE: This is a Strategy Wizard sample.
This reference sample demonstrates the following concepts:
Using Rising() and Falling() in the Strategy Wizard
Important methods and properties used include:
Risng() (http://www.ninjatrader.com/support/helpGuides/nt7/rising.htm)
Falling() (http://www.ninjatrader.com/support/helpGuides/nt7/falling.htm)
Other methods and properties of interest include:
EnterLong() (http://www.ninjatrader.com/support/helpGuides/nt7/enterlong.htm)
ExitLong() (http://www.ninjatrader.com/support/helpGuides/nt7/exitlong.htm)
Import instructions for NinjaTrader 6.5.XXXX.X or greater:
Download the file contained in this thread to your PC desktop
From the Control Center window, select the menu File > Utilities > Import NinjaScript
Select the downloaded file
NinjaTrader's Strategy Wizard includes access to many methods and properties, including the Rising() and Falling() methods. It is possible to check if an indicator (or any DataSeries) is rising or falling using these methods. You can also use High values, Low values, or any other DataSeries with Rising() or Falling() to qualitatively determine the direction of the DataSeries. This simple sample demonstrates Rising() and Falling() in the Strategy Wizard.
NOTE: This is a Strategy Wizard sample.
This reference sample demonstrates the following concepts:
Using Rising() and Falling() in the Strategy Wizard
Important methods and properties used include:
Risng() (http://www.ninjatrader.com/support/helpGuides/nt7/rising.htm)
Falling() (http://www.ninjatrader.com/support/helpGuides/nt7/falling.htm)
Other methods and properties of interest include:
EnterLong() (http://www.ninjatrader.com/support/helpGuides/nt7/enterlong.htm)
ExitLong() (http://www.ninjatrader.com/support/helpGuides/nt7/exitlong.htm)
Import instructions for NinjaTrader 6.5.XXXX.X or greater:
Download the file contained in this thread to your PC desktop
From the Control Center window, select the menu File > Utilities > Import NinjaScript
Select the downloaded file