Modifying target of limit order placed as part of BO - Which value to set?

rktheinvestor1
Hi,

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);

Thanks.
This discussion has been closed.