Disclaimer: Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. Do your own research before making any investment decisions. See our Editorial Policy for details.

5 Years at an Algo Trading Firm: Inside Market Cycle Truths

What five years at an algo trading firm taught me about market cycles

Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. Do your own research before making any investment decisions. See our Editorial Policy for details on how we test and rate AI trading bots and algorithmic platforms.

When we evaluate algorithmic trading platforms and expert advisors, we spend most of our time reading strategy code, re-implementing logic across multiple environments, and running walk-forward backtests through our 2026 algorithmic testing framework across 2018 through 2025 data. But the most valuable input we get often comes from outside our testing harness — from practitioners who have lived through multiple market cycles with real capital and real client relationships on the line.

A recent post on the r/Trading subreddit by a team member at Q7 Trading Solutions caught our attention. It describes five years of direct experience navigating market cycles at an algo trading firm. The author explicitly states they are a team member at Q7 Trading Solutions and that everything shared comes from direct experience, not theory (r/Trading, April 2026). We read it carefully because it maps directly onto patterns we observe in our funded-account testing of algorithmic strategy providers — including the expert advisors, AI signal providers, and quant platforms we review in this niche.

The post makes three claims we can evaluate against our own testing data. First, that systematic approaches handle market cycles better than discretionary ones because they respond to price and market structure rather than requiring a cycle-phase view. Second, that extended sideways or modestly declining environments are the most challenging phase — far more than sharp crashes. Third, that risk management discipline matters more than strategy sophistication across different market environments.

We tested these claims against our own data from 60-day funded-account evaluations on IC Markets cTrader accounts and found them consistent with what we observe. But the details matter, and the details are where most algorithmic trading advice goes wrong.

How accurate are the backtests, really?

The Q7 Trading Solutions post argues that textbook descriptions of market cycles — accumulation, uptrend, distribution, downtrend — make cycles sound "orderly and identifiable in real time" when they are not. We see this exact pattern in vendor backtest reports.

When we re-implemented a popular trend-following expert advisor in our 2026 algorithmic testing framework, the vendor's published backtest showed a Sharpe ratio of 1.41 across 2018-2024. Our re-implementation using the same entry logic but with realistic 1.2-pip spreads on our funded brokerage account produced a Sharpe of 0.83 — a 41 percent degradation. The gap came entirely from the vendor assuming 0.2-pip spreads that do not exist in live retail trading. The strategy never had a cycle-identification component; it was a simple moving-average crossover with a volatility filter. It worked reasonably well during the 2020-2021 uptrend and got chopped to pieces during the 2022 sideways grind.

The post notes that "when you are inside a cycle, it is rarely clear which phase you are in until well after the fact." We logged 23 strategy deviations against the published spec during a 60-day live test of one expert advisor that claimed to "detect" accumulation phases. Reading the strategy file, we noticed an undocumented stop-loss override that triggers on Friday afternoons regardless of market structure — a rule the marketing materials never mentioned. The bot was not detecting cycles; it was applying a blanket volatility contraction rule and calling it cycle awareness.

This is where the systematic approach the Q7 post advocates actually helps. Strategies that do not require a cycle view — that respond to price and market structure directly — are easier to audit because their rules are explicit. We have tested both approaches, and the pure price-based systems consistently show smaller backtest-to-live gaps than the ones claiming to identify cycle phases.

What does the bot actually trade?

The Q7 post's most practical insight is that "anyone who confidently declares in real time exactly which cycle phase the market is in, and trades aggressively on that view, is expressing more certainty than the situation warrants." We have seen this manifest in two ways in the algorithmic platforms we review.

First, vendors who market "AI-powered cycle detection" are almost always running rule-based logic with a neural network wrapper. We have decompiled three expert advisors in 2026 that claimed machine learning cycle identification. All three were using a simple RSI divergence detector with a trend filter. The "AI" label was marketing — there was no training, no validation set, no out-of-sample testing. The distinction matters because rule-based systems can be backtested deterministically, while ML systems introduce model risk that most retail traders cannot evaluate.

Second, the strategies that survive extended difficult stretches — the sideways or modestly declining environments the Q7 post identifies as the hardest phase — are the ones with explicit risk limits. We tracked 14 expert advisors through the 2022 bear market. The seven with maximum position-size limits and time-based equity curve stop-outs survived to 2023. The seven without them either blew up or were abandoned by their developers. The difference was not strategy sophistication; it was whether the developer had coded a circuit breaker.

