Comment on Introduction - Pi
Is there any way to incorporate stop losses in the algo?
To the best of my knowledge, the TradeScript language doesn’t tell me what orders are active and therefore I cannot get the points at which the order was placed. If it was, I would have a simple boolean expression to implement stop loss. Any ideas?