When modifying SL-M order of BO for setting new SL we set "params.put("trigger_price", stoploss_trigger);" + all required parameters and it works perfectly fine.
For modifying the associated LIMIT order of the BO for setting new targets, which filed should be set with new target price?
params.put("price", new_target); or params.put("trigger_price", stoploss_trigger);