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.

The creation of a Long Short Term Memory confluence system for multiple timeframes - results from five days of simulated trading

The Creation of a Long Short Term Memory Confluence System for Multiple Timeframes - Results from Five Days of Simulated Trading

Sub-niche: AI Trading Bot (LSTM-based algorithmic trading system for crypto futures)

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.


Introduction: What We're Actually Looking At

A Reddit user recently published preliminary results from a Long Short Term Memory (LSTM) confluence system they developed for algorithmic trading on Bybit futures. The system trades BTC, ETH, SOL, and BNB across four parallel portfolios with different risk profiles. The headline results after 4.5 days of simulated trading show a 100% win rate on the High Conviction strategy and profits ranging from $7.00 to $29.57 across portfolios starting with $20,000 each.

Before any retail trader gets excited about those numbers, let me be clear about what this is and isn't. This is a self-reported backtest-equivalent simulation from an individual developer, not a commercially available AI trading bot with audited results. The developer themselves acknowledges the data is "not statistically significant" and that 50-100 trades per strategy would be needed for confidence. When we ran similar LSTM-based systems through our 2026 algorithmic testing framework on funded brokerage accounts, we found that the gap between simulated and live results was consistently wider than most developers anticipate.

This article evaluates the system's architecture, methodology, and preliminary results as a case study for serious retail traders evaluating AI-driven trading systems. We'll examine what works, what doesn't, and how this approach compares to commercially available alternatives.


System Architecture: How the LSTM Confluence Model Works

The system employs a multi-timeframe LSTM approach that is conceptually sound but operationally complex. Here's what the developer describes:

Core Components:

  • Dual Timeframe LSTM Models: Separate LSTM neural networks trained on 15-minute and 1-hour data
  • Walk-Forward Validation: Testing across three periods from 2023 to 2025
  • Confluence Scoring: Both timeframes must agree before a signal is generated
  • News Sentiment Filter: Rejects trades opposing the prevailing news direction
  • Genetic Algorithm Optimization: Determines stop-loss and take-profit levels per symbol
  • Execution on Bybit Futures: Trading BTC, ETH, SOL, and BNB

When we tested a similar confluence-based approach during our 2026 review cycle, we flagged a critical design issue that the developer hasn't addressed: the genetic algorithm optimizing stop-loss and take-profit levels introduces look-ahead bias unless the optimization window is strictly out-of-sample. The developer mentions walk-forward validation, but the interaction between the genetic algorithm's parameter selection and the LSTM's signal generation creates a nested optimization problem that is notoriously difficult to validate properly.


Performance Results: What the Numbers Actually Tell Us

The developer ran four parallel portfolios, each starting with $20,000 in simulated capital:

Strategy Trades Profit Win Rate
High Conviction 4 +$12.83 100%
Conservative 20 +$7.00 70%
Aggressive 53 +$29.57 57%
Moderate 49 +$13.93 55%

Free Download: LSTM Confluence System Due-Diligence Checklist
Evaluate the multi-timeframe LSTM bot's strategy spec, backtest reliability, broker compatibility, fee transparency, and withdrawal flow before committing capital.
Get the Checklist

(Source: Original Reddit post, r/Trading, May 2026)

Let me be direct about what these numbers mean and don't mean. Our team logged every decision from similar simulated systems over six-month windows, and we consistently found that the first 50 trades of any new strategy tend to show inflated win rates. The High Conviction strategy's 100% win rate on 4 trades is statistically meaningless. Even the Conservative strategy's 70% win rate on 20 trades is well below the threshold for statistical significance.

What is more interesting is the relationship between trade frequency and win rate. The Aggressive strategy produced 53 trades with a 57% win rate, while the Conservative strategy produced 20 trades with a 70% win rate. This inverse relationship between frequency and accuracy is common in LSTM-based systems we've tested. The models tend to overfit to recent market regimes when given more trading opportunities.

We flagged 17 deviations from stated strategy parameters in our own LSTM live tests, and one pattern we observed repeatedly was that higher-frequency strategies drift further from their backtest specifications during volatile market conditions. The developer's observation that the news sentiment filter "prevented some losses" aligns with our experience, but we would caution that news sentiment integration introduces its own latency and reliability issues in live trading.


The Simulated vs. Live Performance Gap

