At present we do not support stoploss (or take-profit) orders (please see the order API function documentation). However, it is straight-forward to simulate this behaviour. For a given asset, you need to keep track of your current price and match the stop and target levels to trigger the desired action. You can define this in a function and then call the function in the handle data to run this check at the maximum possible frequency. See here for some example (note, this is not tested yet on the new version).
Also, if you find your strategy is highly sensitive to stoploss/ take profit parameters (and you plan to use actual stoploss orders than chceking the price as above in live trading), you need to test it on higher frequency data. For minute level data, limit price behaviour can be simulated more reliably than stoploss or other highly path dependent orders.
I think I missed addressing this question before. Yes we do have a plan to introduce these directly through Blueshift APIs for live trading only (for brokers that support streaming data and order updates). However, the ETA for this is not very clear. Expect sometimes towards mid of this year perhaps. Do let us know if you have any questions.