@extends('dashboard.user.layouts.app') @section('content')
Automate your trading strategy using intelligent bots designed to analyze markets, manage risk, and execute trades with precision.
{{ $tradeBot->description }}
@endif @if ($tradeBot->features) {{-- Features --}}Currency: {{ $tradeBot->currency->code() }}
@if ($tradeBot->parameters) @foreach ($tradeBot->parameters as $parameter) @php $parameters = explode(',', $parameter); @endphp @foreach ($parameters as $param) @if (str_contains($param, ':')) @php [$key, $value] = explode(':', $param); @endphp{{ trim(ucwords(str_replace('_', ' ', $key))) }}: {{ trim($value) }}
@endif @endforeach @endforeach @endifThere are currently no trade bots available. We’ll notify you once new bots are launched.