Dexima ATS Web Service

Dexima ATS — is an intelligent algorithmic trading system built on the principles of data analysis, machine learning, and strict execution discipline.
The system is designed for automated trading on Forex, Crypto, and Stock markets and works with various exchanges and trading platforms.

Dexima ATS proceeds from a basic market assumption:
it is a mistake to think that tomorrow will be the same as yesterday.
Therefore, the system does not “guess the future”, but constantly adapts to changes, working with probabilities, statistics, and risk, rather than emotions or expectations.
“You never step into the same river twice.” Heraclitus, Ancient Greece

Backtester

Backtester performs testing of trading strategies on historical market data with full control of parameters: asset, balance, data depth, timeframes, number of trades, number of candles, and data source.

Its key role is hypothesis verification, not confirmation of belief in a strategy.

Backtester is based on a fundamental principle of market analysis:
to see a possible future, you need to understand what the past was like
Historical data does not repeat literally, but behavioral patterns, distributions, and market reactions — do.
“Historia magistra vitae est.” Cicero, Ancient Rome
({% trans "History is the teacher of life" %})
Backtester in Dexima ATS is a selection tool, not self-deception.

Optimizer

Optimizer is responsible for selecting optimal trading strategy parameters based on statistical methods and machine learning algorithms.

Unlike manual selection, Optimizer:
  • works with a multidimensional parameter space,
  • evaluates the strategy using risk-adjusted metrics,
  • minimizes human factor and cognitive biases.
Its goal is not maximum profit on history, but resilience to market variations.
“Measure what is measurable, and make measurable what is not.” Galileo Galilei
Optimizer is the bridge between history and execution.

Trading Bot

Trading Bot executes trading in real-time, using the optimized strategy and defined Money Management and Risk Management rules.

The key advantage of the trading bot is not speed or complexity, but:
absolute performance in the complete absence of emotions
Trading Bot:
  • does not fear a series of losses,
  • does not break rules after profitable trades,
  • does not make impulsive decisions.
“The wise man is not disturbed by things, but by his opinions about things.” Epictetus, Stoic philosophy, Ancient Rome
Algo-trading is not forecasting, but strict enforcement of the system.

LifeCycle Strategy Manager

(formerly Re-optimizer)

LifeCycle Strategy Manager — is a module for managing the trading strategy life cycle.

It performs:
  • regular re-evaluation of strategy parameters,
  • re-optimization on new market data,
  • automatic update of settings for the Trading Bot.
Its philosophical basis is simple and strict:
everything flows, everything changes
it is not the strongest or the smartest that survive, but those who can adapt
“Panta rhei.” Heraclitus, Ancient Greece
“It is not the strongest of the species that survives, but the most adaptable.” (idea attributed to) Charles Darwin
LifeCycle Strategy Manager does not try to “keep the perfect strategy”, it ensures continuous adaptation of the system to the market.
Quick start

Quick Start — is the fastest way to move from an idea to real automated trading without time-consuming strategy configuration.