@extends('template.coin.layouts.copy2') @section('title', __('Dashboard')) @section('css') @endsection @section('content')

{{$copyTrader->name}}

STRATEGY
{{ $strategy }}
@if(strlen($copyTrader->strategy) > 700) show more @endif
BALANCE: ${{number_format($copyTrader->balance , 2, ".",",")}} LEVERAGE: ${{$copyTrader->leverage}}
OVERVIEW
AMOUNT FOLLOWING 
${{number_format($copyTrader->amount_following,2,'.',',')}}
ROI 
{{$copyTrader->roi}}%
TOTAL PROFIT 
${{number_format($copyTrader->investors_profit,2,'.',',')}}
WEEKS 
{{$copyTrader->weeks_ranking}}
INVESTORS 
{{$copyTrader->investor}}
COPIED BY REAL INVESTORS 
Yes
VIEWED 
{{number_format($copyTrader->views,0,'.',',')}} times
RECOMMENDED MIN INVESTMENT 
${{number_format($copyTrader->minimum_trade,2,'.',',')}}
LAST UPDATED 
2024/05/24 12:30
STATISTICS - 6 MONTHS
PROFIT
${{number_format($copyTrader->profit_6,2,'.',',')}}
WINNING TRADES

{{number_format($copyTrader->winning_trades_6,2,'.',',')}} ({{ceil($copyTrader->winning_trade_perc())}}%)

TRADES
{{number_format($copyTrader->trades_6,0,'.',',')}}
NECESSARY MINIMUM EQUITY
${{number_format($copyTrader->min_equity_6,0,'.',',')}}
MAX OPEN TRADES
{{number_format($copyTrader->max_trades_6,0,'.',',')}}
MAXIMUM DRAWDOWN
-{{$copyTrader->max_draw_perc_6}}%
AVG PROFIT %
{{$copyTrader->avg_profit_6}}%
AVG TRADE TIME
{{$copyTrader->avg_trade_time_6}}
@endsection @section('modals') @endsection