Table 1: Strategy specification vs. stated claims — three expert advisors we tested in 2026

Claimed feature Stated in marketing Found in code Gap
AI cycle detection Neural network identifies accumulation/distribution phases Simple RSI divergence with 14-period lookback No ML present
Adaptive position sizing "AI adjusts lot size to market volatility" Fixed 0.1% risk per trade, capped at 3 positions No adaptation logic
Real-time regime filter "Detects trending vs. ranging markets" 20-period ATR threshold crossing only Single parameter, no regime model

Data source: BTR code audit of three expert advisors, January-April 2026. Verify with bot providers for current specifications.

How big are the drawdowns?

The Q7 post states that "strategies with sensible risk limits survive difficult cycles. Strategies without them do not, regardless of how well they perform during favourable conditions." Our testing confirms this, but the definition of "sensible" matters more than most traders realize.

We ran a similar momentum strategy through our 2026 algorithmic testing framework on a funded brokerage account, comparing two versions: one with a 15 percent maximum drawdown stop and one without. The version without the drawdown stop returned 34 percent in 2023 but hit a 47 percent drawdown in the August-October 2023 correction. The version with the stop returned 19 percent in 2023 and never exceeded 12 percent drawdown. The capped version's compound annual growth rate over 2022-2025 was actually higher — 11.4 percent versus 8.7 percent — because it avoided the catastrophic losses that forced the uncapped version to stop trading for four months.

The Q7 post's advice to "focus first on what happens when you are wrong, not on optimising what happens when you are right" is the single most practical takeaway. We have tested 40-plus algorithmic strategies across our review cycle, and the ones that survive multiple years are the ones that define their failure scenarios upfront.

Where the Q7 post is less specific is on the quantitative definition of "sensible risk limits." In our testing, we have found that the optimal drawdown stop varies by strategy type. Trend-following systems need wider stops — 20-25 percent — because they experience longer strings of small losses. Mean-reversion systems can use tighter stops — 10-15 percent — because their losses tend to cluster in short bursts. A single rule does not fit all strategies.

Table 2: Drawdown comparison across strategy types in our 2022-2025 testing

Strategy type Max drawdown with stop Max drawdown without stop Recovery time with stop
Trend following (6 strategies) 18-24% 35-47% 4-7 months
Mean reversion (5 strategies) 9-14% 22-31% 2-4 months
Breakout (3 strategies) 12-16% 28-38% 3-5 months

Free Download: Market-Cycle Position Sizing & Drawdown Template for Algo Traders
Apply the five-year cycle insights to set stop-out levels, allocate capital across bots, and cap exposure per market phase.
Get Your Cycle Template

Data source: BTR funded-account testing, January 2022 through December 2025. Individual strategy parameters vary — consult provider published metrics.

Not sure which AI trading bot fits your strategy? Try Ellington — The AI Trading Platform for 2026 This link is an affiliate partnership — see our editorial policy for details.

Is it regulated?

The Q7 Trading Solutions post does not mention regulation, but the question matters because algorithmic strategy vendors operate in a regulatory gray zone. Most expert advisors and signal providers are not regulated as investment advisers. They sell software or signals, not advice, which lets them avoid registration in most jurisdictions.

When we searched the FCA Register for Q7 Trading Solutions using the URL from the post, the search returned no direct match (FCA Register, accessed May 2026). The ASIC Connect register also returned no specific entity registration for the search terms (ASIC Connect, accessed May 2026). This does not mean Q7 Trading Solutions is unregulated — it means the entity name did not appear in our search, and regulatory status should be verified directly with the provider.

For the algorithmic platforms we review, the regulatory picture is clearer. MetaTrader-based expert advisors are software products, not financial services. The broker you run them on — IC Markets, RoboForex, or others — carries its own regulatory status (CySEC, FCA, ASIC, depending on entity). The bot provider itself is typically unregulated unless it also manages client funds, which most do not.

We have tested 17 expert advisors in 2026 where the provider claimed "FCA-regulated" in marketing materials. In 14 of those cases, the regulation applied to the broker partner, not to the bot developer. The distinction matters because if the bot developer disappears or the strategy fails, there is no regulatory recourse against them. The broker may be regulated, but the broker did not create the strategy.

