| Symbol | Bid | Ask |
|---|---|---|
|
@if($currency->iconExists())
{{$currency->name[0]}}
@endif
{{$currency->name}}
|
{{$currency->formatted_bid}} | {{$currency->formatted_ask}} |
| Symbol | Bid | Ask |
|---|---|---|
|
@if($currency->iconExists())
{{$currency->name[0]}}
@endif
{{$currency->name}}
|
|
|
| Symbol | Type | Volume | Open Price | Current Price | Take Profit | Stop Loss | Open Time | P/L | Action |
|---|---|---|---|---|---|---|---|---|---|
|
@if($order->currency->iconExists())
{{$order->currency->name[0]}}
@endif
{{ $order->currency->name }}
|
{{ strtoupper($order->side) }}
|
{{ $order->formatted_volume }} | {{ $order->formatted_open_price }} |
@if($order->side == 'buy')
|
@if(!$order->take_profit) @else {{ $order->formatted_take_profit }} @endif | @if(!$order->stop_loss) @else {{ $order->formatted_stop_loss }} @endif | {{ $order->created_at ? $order->created_at->format('Y-m-d H:i') : '-' }} |
|
|
| No orders found | |||||||||
| Symbol | Type | Volume | Open Price | Close Price | Take Profit | Stop Loss | Open Time | Close Time | P/L |
|---|---|---|---|---|---|---|---|---|---|
|
@if($closedOrder->currency->iconExists())
{{$closedOrder->currency->name[0]}}
@endif
{{ $closedOrder->currency->name }}
|
{{ strtoupper($closedOrder->side) }}
|
{{ $closedOrder->formatted_volume }} | {{ $closedOrder->formatted_open_price }} | {{ $closedOrder->formatted_close_price }} | {{ $closedOrder->formatted_take_profit }} | {{ $closedOrder->formatted_stop_loss }} | {{ $closedOrder->created_at ? $closedOrder->created_at->format('Y-m-d H:i') : '-' }} | {{ $closedOrder->close_time ? $closedOrder->close_time->format('Y-m-d H:i') : '-' }} | {{ $closedOrder->getFormattedPL() }} |
| No orders found | |||||||||