Running into an unknown why the algo only takes a single trade.  Nothing is showing up in the logs.  

Ideally what I'd love to do is get a trailing stop loss that is calculated as  orderEventFillPrice - self.atr[i].Current.Value *2). Then each subsuquent day, the trailing sl would move up maintaing the distance of the previous day's high price.  

Would you place a self.Plot in the BuySignals section or the OnOrderEvent.Filled if I wanted to track the price on a graph along with the Bolinger bands?  Something like:

self.Plot("Stock Plot", "Buy", order.Price)