Create a trigger order (stop loss or take profit)
(
asset: u32,
is_buy: bool,
trigger_px: impl Into<String>,
sz: impl Into<String>,
tpsl: impl Into<String>,
is_market: bool,
)
source not stored for this graph (policy: none)