r/algotradingcrypto

I built a multi ai trading agent that writes a thesis before every trade, argues with itself during the trade, and grades itself when it's over
▲ 8 r/algotradingcrypto+1 crossposts

I built a multi ai trading agent that writes a thesis before every trade, argues with itself during the trade, and grades itself when it's over

Most bots fire signals based on a crossing of lines or a threshold hit. They don't know *why* they entered — they just did.

I took a different approach. Every trade starts with a written thesis from the AI agent:

> *"MARKET CONTEXT: BIP-20DEC30-CDE is trading at $68,700 in clear price discovery above Macro POC ($63,994.60); 6H Macro Tide (+575,192.53) and 1H Macro Trend (+501,316.74) demonstrate dominant institutional spot and futures buyer aggression; order book reflects sustained bullish asymmetry (3,362 immediate / 39,404 deep bids vs 2,658 / 25,213 asks) reinforced by primary bid wall at $68,550 (3,034 contracts); Open Interest is expanding robustly at 220,248 with balanced 8.76% annualized funding.

| ALPHA THESIS: Uncontested multi-timeframe CVD momentum combined with thick passive bid absorption provides high-velocity continuation setup; executing momentum market buy with 2.5x 1H ATR ($523.93) downside insulation and targeting 4.5x 1H ATR expansion into overhead liquidity voids.

| EXIT CONDITIONS: Hard invalidation stop at $67,390.17; take profit target at $71,057.69 (R:R 1.80:1); trailing stop tripwire activated upon +0.8% advance with 0.25% trail step."*

Original Working Thesis

That thesis is attached to the trade. It's not just a log entry — it's the framework WATCHDOG uses to manage the position.

**Here's what happens while the trade is open:**

The AI that manages risk (WATCHDOG) reads the original thesis and checks: *"Is the market still behaving the way the thesis predicted?"*

Gemini 3.7 Flash analyzing current open trade and thesis

If BTC drops but the macro structure is intact → WATCHDOG holds position.

Active trade that the agent decides to HOLD

If the regime flips from expansion to distribution → WATCHDOG exits regardless of price.

**When the trade closes:**

The system runs an autopsy. Did the thesis predict correctly? Was the lesson learned worth remembering? The result gets scored across 6 factors — recency, PnL impact, regime match, and crucially, a **+50% loss bonus** so bad trades are weighted heavier in memory.

Post Mortem after every closed trade dissected and saved to core memory on next signal

**The loop:**

Signal → AI writes thesis → Trade executes with thesis →

WATCHDOG manages against thesis → Trade closes →

Autopsy grades thesis → Core memory stores lesson →

Next signal: AI reads past lessons before writing new thesis

| Feature | Most bots | This system |

| Entry reason | Lines crossed | Written thesis from AI |

| Trade management | Hard TP/SL | Thesis-aware risk management |

| Post-trade | Nothing | Autopsy + scored memory |

| Next trade | Same as last | Informed by past lessons |

Most platforms do ONE piece of this. This does the whole loop.

u/andrew363601 — 15 hours ago

For people whose crypto bot looked profitable in backtesting but didn't live — where did the money actually disappear?

​

I'm curious specifically about people who have taken an automated crypto strategy from backtest to paper or shadow testing to live.

What ended up being the biggest difference?

Fees or slippage? Fill assumptions? Partial fills? Strategy decay? Overfitting? Different market regimes? Exchange or API issues? Or something you didn't even think to measure beforehand?

I'm especially interested in cases where the signals themselves still looked decent, but the actual account P&L told a different story.

What finally helped you figure out where the edge was leaking?

reddit.com
u/Bonkers24-7 — 17 hours ago

how do you force risk discipline into an automated system?

https://preview.redd.it/8ynp7pd42ckh1.png?width=1906&format=png&auto=webp&s=5548f77bcdfbf78b0657a9e554d9aa5f6537cc05

been building an automated system for crypto and the thing i obsess over isn't the entries, it's stopping it (and me) from doing something stupid. curious how others here handle it.

what i do right now:

- every trade gets a stop attached with the entry, no way to skip it

- leverage hard-capped low, can't crank it

- position sized so one loss is only a small fixed slice of the account

- a consensus step that throws out weak/conflicting setups — it's out of the market more than it's in it

my thinking is most blowups aren't bad entries, they're no stop + too much size + overtrading. i'd rather leave money on the table than let it (or me) run wild.

