Open Positions

@foreach ($positions as $key => $product) @endforeach
Login ID Lot Open Price Profit Swap Symbol

{{ $product->Login ?? '' }}

{{ $product->Volume/10000 ?? '' }}

{{ $product->PriceOpen ?? '' }}

{{ $product->Profit ?? '' }}

{{ $product->Storage ?? '' }}

{{ $product->Symbol ?? '' }}