Trading robots and advisors
Logic, parameters, code and metrics of each advisor — together with the method of testing it before real money.
A robot does not remove risk — it merely executes given rules without emotion. So each write-up states in which conditions the algorithm degrades and which loss limits to set before launch.
ScalperX Pro
Высокочастотный скальпер на EMA-ленте с фильтром объёма и латентностью исполнения ниже 20 мс.
View the breakdown →TrendRider EA
Классический трендследящий советник на пересечении EMA50/EMA200 с ATR-трейлингом.
View the breakdown →GridMaster FX
Сеточный советник с адаптивным шагом по ATR и жёстким лимитом уровней.
View the breakdown →NewsHunter Bot
Straddle-советник, торгующий волатильность вокруг публикаций макроданных.
View the breakdown →QuantArb Engine
Триангулярный арбитражный движок с прямым доступом к нескольким площадкам.
View the breakdown →RangeBreaker
Советник пробоя диапазона открытия сессии с фильтром объёма.
View the breakdown →PairsBalancer
Статистический арбитраж пар на основе коинтеграции и z-score спреда.
View the breakdown →SafeMartin Lite
Смягчённый мартингейл с жёстким лимитом шагов и аварийной остановкой серии.
View the breakdown →MultiSignal Bot
Ансамбль из трёх независимых сигналов с голосованием и риск-паритетным весом.
View the breakdown →VWAP Reversion Bot
Внутридневной советник возврата к VWAP с тайм-стопом и фильтром волатильности.
View the breakdown →Testing advisors
Three mandatory testing stages before real money:
- Backtest — a run on historical data with realistic costs.
- Forward test — live operation on a demo account without intervention.
- Optimization — parameter tuning with a mandatory out-of-sample check against overfitting.
Common mistakes when building robots
- Overfitting parameters to a specific historical period.
- Look-ahead bias — using data in the signal that was not available at decision time.
- Ignoring costs: spread, commission, slippage.
- No limit on daily or weekly loss.