NinjaScript > Educational Resources > Reference Samples > Strategy >

Rounding values to the nearest tick size

Print this Topic Previous pageReturn to chapter overviewNext page

When NinjaTrader receives a request to submit an order, it automatically rounds any limit price or stop price to the nearest tick for that specific instrument.

 

When debugging and/or printing out order information, this may not be apparent. NinjaTrader includes a Method named RoundToTickSize to apply the same internal rounding to any value you wish, which can help make comparisons easier.

 

Key concepts in this example

Rounding a value to the nearest tick

 

Important related documentation

Round2TickSize()
EnterLongLimit()
ExitLong()
CrossAbove()
CrossBelow()

 

Import instructions

1.Download the file contained in this Help Guide topic to your PC desktop
2.From the Control Center window, select the menu File > Utilities > Import NinjaScript
3.Select the downloaded file and click Import.

 

SampleRound2TickSize_NT7.zip