\n
\n \n
\n\n
\n \n {{ $t('operation') }}:\n \n {{$t('buy_the_dip')}}\n \n \n {{ $t('sell_the_high') }}\n \n \n \n \n {{ $t('bought') }}\n {{ notification.amount }} {{ config.coin }}, {{ $t('watching_market') }}.\n \n \n {{ $t('sell_order_for') }}\n {{ notification.amount }} {{ config.coin }}\n {{$t('fulfilled')}}.\n {{ $t('profit_made') }}: \n \n {{\n numberWithCommas(\n (\n (notification.sellPrice - notification.buyPrice) *\n notification.amount\n ).toFixed(2)\n )\n }}\n USDT .\n \n \n
\n