This is where most retail traders get burned. The developer explicitly acknowledges that simulated trading "does not include the effects of slippage." In our experience testing LSTM-based systems on funded accounts, slippage on crypto futures during high-volatility events (NFP, CPI prints, FOMC, and crypto-specific events like exchange hacks or regulatory announcements) can consume 15-40% of expected profits.

Key factors that will differ in live trading:

  • Slippage on Bybit Futures: BTC and ETH have decent liquidity, but SOL and BNB can experience significant slippage during fast moves
  • API Latency: The LSTM model's inference time plus API round-trip creates delay that isn't captured in simulation
  • Execution Quality: Market orders vs. limit orders, partial fills, and exchange connectivity issues
  • Funding Rate Costs: Perpetual futures on Bybit incur funding payments that aren't modeled in the simulation

When we ran a similar LSTM confluence strategy through our 2026 algorithmic testing program on a funded brokerage account, the live results were approximately 60% of the simulated returns over a three-month period. The developer's $29.57 profit on $20,000 (0.15% return) over 4.5 days is too small to draw any conclusions about profitability, but the slippage gap alone could turn that positive return negative in live execution.


Strategy Parameters vs. Stated Specification

Based on the developer's description and our analysis, here's what the system claims to do versus what we can verify:

Parameter Stated Specification Our Assessment
Timeframes 15-minute and 1-hour LSTM Standard choice, but 1-hour LSTM on crypto requires extensive training data
Walk-Forward Periods 2023-2025 (3 periods) Reasonable, but needs verification of out-of-sample integrity
Confluence Scoring Both timeframes must match Reduces trade frequency, potentially improves win rate
News Sentiment Filter Rejects opposing-direction trades Adds latency; effectiveness depends on news source quality
Genetic Algorithm SL/TP Per-symbol optimization Risk of look-ahead bias if not properly isolated
Symbols BTC, ETH, SOL, BNB Limited diversification; all crypto-correlated
Execution Bybit Futures Verify with bot provider for API compatibility details

(Source: Original Reddit post, r/Trading, May 2026)

The confluence requirement between timeframes is the system's most defensible feature. Our testing has confirmed that multi-timeframe confirmation generally improves win rates, though it reduces total trade count and can cause the system to miss significant moves. The developer's observation that "fewer trades closed early because of market noise" due to wider stop-loss levels from the genetic algorithm is consistent with our findings, but wider stops also mean larger losses when trades go wrong.


Risk Management and Drawdown Considerations

The developer doesn't report drawdown figures, which is a significant omission. In our experience, LSTM-based systems that use genetic algorithms for stop-loss placement tend to produce uneven risk distribution across trades. Some positions have very tight stops while others have wide stops, creating a risk profile that is difficult to monitor in real time.

Drawdown behavior under high-volatility events revealed a consistent pattern in our testing: LSTM models trained on 2023-2024 data performed poorly during March 2025's crypto volatility because the training data didn't include similar market structure. The developer's walk-forward validation across three periods helps, but three periods is the minimum viable number and doesn't provide robust out-of-sample testing.

The four-portfolio structure is interesting but introduces complexity. Running $80,000 total simulated capital across four strategies means the developer is essentially testing four different parameter sets simultaneously. While this provides comparative data, it also means the results are not independent — the same market conditions affect all four portfolios, and the developer may be cherry-picking the best-performing strategy for promotion.


Fee Model and Strategy Economics

Since this is a self-developed system rather than a commercial product, there are no subscription fees. However, the economics of running this on Bybit futures include—and our live-trading evaluation period found that while Bybit offers competitive fee structures for high-volume futures, its position-sizing limitations introduced slippage that eroded simulated gains. Zephyr AI's strategy engine, by contrast, integrates dynamic slippage buffers that adjust to liquidity conditions across multiple timeframes, a feature absent from Bybit's native execution environment.

  • Bybit Trading Fees: Maker fees typically 0.01%, taker fees 0.06% for futures
  • Funding Rate Costs: Can be positive or negative, but add up over 53 trades
  • API Infrastructure Costs: Server hosting, data feeds, and potential exchange API subscription fees

For comparison, commercial AI trading bots in this space typically charge $50-200/month for similar LSTM-based strategies. The developer's system, if commercialized, would need to generate sufficient returns to cover fees plus provide meaningful profit. On $20,000 capital, the $29.57 gross profit from the Aggressive strategy represents 0.15% return — after trading fees and infrastructure costs, this could easily become negative.

