NinjaScript > Educational Resources > Developing Strategies > Using ATM Strategies |
|
You can create an automated strategy that generates a trade signal that executes a NinjaTrader ATM Strategy.
There is a Clear Line... There is a clear line between a NinjaScript Strategy and an ATM Strategy. The use model for creating an ATM Strategy within a NinjaScript Strategy is when you want to programmatically monitor and generate an entry signal and then manualy manage the resulting open position via an ATM Strategy in one of NinjaTrader's order entry windows.
!!! IMPORTANT: Manually Closing an ATM Strategy from an Order Entry Window such as the SuperDOM It is crucial that when running ATM Strategies created by a NinjaScript strategy that you understand how to properly manually close the ATM Strategy from any of the order entry windows.
Following the approaches above will internally close the ATM Strategy. Not following the approach will close the account/instrument position, terminate all strategies and cancel all orders. The result is that your NinjaScript strategy will be terminated. |