{{'exchange_pro.order_type' | translate}}
{{'exchange_pro.sltp' | translate}}
{{'exchange_pro.price_tp_' | translate}}
{{number_format(to_float_number(sltp_tp_price), 'price')}}
{{'exchange_pro.price_sl_' | translate}}
{{number_format(to_float_number(sltp_sl_price), 'price')}}
{{'exchange_pro.amount' | translate}}
{{number_format(to_float_number(sltp_amount), 'volume')}} {{first_coin | uppercase}}
{{'exchange_pro.cur_price' | translate}}
{{number_format(orderbook_data.last_trades[0].price, 'price')}} {{second_coin |
uppercase}}
{{'exchange_pro.risk' | translate}} ≈
{{((to_float_number(sltp_sl_price) / orderbook_data.last_trades[0].price) - 1) * 100 |
number:3}} %
{{'exchange_pro.reward' | translate}} ≈
{{((to_float_number(sltp_tp_price) / orderbook_data.last_trades[0].price) - 1) * 100 |
number:3}} %
{{'exchange_pro.fee_tp' | translate}} ≈
( {{get_fee('sltp', 'sell')}} % ) {{number_format((to_float_number(sltp_amount)) *
(to_float_number(sltp_tp_price)) * get_fee('sltp', 'sell') / 100, 'price')}}
{{second_coin | uppercase}}
{{'exchange_pro.fee_sl' | translate}} ≈
( {{get_fee('sltp', 'sell')}} % ) {{number_format((to_float_number(sltp_amount)) *
(to_float_number(sltp_sl_price)) * get_fee('sltp', 'sell') / 100, 'price')}}
{{second_coin | uppercase}}