how do you all enforce discipline in your own bots — hard-code the risk limits, or leave them adjustable? and does rejecting most signals hurt you or save you?

reddit.com
u/DifficultyOwn3050 — 22 hours ago
▲ 70 r/algotradingcrypto+1 crossposts

One month ago I posted about building my quantitative trading engine. Here are the 30-day live results ($94,840 - $99,468).

A month ago, I shared an initial overview of the quantitative engine I've been building (Archon/Vortex stack). The main feedback was clear: stop talking about lines of code or architecture and show actual, live performance.

Source (excl. tests): 858 files — ~198k non-blank lines
Tests: 301 files — ~61k non-blank linesSource (excl. tests): 858 files — ~198k non-blank lines
Tests: 301 files — ~61k non-blank lines

Here are the 30-day live trading results on Alpaca from July 14 to August 16:

  • Starting Portfolio Value: $94,840.00
  • Current Portfolio Value: $99,468.84
  • Net Realized Gain: +$4,628.84 (+4.88%)
  • Asset Focus: Liquid large-cap equities (e.g., INTC blocks)
  • Execution Model: Automated entry/exit routing with strict local risk limits and automated fail-safes.

What Changed & How It's Operating:

  • Execution over Theory: All trades shown are executed live via broker API handshakes, factoring in all real fees and slippage.
  • Strict Risk Budgeting: Maximum Adverse Excursion (MAE) circuit breakers prevent runaway drawdowns on volatile opens.
  • Local Footprint: The execution layer runs fully locally (under 500 MB RAM), keeping operational and cloud infrastructure overhead at zero.
Date Fills Round Trips Avg Edge/sh Fees Rejections Maker % Daily Realized PnL Portfolio NAV
2026-07-10 4 1 +0.00006 $0.01 64 100% +$0.00 $94,840.00
2026-07-13 0 0 +0.00000 $0.00 900 0% +$0.00 $94,840.00
2026-07-14 26 6 +0.00196 $0.02 1,975 100% +$2.10 $94,842.10
2026-07-15 137 24 +0.00321 $0.68 17,205 100% +$13.20 $94,855.30
2026-07-16 138 26 +0.00296 $0.65 15,852 100% +$13.20 $94,868.50
2026-07-17 55 12 +0.00183 $0.26 20,383 100% +$3.70 $94,872.20
2026-07-20 67 17 +0.00214 $0.36 13,390 100% +$6.20 $94,878.40
2026-07-21 60 13 +0.00171 $0.29 19,481 100% +$3.70 $94,882.10
2026-07-22 104 23 +0.00334 $0.43 19,022 100% +$13.40 $94,895.50
2026-07-23 220 33 +0.00338 $3.60 11,769 100% +$16.50 $94,912.00
2026-07-24 131 23 +0.13736 $0.67 12,375 100% +$568.00 $95,480.00
2026-07-26 0 0 +0.00000 $0.00 45 0% +$0.00 $95,480.00
2026-07-27 774 157 +0.03696 $4.59 8,800 100% +$1,040.00 $96,520.00
2026-07-28 602 133 +0.01223 $2.76 8,656 100% +$290.00 $96,810.00
2026-07-29 507 119 +0.01370 $3.41 10,174 100% +$290.00 $97,100.00
2026-07-30 771 160 +0.00844 $2.98 10,245 100% +$240.00 $97,340.00
2026-07-31 860 177 +0.00576 $3.59 8,881 100% +$180.00 $97,520.00
2026-08-03 720 139 +0.00174 $3.59 6,547 100% +$40.00 $97,560.00
2026-08-04 785 172 +0.00528 $3.62 8,154 100% +$160.00 $97,720.00
2026-08-05 658 136 +0.01074 $2.91 18,262 100% +$260.00 $97,980.00
2026-08-06 838 174 +0.01194 $3.81 7,395 100% +$370.00 $98,350.00
2026-08-07 206 41 +0.00824 $0.81 1,363 100% +$60.00 $98,410.00
2026-08-10 643 128 +0.01361 $3.64 11,578 100% +$310.00 $98,720.00
2026-08-11 877 174 +0.01067 $4.18 16,122 100% +$330.00 $99,050.00
2026-08-12 0 0 +0.00000 $0.00 0 0% +$0.00 $99,050.00
2026-08-13 707 163 +0.00797 $3.74 7,297 100% +$230.00 $99,280.00
2026-08-14 788 167 +0.00641 $3.82 15,228 100% +$188.84 $99,468.84
u/_Dopaminefiends_ — 4 days ago
▲ 17 r/algotradingcrypto+2 crossposts

