Compiling

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Developing Strategies > Beginner - Simple MA Cross Over >

Compiling

Previous page Return to chapter overview Next page

The strategy code is now complete and needs to be compiled.

 

If you completed this tutorial via the Strategy Wizard, simply follow the wizard instructions to the end at which time the strategy will compile.

If you self coded this tutorial you can compile this strategy from within the NinjaScript Editor right mouse button menu "Compile" menu or simply press the F5 key.

 

It is important to understand that this process makes the strategy ready for real-time use and will run natively within NinjaTrader directly. It does not run interpreted as many other applications do. This provides you with the highest performance possible. If there are any errors reported during compiling, the error messages will be displayed at the bottom of the NinjaScript Editor.