ATM Strategy Methods

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Strategy >

ATM Strategy Methods

Previous page Return to chapter overview Next page

 

 

ATM Strategy Methods

From a NinjaScript strategy it is possible to use ATM strategies to manage your positions. Benefit of such an approach is that you can use the NinjaScript strategy to generate automated entry signals and once entered, you can delegate exit management to an ATM strategy which allows you degrees of manual control over how to close out of a trade.

 

For more information please see the Using ATM Strategies section.

ATM Strategy Management

AtmStrategyCancelEntryOrder()

AtmStrategyChangeEntryOrder()

AtmStrategyChangeStopTarget()

AtmStrategyClose()

AtmStrategyCreate()

ATM Strategy Monitoring

GetAtmStrategyEntryOrderStatus()

GetAtmStrategyMarketPosition()

GetAtmStrategyPositionAveragePrice()

GetAtmStrategyPositionQuantity()

GetAtmStrategyRealizedProfitLoss()

GetAtmStrategyStopTargetOrderStatus()

GetAtmStrategyUniqueId()

GetAtmStrategyUnrealizedProfitLoss()