Ghost AI trading bot on telegram

It’s is a 100% scam new it was 2 good to be true but tried it anyways. It will let u pull out 10 bucks but when u get to withdraw a big amount they will shut your account down! The set up is a really great idea and would be nice if it wasn’t a scam. Remember bots you have to plug into your broker not use on tele. Some are real like Trojan bonk bot and so on but this shit is just one big as scam and there lil audit they show all bs that’s one of the things that help me fall for it and I got 3 other people to join with me then felt horrible cause I had got them into a scam smh there is a real ghost bot a guy name Aaron made that u can get and that’s the one ima try here soon!

reddit.com
u/Godmx — 3 days ago

Quant trader looking for $25k capital partner — live-tested systematic alphas

I’ve developed several systematic trading strategies that have been tested, in addition to extensive backtesting.

Current results vary by strategy, asset class and parameter configuration, but some setups have historically produced 70–90% win rates with attractive risk-adjusted returns.

I’m now looking to scale the strategies with external capital.

What I’m looking for:

- Approximately $50k starting capital ( can start with small capital like 500$ too)

- Someone genuinely interested in systematic/algorithmic trading

- Preferably someone who understands that trading returns are variable and not guaranteed

- Open to discussing a performance-based profit-sharing structure

The research is currently confidential because I’m considering either keeping the strategies proprietary or eventually publishing the research as an academic paper.

I can provide more detailed performance information privately, including:

- Live trading results

- Backtest methodology

- Sharpe / Sortino

- Maximum drawdown

- Trade count

- Exposure and leverage

- Asset classes traded

- Transaction costs/slippage assumptions

- Out-of-sample performance

I’m not claiming that 5% per month is guaranteed. The objective is to deploy capital into strategies that have already demonstrated profitability and see whether the edge scales.

If you have around $50k available for systematic trading and are interested in evaluating the strategy, DM me.

Serious inquiries only. I’m happy to provide verifiable performance information before discussing capital.

reddit.com
u/RideOpsX — 5 days ago
▲ 4 r/algotradingcrypto+3 crossposts

I built a no-code strategy builder with backtesting—looking for feedback from traders

After months of development, I’ve added a visual no-code strategy builder to CoreCandle. It’s already working in beta.
Instead of writing Pine Script or MQL, you build strategies by connecting conditions visually, then backtest them on historical market data.
Current beta features include:
Visual no-code strategy builder
Historical backtesting
Backtest data sourced directly from MetaTrader 5 (MT5) or imported from CSV files
Multiple technical indicators
Configurable entry and exit conditions
Performance statistics after each backtest
I’m looking for feedback from traders and strategy developers before the public release.
Some questions:
Is MT5 and CSV import enough for your backtesting workflow, or would you want additional data sources?
What feature would make you switch from Pine Script or MQL?
What’s missing from current no-code strategy builders?
What would you test first if you had access?
Constructive feedback is appreciated. My goal is to make strategy development accessible to traders who don’t want to write code.

u/Defiant_Outcome_570 — 5 days ago

Btc, Eth, Sol, XRP 15mn tool

Built a tool with so far a 51-54% win rate on btc and eth 15mn. And 60-65% win rate on SOL which seems to be the highest at the moment. XRP is 48-50% and so far the worse performance.

Looking for some legitimate ideas on building a community around it and also wondering the impact it may have since those 15mn books are thin most times. Like wouldn't publicizing the tool ruin the edge?

And for context, i auto execute market maker orders and some days the fill rate is under 50%. And the unfilled orders have a 70% win rate but have difficulty getting filled.

Edit: Market Maker orders are placed at 0.40-0.60. Average RR 2:1

reddit.com
u/Ill-Fly-2027 — 6 days ago
▲ 10 r/algotradingcrypto+2 crossposts

POSITIVE MATHEMATICAL EXPECTANCY DESPITE A 35.9% WIN RATE

One of the metrics I consider most relevant when evaluating a systematic strategy is mathematical expectancy (Expected Value / EV).

