Blog
Background, process, and examples covering custom indicators and automated trading strategies on ATAS.
The prettier the backtest curve, the more skeptical you should be. Here's how overfitting arises, how to spot it, and how to avoid it when building a strategy.
A single imbalance is a footprint. Three on top of each other are a zone. Here's how stacked imbalances form and what actually matters when detecting them automatically.
The higher timeframe says what to trade, the lower one says when. Here's how to build that principle cleanly into an automated strategy.
Both explain why a move stalls - but for completely different reasons. Here's the difference, and what it means for detecting them automatically.
Breaking out of the trading range from the first minutes after the open - one of the best-known strategies for US futures. Here's how that becomes an automated ATAS bot.
Price makes a new high, delta doesn't confirm it - a classic early warning sign in order flow. Here's how delta divergence gets built reliably as a custom ATAS indicator.
Every ATAS indicator used to fire its own, independent alert. Webhooks now let multiple conditions combine into a single, reliable signal.
ATAS already ships with several volume profile tools. A custom variant is still often worth it - here's when and why.
A bot that only knows entries and exits but never calculates position size is incomplete. Here's how risk management gets built cleanly into an automated ATAS strategy.
Both platforms are built around order flow, but they emphasize very different things. Here's how ATAS and Bookmap actually differ - and where custom development makes sense for each.
A bot is only as reliable as the machine running it. Here's what actually matters for running an ATAS bot continuously - and when a VPS becomes necessary.
Spotting ICT concepts like Fair Value Gaps and Order Blocks by hand takes time and is error-prone. Here's how to turn them into a custom ATAS indicator that detects them automatically.
Pine Script and C# solve the same problem in fundamentally different ways. Here's what actually matters when porting a TradingView indicator to ATAS.
A trading bot alone doesn't make your trading commercial - but past a certain point, it can. Here are the criteria German tax authorities actually look at.
Both platforms let you build custom tools in C#, but they're built for different jobs. Here's how ATAS and NinjaTrader actually compare once a ready-made indicator isn't enough anymore.
A lot of failed challenge attempts come down to execution, not strategy. Here's what to check before automating one on ATAS - and what no bot can fix for you.
Many traders have a very precise idea of their ideal indicator - they just haven't found one in the store that matches it exactly. Here's how custom development works.
Executing a signal manually under time pressure is error-prone. An automated strategy follows a fixed rule set instead - here's how a bot like that comes together.
ATAS already ships with an extensive order flow toolkit. Most experienced traders still hit a wall eventually - that's exactly where the ATAS API comes in.