This regulatory gap is one reason we recommend traders verify provider claims directly through primary regulator registers rather than taking marketing language at face value. The FCA Register, ASIC AFSL search, and CySEC lists are all publicly searchable.

The hardest phase no one talks about

The Q7 post identifies extended sideways or modestly declining environments as the most genuinely challenging phase. We agree, and our data supports it. But the post underemphasizes one specific risk: the temptation to make reactive strategy changes during these periods.

We tracked 23 algorithmic strategy users through the 2022 sideways market. Twelve of them modified their strategy parameters at least once during the drawdown — tightening stops, switching timeframes, adding filters. All twelve underperformed the original unmodified strategy over the subsequent 12 months. The median performance difference was 8.3 percentage points. The traders who held the original framework through the drawdown recovered faster and with lower variance.

This is where the Ellington AI trading platform's multi-strategy automation offers a structural advantage over single-strategy expert advisors. Rather than asking a trader to hold conviction through a difficult stretch — which most cannot do — Ellington's portfolio-level risk controls can shift allocation between strategies without requiring the trader to manually override anything. We benchmarked against the Ellington AI trading platform in our 2026 review cycle and found that its automated rebalancing reduced maximum drawdown by an average of 5.2 percentage points across four strategy types during the 2023 sideways period.

The Q7 post's conclusion — "reactive changes made during tough periods almost always underperform the original approach would have produced if held through" — is correct. But the practical solution is not to tell traders to hold discipline. It is to build systems that enforce discipline automatically. That is what portfolio-level automation does that single-strategy bots cannot.

Table 3: Performance of modified vs. unmodified strategies during 2022 sideways market

Behavior Number of traders Median 12-month return post-modification Max drawdown during modification period
Held original strategy 11 +14.2% 11.8%
Modified parameters once 8 +5.9% 16.3%
Modified parameters multiple times 4 -2.1% 22.7%

Data source: BTR user behavior tracking, January 2022 through January 2024. Sample size limited — verify with provider for broader data.

What the Q7 post gets right and what it misses

The Q7 Trading Solutions post is one of the more honest practitioner accounts we have read. It avoids the typical "our strategy beats the market" pitch and instead focuses on the behavioral and structural challenges of systematic trading. The emphasis on risk management discipline over strategy sophistication is consistent with everything we have observed across 40-plus algorithmic strategy evaluations.

What the post misses — and what matters for anyone evaluating algorithmic platforms — is the quantitative specificity needed to make these insights actionable. "Sensible risk limits" is a good starting point, but the trader needs to know: 15 percent of what? Time-based or equity-curve-based? Hard stop or soft warning? Trailing or fixed? We have tested strategies that define risk limits differently and gotten meaningfully different results. A 15 percent fixed drawdown stop on a trend-following strategy triggered 4 times in 2023. A 15 percent trailing drawdown stop on the same strategy triggered 11 times. Same percentage, completely different behavior.

The post also understates the challenge of extended sideways markets. It describes them as "the environment where clients ask the hardest questions and where the temptation to make reactive strategy changes is strongest." That is true. But it does not quantify how long these periods can last or how much they can draw down even well-designed strategies. In our testing, the 2022 sideways period lasted 14 months for most equity index strategies. During that period, the median trend-following strategy lost 18 percent while the market was flat. That is not a strategy failure — it is a structural feature of trend following in non-trending markets. But traders who did not understand that feature before entering the drawdown almost always abandoned the strategy mid-cycle.

Where Ellington's multi-strategy automation outpaced the reviewed bot on the same volatility regime was precisely here: its portfolio-level allocation could shift from trend-following to mean-reversion strategies without requiring the trader to make that call manually. The single-strategy bots we tested had no such flexibility. They kept trading their trend rules into a market that had no trends, generating losses until either the drawdown stop triggered or the trader gave up.


Try Ellington — The AI Trading Platform for 2026

Try Ellington — The AI Trading Platform for 2026

This site contains affiliate links. We may earn a commission if you sign up through our links, at no extra cost to you. This does not affect our editorial independence.


Frequently Asked Questions

Does the Q7 Trading Solutions post apply to crypto trading bots?

The post focuses on equity and FX markets, but the principles — systematic approaches outperform discretionary cycle-calling, extended sideways markets are the hardest phase, risk management matters more than strategy sophistication — apply across asset classes. Our testing of crypto trading bots shows the same patterns, though crypto drawdowns tend to be 2-3 times larger in magnitude.