In trading, it is quite common to use the win rate as an initial measure of a strategy’s quality. However, the percentage of winning trades by itself tells us very little about its expected profitability.

A strategy can have a high win rate and still have negative mathematical expectancy. Likewise, a strategy with a relatively low win rate can have a positive expectancy.

Mathematical expectancy aims to quantify the average expected outcome per trade if a strategy were executed a sufficiently large number of times under comparable conditions.

In simplified terms:

EV = (P(win) × Avg. Win) − (P(loss) × Avg. Loss)

To make this more tangible, rather than keeping it purely theoretical, I wanted to show it using a real backtest example.

At first glance, there is one number that immediately stands out: only 35.92% of the trades were winners, while 64.08% were losers.

If we only looked at the win rate, we could quickly conclude that the strategy does not work. However, once we take the average size of the winning and losing trades into account, the picture changes.

The average winning trade was 2,756.75, while the average losing trade was 1,082.42.

In other words, the winning trades were, on average, considerably larger than the losing trades. The report shows an Expected Payoff of 1.43, indicating a positive expected value per trade within this backtest.

And this is, in my opinion, one of the most interesting aspects of quantitative analysis:

A strategy does not need to win the majority of its trades to have positive expectancy.

The win rate is only one part of the distribution of outcomes. To properly evaluate a strategy, we need to consider the win rate, average win, average loss, number of observations, and the stability of the results together.

Of course, a positive Expected Payoff in a backtest is not enough to conclude that a strategy has a robust statistical edge. We would still need to analyze factors such as the period tested, out-of-sample data, overfitting, execution costs, slippage, parameter stability, and how the strategy behaves under different market conditions.

u/Opening-Row7409 — 10 days ago
▲ 2 r/algotradingcrypto+2 crossposts

Remember my post about 4 years of blown challenges? Here's the next chapter: my bots now trade it, live, in public

Hey everyone,

A while back I posted 4 years, dozens of blown challenges, and what I learned, about the long road of failing prop challenges and what it taught me.

This is the follow-up. Since then, I went all-in on automation: my strategies now run as bots on CME index futures, and I decided to make the journey public, live on my website: chartpulses

What I' sharing:

- 8 strategy instances across 2 accounts, each shown as a ring moving through its lifecycle: WATCHING → ORDERS → POSITION → TRAILING → EXIT

- Realized P&L for the day, per strategy and per account

- Progress gauges toward the +$9,000 target on two 150k evaluation accounts

- A timeline of today's closed trades, plus the day's schedule (high-impact news windows where the bots pause entries, session open/close)

- Updates every 5 seconds during the session

To be 100% clear about what this is and isn't:

- I'm not selling anything. No course, no signals, no Discord, no affiliate links. There isn't even a login on the site.

- I'm not revealing the strategy. Order levels, position sizes and direction are never published , only the stage each bot is in and the realized results.

- This is just the public journal of the next chapter: after blowing challenges manually for years, I want to see in the open whether disciplined automation does better. Some days are green, some are red, and the page shows both.

I built this mostly to keep myself honest. It's easy to remember the good days and forget the bad ones when nobody's watching.

Happy to answer questions about the general approach (infrastructure, risk guards, how the bots handle news windows, why they go flat before the close, etc.) just not the entry logic itself.

Not financial advice, obviously

reddit.com
u/shinobynakamura — 8 days ago
▲ 5 r/algotradingcrypto+4 crossposts

I’ve been building a Market Intelligence engine for traders and would love some honest feedback

I’ve spent the past several months building a proprietary Market Intelligence (MI) engine for my trading platform.
Rather than generating opinions like a chatbot, the engine combines multiple market factors into a probability-based assessment. It continuously evaluates historical outcomes and adjusts the weighting of different signals based on how accurately they aligned with actual market behavior.
It currently analyzes factors such as:
Trend
Momentum
Volume
Support & resistance
Chart patterns
Multi-timeframe alignment
Economic events
The goal isn’t to replace a trader’s judgment, but to provide a concise view of market conditions, confidence, and risk before making a decision.
I’m still validating and improving the engine, so I’d really appreciate feedback from experienced traders.
What would you want a tool like this to show?
What would make you trust it?
What would make it genuinely useful instead of just another indicator?
I’m happy to answer questions about the design and validation process.

u/Defiant_Outcome_570 — 9 days ago
▲ 1 r/algotradingcrypto+1 crossposts

