|
|
@ -580,6 +580,8 @@ export default { |
|
|
this.activeItem = item; |
|
|
this.activeItem = item; |
|
|
this.strategyForm.symbol = this.activeItem.symbol; |
|
|
this.strategyForm.symbol = this.activeItem.symbol; |
|
|
this.strategyForm.position_side = this.activeItem.side; |
|
|
this.strategyForm.position_side = this.activeItem.side; |
|
|
|
|
|
this.strategyForm.tp_trigger_price = item.tpPrice; |
|
|
|
|
|
this.strategyForm.sl_trigger_price = item.slPrice; |
|
|
$("#stoploss").modal("show"); |
|
|
$("#stoploss").modal("show"); |
|
|
}, |
|
|
}, |
|
|
stoploss() { |
|
|
stoploss() { |
|
|
|