NinjaScript > Educational Resources > Reference Samples > Strategy >

Monitoring Stop-Loss and Profit Target Orders

Print this Topic Previous pageReturn to chapter overviewNext page

At times you may have a need to monitor the stop-loss and profit target orders generated by the SetStopLoss(), SetTrailStop() or SetProfitTarget() methods. You can accomplish this by capturing their unique Order object as the the OnOrderUpdate() method is called and process them into a collection for future referencing.

 

Key concepts in this example

Monitoring stop-loss order states
Monitoring profit target order states

 

Important related documentation

IOrder
OrderState
OnOrderUpdate()
System.Collections (for ArrayList)

 

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.

 

SampleMonitorStopProfit_NT7.zip