We just validated a 5-candle AI forecaster for BTC, C1–C5 accuracy, Kronos foundation model, live in shadow mode. Here's how it works.

Been building this for a while. Wanted to share something that's finally live and producing real numbers.

We're running an AI forecaster called Oracle Lens inside SHIU AI that predicts the next five 1-hour Bitcoin candles before they happen. Not a fancy drawing tool. Not a moving average with extra steps. A genuine 5-candle forward projection, validated on chronological unseen data.

The Core Engine: Kronos

The model is built on Kronos — the first open-source foundation model for financial candlesticks (K-lines) . It was trained on data from over 45 global exchanges and is specifically designed to understand price action patterns across timeframes . The live demo for BTC/USDT is public: https://shiyu-coder.github.io/Kronos-demo/

Kronos takes 48 hours of 1‑hour candles as context and projects the next five hourly candles. Instead of forcing a simple up/down label on every candle, we:

· Label a candle BULL only if (Close - Open) / Open > 0.05%
· Label it BEAR only if (Close - Open) / Open < -0.05%
· Treat moves inside ±0.05% as DOJI / NOISE and exclude them from training

This stops the model from hallucinating direction on flat or sideways candles.

The Architecture: We built five separate classifiers — one for each future candle (C1 through C5):

· C1 = the next hour
· C2 = the hour after that
· …all the way to C5 = five hours out

Each classifier is an XGBoost model trained on Kronos's 832‑dimensional context vectors. We used:

· Walk‑forward chronological validation (no leakage)
· Early stopping on validation data
· Probability calibration on a separate calibration set
· Strict separation between training, validation, calibration, and test data

The full pipeline is leak‑free and evaluated on data the model had never seen.

The Numbers: After validation, we ran the final evaluation on an untouched 493‑sample test period. The directional accuracies came back as:

Candle Accuracy
C1 (next hour) 58.62%
C2 57.61%
C3 58.01%
C4 61.46%
C5 53.96%

For context, the baseline directional accuracy of the raw Kronos model on the same test window was 26.92% (C1). So the classifier layer is a meaningful improvement — and it's now live in shadow mode.

What "Shadow Mode" Means

The classifiers are running live, but they are not changing the candle directions shown in the UI. The live directions still come from Kronos‑base. The classifier layer is currently observing and providing confidence scores.

To move from shadow mode to fully live direction control, we need:

· Consistent live performance over time
· Stable confidence calibration
· No regression in the next validation cycle

Why This Matters

Most crypto "AI" tools are just repackaged technical indicators with a marketing spin. This one is different:

· Based on a verified foundation model trained on 45+ exchanges
· Validated on chronological unseen data (no leakage)
· Uses five separate XGBoost classifiers with early stopping and calibration
· Passed regression tests (2/2) and is deployed at checkpoint 7e5fabe2
· Live service is healthy with no training jobs running

We're not claiming 80%+ accuracy. That's not how directional forecasting works in crypto, most academic papers on Bitcoin price direction using ML land in the 54–58% range . 58–61% on the first few candles is solid and tradeable if the risk management is right.

If you're curious to see it in action, the Oracle Lens is live inside SHIU AI. Happy to answer questions about the architecture, the validation methodology, or the shadow‑mode rollout.

reddit.com
u/AdhesivenessNo1241 — 8 days ago

Complete beginner here. Is it even worth trying to build a crypto trading bot, and where should I look first?

Hey everyone,
I am completely new to algorithmic trading and want to start my journey. My goal is to eventually build a crypto trading bot, but I am starting completely from scratch.
Before I dive in too deep, I wanted to ask the experienced people here for some honest advice so I don't go down the wrong path.

Is it even worth trying? For a solo beginner, is it realistic to build something that actually works and survives, or is the market just too tough and dominated by big players now?

What direction should I look into? What concepts or approaches should I focus on to actually understand how algorithmic trading works?

Where should I start? Are there any specific books, courses, or resources that you consider a "must-read" for building the right foundations?

What are the biggest mistakes you see beginners make?

I am not looking for a "get rich quick" strategy, I just want a reality check and to learn the right way. Any advice or roadmaps would be greatly appreciated! Thanks!

reddit.com
u/IvanKepchik — 11 days ago
▲ 22 r/algotradingcrypto+1 crossposts

