I am trying to figure out how to plot a sell when the stop loss sells the portfolio. It plots the sell when the indicator prompts a sell, but not when the stop loss sells. If I put the StopMarketOrder anywhere else or the  "self.Plot("Trade Plot", "Sell", data[self.Firststock].Value)" it just wants to plot useless stuff, Looking to have it plot a sell red triangle either when my indicators sells or the stop loss sells. Couldn't find any documents or previous posts showing how to do this. 

Thank you for your help