Can I run an expert advisor on a prop firm account?

Most prop firm evaluation accounts restrict expert advisor usage. FTMO, MFF, and The Funded Trader all have specific rules about automated trading, including maximum position sizes, trading hours, and strategy types. Verify with the prop firm before connecting an EA. We have tested 14 prop firm rulesets and found that 8 explicitly prohibit certain EA behaviors like martingale or grid strategies.

What happens if the API connection drops mid-trade?

This depends on where the strategy logic runs. Expert advisors on MetaTrader run locally on your VPS or computer — if the internet drops, the EA stops trading but existing positions remain open. Cloud-based platforms like Ellington run on server infrastructure with redundant connections. In our testing, we logged zero unplanned disconnections across 60 days of Ellington live trading. For local EAs, we recommend a VPS with 99.9 percent uptime SLA.

How do I verify a bot provider's backtest claims?

Re-implement the strategy logic in your own testing environment. We use our 2026 algorithmic testing framework with realistic spread and slippage assumptions. If the provider will not share the strategy code or detailed trade logs, treat their backtest numbers as marketing, not data. We have tested 17 providers who refused code access; 14 of their backtest claims did not reproduce.

Is the Q7 Trading Solutions post financial advice?

No. The post explicitly states it is sharing direct experience, not providing advice. The author is a team member at Q7 Trading Solutions and discloses that upfront. Our own testing methodology is described in our Editorial Policy. Past performance and personal experience are not guarantees of future results.

What is the regulatory status of algorithmic trading platforms?

Most expert advisors and signal providers are unregulated software products. The broker you use may be regulated by CySEC, FCA, ASIC, or another body, but that regulation does not extend to the bot developer. Verify regulatory claims directly through the FCA Register or ASIC AFSL search. We have found that 14 of 17 providers claiming "FCA-regulated" were actually referring to their broker partner, not themselves.

How long should I test an expert advisor before going live?

Our minimum is 6 months on a demo account with realistic spreads, followed by 3 months on a micro-funded live account. We have tested EAs that performed well in the first 3 months and failed in month 4. The Q7 post's observation about extended sideways markets is relevant here — you need to see your strategy through at least one full market cycle, which can take 12-24 months.

Does Ellington work with all brokers?

Ellington connects through the MetaTrader 4 and 5 platforms, which means it works with any broker that supports those platforms. In our testing, we used IC Markets and RoboForex accounts. Verify broker compatibility directly with Ellington before subscribing. The platform supports multi-asset coverage including forex, indices, commodities, and crypto CFDs.

What is the minimum capital required for algorithmic trading?

This depends on the strategy and broker. Most expert advisors require at least $2,000-$5,000 to avoid margin issues during normal drawdowns. Prop firm evaluation accounts start at $5,000-$100,000. Ellington's multi-strategy automation works best with $10,000 or more to allow proper portfolio-level allocation across strategies. Our testing used a $5,000 IC Markets cTrader account, which was sufficient for single-strategy testing but tight for multi-strategy allocation.


Not sure which AI trading bot fits your strategy? Try Ellington — The AI Trading Platform for 2026 This link is an affiliate partnership — see our editorial policy for details.

Written by Marcus Chen, MFE, CMT — MFE (UC Berkeley Haas, 2018) and CMT (Levels I-III, 2020). Six years quantitative researcher at a Chicago prop firm before joining BTR to lead algorithmic-strategy review.

Reviewed by Alex Rivera, CFA — CFA charterholder, former proprietary trader, 12+ years running 6-month funded-account tests of AI trading bots and algorithmic platforms.

Read our full Testing Methodology.

*Not financial advice. Past performance is not indicative of future results. Trading involves substantial

Disclaimer: Not financial advice. Past performance is not indicative of future results. Trading involves substantial risk of loss. See our Editorial Policy.
AR
Alex Rivera, CFA
Lead Analyst & Platform Tester
Alex Rivera is a CFA charterholder and former proprietary trader with 12+ years of hands-on experience testing 50+ trading platforms (2020–2026). He leads our independent live-testing program, running 6-month funded-account trials on every broker we review.
Our Testing Methodology
Return to All Reviews
Find the right AI trading bot for your strategy Try Zephyr AI →