@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Buy Order Config')
  • @lang('Max buy order')

    @lang('The maximum number of buy orders that can be placed each time. If set to 5, then 0 to 5 orders will be placed each time.')

  • @lang('Min Decrease')

    @lang('The price decrease used to calculate the order rate. For example, if the current BTC rate is $70,000 and the minimum decrease is 10%, the order price will be less than $63,000.')

    %
  • @lang('Max Decrease')

    @lang('The maximum price decrease used to calculate the order rate. For example, if the current BTC rate is $70,000 and the maximum decrease is 20%, the order price will be greater than $56,000.')

    %
  • @lang('Order Amount Range')

    @lang('This configures the range for the order amount. For example, if it is set to 10% and the minimum buy amount in the CoinPair is 100, then the order amount will be between 100 and 110.')

    %
  • @lang('Order Matching Chance')

    @lang('This defines the probability of bot orders matching with sell orders. For example, if it is set to 50% and the max buy order value is 10, then 0 to 5 orders will match with sell orders.')

    %
  • @lang('Order Matching Price Increase Up To')

    @lang('This determines the range within which orders will be matched. For example, if this value is set to 10% and the current BTC price is $70,000, then orders with rates less then or equal to $77,000 will be matched.')

    %
  • @lang('Matching with Bot')

    @lang('This determines whether the order will match with a bot or not. If set to "yes", the bot will match with another bot order. If set to "no", the bot order will only match with real user orders.')

  • @lang('Order Remains')

    @lang('This defines how many hours the bot order will stay in the system. After this period, the bot order will be deleted.')

    @lang('Hours')
@lang('Sell Order Config')
  • @lang('Max Sell Order')

    @lang('The maximum number of sell orders that can be placed each time. If set to 5, then 0 to 5 orders will be placed each time.')

  • @lang('Min Increase')

    @lang('The price increase used to calculate the order rate. For example, if the current BTC rate is $70,000 and the minimum increase is 10%, the order price will be greater than $77,000.')

    %
  • @lang('Max Increase')

    @lang('The maximum price increase used to calculate the order rate. For example, if the current BTC rate is $70,000 and the maximum increase is 20%, the order price will be less than $84,000.')

    %
  • @lang('Order Amount Range')

    @lang('This configures the range for the order amount. For example, if it is set to 10% and the minimum buy amount in the CoinPair is 100, then the order amount will be between 100 and 110.')

    %
  • @lang('Order Matching Chance')

    @lang('This defines the probability of bot orders matching with buy orders. For example, if it is set to 50% and the max sell order value is 10, then 0 to 5 orders will match with buy orders.')

    %
  • @lang('Order Matching Price Decrease Up To')

    @lang('This determines the range within which orders will be matched. For example, if this value is set to 10% and the current BTC price is $70,000, then orders with rates above or equal to $63,000 will be matched.')

    %
  • @lang('Matching with Bot')

    @lang('This determines whether the order will match with a bot or not. If set to "yes", the bot will match with another bot order. If set to "no", the bot order will only match with real user orders.')

  • @lang('Order Remains')

    @lang('This defines how many hours the bot order will stay in the system. After this period, the bot order will be deleted.')

    @lang('Hours')
@endsection @push('style') @endpush