Monitoring Stop-Loss and Profit Target Orders

View as Markdown

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 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

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