You will notice in the code the following:
trade.Buy(price);
trade.Sell(price);
this trade, is what I call the trade manager... it handles all of the trading information, such as setting stop losses, covering shorts, taking profits, keeping track of active postions etc....
you can...