Monitoring Stop-Loss and Profit Target Orders

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Reference Samples > Strategy >

Monitoring Stop-Loss and Profit Target Orders

Previous page Return to chapter overview Next 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

Order

OrderState

OnOrderUpdate()

System.Collections (for List<>)

 

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 Tools > Import > NinjaScript

3.Select the downloaded file

 

SampleMonitorStopProfit_NT8.zip