Close Trades

@if(count($positions)>0) @foreach ($positions as $key => $product) @if($product->PriceCurrent != 0) @endif @endforeach @endif
Login ID Close Price Lot Open Price Symbol Close Time

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

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

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

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

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

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