Skip to Content

v6.1.0

Backend Update

New Features:

  • Notes now include filters info.
  • Rechecking symbol list to reload when new tokens are detected.
  • Position names:
    • Static names for all positions.
    • Dynamic names based on bot group & strategy version.
  • Webhooks system to send company notifications via REST API.
  • New Settings:
    • Stop-Loss (SL) by signal.
  • New Signal: CrossLine.
  • New Indicators:
    • Mean Reversion Channel (MRC)
    • Stochastic
    • CCI
    • MFI
    • Imbalance
    • Movement

Changes:

  • Database: Unique index for trade_group by time & group to ensure unique records.
  • Line calculation enabled for all timeframes.
  • Extra orders settings now use filter detection.
  • ATH4H now uses common line retrieval logic.
  • WS messages:
    • Datetime format changed from string to UNIX number.
    • Number format changed to Decimal.
  • Simulation server is now open to everyone.
  • Strategy bot groups now include symbol_ids to display symbols for users.
  • Pro settings: TP and SL are now optional.
  • Indicator updates:
    • Added high/low properties to candles with reversal logic for shorts.
    • Added 10-period SMI.
    • Introduced IsHigh property for ZigZagTrend.
    • ZigZagTrend now uses high/low detection.

Fixes:

  • Simulation: Orders no longer created after completion
  • Loop filters: Now fetch data from loop schema.
  • OKX Leverage: Properly sets leverage for isolated single-mode.
  • Bot Lock Detection: Fixed max limit check.
  • RSI Calculation: Now uses RMA instead of SMA.

Removed:

  • Presets: Mov, FollowOut, WinDebounce.
  • Signal: WinDebounce.

Frontend Update

New Features:

  • Added name field for positions.
  • Display symbols in bot group cards to show relevant tokens.
  • Introduced 30m timeframe.
  • New Indicators:
    • Movement
    • Mean Reversion Channel (MRC)
    • MACD
    • Stochastic
    • CCI
    • MFI
    • Imbalance
  • New Signal: CrossLine
  • Company: Added new pages to manage API keys and WebHooks.

Changes:

  • Chart lines hidden (will be reimplemented later).
  • Candles now include high/low properties.
  • Improved position cards for workers, now showing created & updated times.
  • Indicators:
    • Added 10-period SMI.
    • Increased indicator precision to 12.
  • Pro settings: TP and SL are now optional.
  • Indicator selection: Now uses autocomplete.
  • Implemented a custom RSI.
  • Minimum company fee increased to 30%.

Removed:

  • Unused chart settings.
  • All presets except ath4h.
  • Signal removed: WinMoveOut.

Sign in to leave a comment
v6.0.0