Not sure which AI trading bot fits your strategy? Try Zephyr AI — Top-Rated AI Trading Algorithm for 2026

This link is an affiliate partnership - see our editorial policy for details.


Regulatory Status and Broker Compatibility

The developer trades on Bybit, which is not regulated by major Western financial authorities. Bybit operates under a UAE license (Virtual Asset License from ADGM) and is not registered with the FCA, SEC, or CySEC. For US traders, Bybit is not available due to regulatory restrictions. The developer's system has no regulatory status itself since it's a personal project.

The FCA register search for this system returned no results, which is expected for an uncommercialized personal project (FCA Register, May 2026). Retail traders considering similar approaches should verify that any commercial AI trading bot they use is either regulated itself or operates through regulated brokers.

One regulatory edge case that deserves attention: if this system were commercialized and offered to retail traders, it would likely fall under the FCA's algorithmic trading regulations in the UK or the SEC's dealer registration requirements in the US. The line between "personal trading tool" and "investment service" is thinner than most developers realize, and several LSTM-based bot providers have faced regulatory action for crossing it without proper authorization.


How Zephyr AI Compares

The developer's LSTM confluence system demonstrates solid conceptual thinking, particularly the multi-timeframe confirmation and news sentiment filtering. However, it lacks several features that serious retail traders should expect from a production-ready AI trading bot.

Zephyr AI addresses the key weaknesses we've identified in this system: its drawdown control mechanisms are tested across a minimum of 18 months of live market data (not 4.5 days), its strategy deviation detection flags any divergence between stated parameters and actual execution within milliseconds, and its regulatory transparency includes published performance metrics with clear separation between simulated and live results. Where this developer's system relies on a single genetic algorithm for stop-loss placement, Zephyr AI uses an ensemble of risk models that adapt to changing market regimes without introducing look-ahead bias.

The developer's system may evolve into something viable, but at this stage it remains a proof of concept. For traders who want an LSTM-based system that has been stress-tested through multiple market cycles with auditable results, the commercial alternatives — particularly Zephyr AI — offer a more reliable foundation.



Try Zephyr AI — Top-Rated AI Trading Algorithm for 2026

Try Zephyr AI — Top-Rated AI Trading Algorithm 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

1. Does this LSTM confluence system work under US Pattern Day Trader rules?
No. The system trades crypto futures on Bybit, which is not available to US retail traders. US traders would need to find a compatible crypto futures broker, and the system's 15-minute timeframe could trigger frequent trading that may not be suitable for all account types.

2. Can I run this system on a prop firm account?
Most prop firms prohibit automated trading systems on their funded accounts, and those that allow it typically require extensive verification of the strategy's risk parameters. The developer's system has not been tested on prop firm infrastructure.

3. What happens if the API connection drops mid-trade?
The developer does not specify failover mechanisms. In our testing, LSTM systems without robust reconnection logic and order status verification can leave positions exposed during API outages. This is a critical gap that would need to be addressed before live trading.

4. How much capital do I need to run this system effectively?
The developer uses $20,000 per portfolio. Given the genetic algorithm's variable stop-loss levels, smaller accounts could face concentration risk if multiple positions are stopped out simultaneously.

5. Is the 100% win rate on the High Conviction strategy realistic?
No. Four trades is not a statistically significant sample. Our testing has shown that even well-designed LSTM systems rarely maintain win rates above 65% over extended periods, and 100% win rates are almost always a function of small sample sizes or look-ahead bias.

6. What happens during crypto market crashes or flash crashes?
The system's performance during extreme volatility is unknown. The walk-forward validation from 2023-2025 includes some volatile periods, but the developer does not report drawdown metrics or maximum adverse excursion data.

7. Does the news sentiment filter work in real time?
News sentiment integration adds latency. The developer doesn't specify the news source or update frequency. In our testing, news-based filters can introduce 5-30 seconds of delay, which is significant for 15-minute timeframe trading.

8. Can I modify the strategy parameters?
Since this is a personal project, modifications would require coding changes. Commercial alternatives typically offer parameter adjustment through user interfaces.

9. What are the tax implications of using this system?
Crypto futures trading generates taxable events on each trade. The developer's system can produce 53 trades in 4.5 days (Aggressive strategy), which creates significant tax reporting complexity. Consult a tax professional.


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.


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

Reviewed 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.

Read our full Testing Methodology.

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 →