Monitoring Stop-Loss and Profit Target Orders
<< Click to Display Table of Contents >> Monitoring Stop-Loss and Profit Target Orders |
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.
•Monitoring stop-loss order states
•Monitoring profit target order states
•System.Collections (for List<>)
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