|
|
|
@ -46,6 +46,7 @@
|
|
|
|
json5.stringify(
|
|
|
|
json5.stringify(
|
|
|
|
{
|
|
|
|
{
|
|
|
|
...$percentFormData,
|
|
|
|
...$percentFormData,
|
|
|
|
|
|
|
|
entryPrice: '{"trigger_entry_value"}',
|
|
|
|
qtyPercent: $percentFormData.qtyPercent.toString(),
|
|
|
|
qtyPercent: $percentFormData.qtyPercent.toString(),
|
|
|
|
takeProfitPercent:
|
|
|
|
takeProfitPercent:
|
|
|
|
$percentFormData.takeProfitPercent.toString(),
|
|
|
|
$percentFormData.takeProfitPercent.toString(),
|
|
|
|
@ -296,6 +297,7 @@
|
|
|
|
<JsonView
|
|
|
|
<JsonView
|
|
|
|
json={{
|
|
|
|
json={{
|
|
|
|
...$percentFormData,
|
|
|
|
...$percentFormData,
|
|
|
|
|
|
|
|
entryPrice: '{"trigger_entry_value"}',
|
|
|
|
qtyPercent: $percentFormData.qtyPercent.toString(),
|
|
|
|
qtyPercent: $percentFormData.qtyPercent.toString(),
|
|
|
|
takeProfitPercent:
|
|
|
|
takeProfitPercent:
|
|
|
|
$percentFormData.takeProfitPercent.toString(),
|
|
|
|
$percentFormData.takeProfitPercent.toString(),
|
|
|
|
|