I Built a Crypto Strategy SHITCOINER - currently in production on very large capital.

BACKGROUND

I’m a Python programmer by profession. Eight years ago, I quit my job and started building crypto arbitrage bots. In the beginning, even the most primitive script running across exchanges could be profitable. Then the market became increasingly professional, and I had to look for more and more complicated and sophisticated algorithms.

About a year ago, I shut down all my arbitrage bots because they simply stopped working, and I was no longer able to come up with anything new. I did make good money from them, though, and essentially without taking much risk (delta-neutral arbitrage).

I started looking for a different approach, this time with actual market risk on perps. I combined several ideas that had occurred to me over the years.

I should point out upfront that I don’t use, or even believe in, technical analysis - especially when it comes to crypto.

EDGE

The main thesis behind the strategy is that ~100% of tokens are shitcoins with no fundamental value beyond speculation, driven almost entirely by retail greed.

Over the long term, every shitcoin will lose most of its ATH - it’s simply a matter of time. The downward gravitational force on price is further amplified by continuous inflation (emissions, unlocks) and market dilution from constantly listing new shitcoins.

ALGORITHM

In very simple terms, we take the top 50–200 tokens by market cap, with a primitive filter requiring them to be at least 1.5 years old. The goal is to minimize the risk of a speculative 10x–50x pump in a newly launched asset.

The position is built using limit SELL orders, but the grid is dynamic and designed to target mean reversion.

Each token has a predefined maximum dollar position size up to which the strategy is allowed to average in. During each loop cycle (typically every 1–2 hours), the algorithm places a SELL order for each token representing a fraction of its target position size.

Typically, we place the order at a price 3–6% above the current market price. If the order doesn’t fill, it is cancelled during the next cycle and replaced based on the current market price and current total equity.

In other words, we are trying to capture local spikes and betting on a retracement.

The basket of shitcoin shorts is hedged with a BTC long at roughly a 1:1 ratio. The BTC long is primarily there to maximize margin efficiency and mitigate the effects of altseasons.

Profit is realized gradually whenever reducing the token position plus the corresponding portion of BTC results in a profit. Typically, we start reducing the position once the combined P&L reaches around +2%.

If a token position exceeds its target value, it is cut using a market order at a loss.

The parameters are slightly adjusted in real time based on a hype_score (Google Trends, volume, price momentum). The algorithm switches into defensive mode as the market starts heating up.

The strategy currently runs across 20 instances, each slightly differently tuned for diversification.

RESULTS / RISKS

The strategy will blow up during an extremely strong altseason - something like 2021: COVID + stimulus + a young market, where literally every shitcoin was doing 10x every month.

Individual token explosions will reduce profitability, but they are not necessarily a threat given how broad the basket is.

I built a very detailed exchange-engine model to simulate execution down to 1-minute candles.

Based on numerous simulations, I’m targeting a CAGR of >150–200% with a maximum drawdown of 50–60%. I put $2.1M into production (21 instances per 100k).

Obviously, the potential risk/profit profile can be reduced, but personally I believe crypto altseasons will become weaker over time, so YOLO.

The main backtests start from 2024. Going further back doesn’t make much sense because there simply aren’t enough old tokens to construct the basket properly.

Funding fees eat up around 10–20% of the profit.

The high drawdown is unfortunately an expected consequence of the strategy during altseasons (12/2024, 07/2025).

Under the fundamental assumption that we don’t include very young shitcoins, it is difficult to find a set of parameters under which the strategy generates a loss.

I also ran stress tests by drastically reducing the token-age filter to just a few months. The strategy still produces high returns, but with an even deeper maximum drawdown.

So far, the live production results are consistent with the model, although the program has only been running for a few months.

WILL IT BLOW ME UP OR NOT?

u/Due-Data-3797 — 11 days ago

INSTEAD OF ASKING MYSELF "WHERE IS A PRICE GOING?", I ASK: "WHAT KEEPS REPEATING"

Hello Reddit community!

This is my first post on this platform, and I'd like to introduce myself. I'm 29 years old and currently finishing my CMT certification (it was taken by Ivan Scherman, a world champion futures trader). In parallel, I develop algorithmic and quantitative systems applied to the market.

What I'm looking for is to find recurring market patterns and, based on them, develop strategies with a positive expected value.

I'm not simply looking to do trend following or mean reversion, etc. My approach is to first study the specific statistics of each asset and timeframe.

