| TICKER {{ sortOrder === 1 ? '↑' : '↓' }} | Robot profit {{ sortOrder === 1 ? '↑' : '↓' }} | Orig profit {{ sortOrder === 1 ? '↑' : '↓' }} | Count {{ sortOrder === 1 ? '↑' : '↓' }} | Mean duration {{ sortOrder === 1 ? '↑' : '↓' }} | Last buy {{ sortOrder === 1 ? '↑' : '↓' }} | Current price {{ sortOrder === 1 ? '↑' : '↓' }} | TakeProfit {{ sortOrder === 1 ? '↑' : '↓' }} | StopLoss {{ sortOrder === 1 ? '↑' : '↓' }} | Max Drawdown {{ sortOrder === 1 ? '↑' : '↓' }} | CurrentProfit {{ sortOrder === 1 ? '↑' : '↓' }} | Last action {{ sortOrder === 1 ? '↑' : '↓' }} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ticker.name }} | {{ Math.round(ticker.eval.profit_percent*100)/100 }}% | {{ Math.round(ticker.eval.orig_profit_percent*100)/100 }}% | {{ ticker.eval.buy_count }}/{{ ticker.eval.sell_count }} | {{ formatDuration(ticker.mean_buy_duration_hours) }} | {{ Math.round(ticker.eval.last_buy_price*100)/100 }} | {{ Math.round(ticker.eval.end_price*100)/100 }} | {{ Math.round(ticker.eval.take_profit*100)/100 }}% | {{ Math.round(ticker.eval.stop_loss*100)/100 }}% | {{ ticker.eval.max_drawdown ? Math.round(ticker.eval.max_drawdown*100)/100 + "%" : "-" }} | {{ ticker.eval.buy_count > ticker.eval.sell_count ? Math.round((-100+ticker.eval.end_price/ticker.eval.last_buy_price*100)*100)/100 + "%/" + Math.round((-100+ticker.eval.end_price/ticker.eval.last_buy_min_price*100)*100)/100 + "%": ""}} | {{ ticker.age }} |
|
Last Evaluation Time:
{{ formatDateTime(ticker.eval.last_evaluation_time) }}
{{ formatDateTime(ticker.last_evaluation_time) }}
Not available
|