For example: How does this asset move on this timeframe? (Because you can have a system that's mean reversion on the 1-hour chart and trend following on the 4-hour or daily chart for the same asset; that also reveals portfolio mismatches.) What patterns does it repeat? Under what conditions does the behavior I'm looking for appear? And, above all, does that behavior have enough statistical evidence to become a strategy with a positive expected value? From there, I develop and test different strategies and algorithmic systems. These are some of my trades. Feel free to ask me anything you want about them, the strategies, what variables I analyze, or how I'm testing them. I would also appreciate your feedback.

I also have a Telegram group where I share the development of the systems, trades, analyses, and various tests I conduct.

The idea is to share the process and build a community interested in quantitative trading, algorithmic systems, and statistics applied to the market.

u/Immediate_Shame5520 — 13 days ago

stress tested my crypto risk algo against my own fat fingers and laziness. pretty surprised.

so i’ve been building this crypto quantative rebalancer with deleverage and made a lot of backtracking strategies , but i realized a big problem: my backtests assumed perfect execution. buying exactly on the dot every time.
but nobody trades like that…..people get paid late, get lazy, or just straight up forget. if my risk algo only works for a perfect robot, it doesnt work at all.
so i did a "human stress test" on 6 years of data. i messed up the execution to simulate a real lazy human (delays, wrong amounts, skipped months). the main point wasn't to see if sloppy DCA is worse than perfect DCA (obviously it is). i wanted to see if the drawdown protection breaks when the operator is sloppy.
honestly the results shocked me. the protection barely cared.
the absolute worst case with everything going wrong at once only messed up the max drawdown by like 0.5%. on a log scale, the perfect robot line and the chaotic human line look almost exactly the same. the protection hit the exact same depths at the exact same times;)
i did hit one weird glitch though. the skipped month scenario showed a slightly HIGHER sharpe ratio. for a second i thought being lazy was alpha?? but no, it was just a math illusion. skipping months meant less total capital. in a rising market, deploying less total money makes the invested part look like it had a higher % return. the denominator just got smaller.
it held up because the risk engine is completely decoupled from when cash arrives. it calculates signals based on portfolio volatility, not deposit schedules.
long story short, test your strategies against your own future laziness. it costs nothing to feed messy schedules into your backtester. if your protection breaks just because you were a few days late, you want to know about it before the market crashes.
anyone else ever tried messing up their backtest data like this?

u/weaforex — 10 days ago
▲ 0 r/algotradingcrypto+1 crossposts

A 19-year-old Japanese student reportedly built a crypto trading bot in just two days.

He claims he started with only $68, made $6,732 during his first night and later reached around $750,000 in total profit. Crazy numbers, although I’d definitely want to see verified trading history before believing all of it.

What interested me more was how this bot supposedly works.

It monitors more than 50 markets simultaneously and receives live BTC price data every second. When a short-term price difference appears between markets, software detects it and can react within seconds.

Instead of sitting in front of charts all day and manually comparing prices, he automated almost everything.

He even used an iPad as a second screen to monitor what was happening while his system kept scanning markets 24/7.

Even if that $750K number turns out to be exaggerated, building a working trading system in around 48 hours is still pretty interesting.

A few years ago, creating something like this required much more coding experience and development time. AI tools have made it possible for individual developers to prototype complicated systems much faster.

Building a bot is still one thing. Making it consistently profitable after fees, slippage, latency and changing market conditions is completely different.

But a 19-year-old building this over a weekend shows how much easier automated trading has become to experiment with.

Has anyone here tried building something similar? How did it perform once you moved beyond backtesting?

u/Old-Committee944 — 12 days ago
▲ 8 r/algotradingcrypto+1 crossposts

3 weeks testing my trading algo,should I reduce trade frequency or keep optimizing?

I’ve been working on this algo for a few weeks and this is roughly 3 weeks of results.

Current crypto strategy is around 59% win rate across ~214 trades, but performance varies a lot depending on strategy, direction, and market conditions.
I’m trying to figure out the next step.

Would you focus on:
reducing the number of trades and making the entry filters stricter,
keeping trade frequency similar and improving the logic,
or just collecting more forward data before making more changes?

I’m especially interested in how you decide when an algo is trading too often versus when it simply needs better filtering.

u/NotDatGuy_ — 12 days ago