15 exchange API integration samples / 8 algorithm implementations / 8-layer safety
600+ test cases. 4-week implementation process. Full source disclosed.
↑ Implementation kit size indicators. This is a learning kit — not investment advice. Source code provided for engineering education.
What overseas tools and domestic services can't do, AutoTrader can
| Feature | Company A $59/mo |
Company B Monthly |
AutoTrader One-time |
|---|---|---|---|
| Japan exchanges bitFlyer, GMO, Zaif |
❌ | △ Partial |
✅ |
| Zaif support | ❌ | ❌ | ✅ |
| Mobile management | ✅ | ❌ | ✅ |
| Monthly fee | $37-$99 | Monthly | None (one-time) |
| Custom logic | ✅ | ❌ | ✅ |
| DCA / Rule-based / Grid | ✅ | ❌ | ✅ |
* AutoTrader is currently the only mobile-managed bot tool supporting Japanese exchanges (bitFlyer, GMO, Zaif)
* Actual performance results. Profits are not guaranteed.
A quick walkthrough from home to bot detail
* Mockup screens (actual app uses the same UI)

Home

Bot List

Create Bot

Bot Detail

Charts

Backtest

Alerts

Settings
Everything you need for automated crypto trading, from frontend to backend
Rule-based / DCA / Tsumitate / Scalping / Market Making / Grid / AI-LLM / Arbitrage
Buy-only scheduled investing — daily, weekly, or monthly. Same UX as Coincheck and bitFlyer's auto-invest feature. Buys a fixed amount on a fixed schedule (JST), regardless of price. Set a total cap for budget control, and liquidate with one tap whenever you want to take profit.
We measured the BTC spread at a major Japanese "sales shop" (販売所) exchange: 5.4%. AutoTrader with orderbook exchanges (bitbank / Binance Japan / Zaif) pays just 0.12% taker fee.
¥10k/month × 10 years = ¥63,360 saved
¥50k/month × 10 years = ¥316,800 saved
¥100k/month × 10 years = ¥633,600 saved
※ "Sales shop" (販売所) exchanges advertise zero trading fees, but secure 3–8% profit through the spread between buy and sell prices. For long-term DCA, direct orderbook access is always more efficient. Measure your shop's spread with (buy − sell) ÷ sell × 100.
TP/SL auto-monitoring, daily loss limits, consecutive loss stop, drawdown limits, price spike detection
React Native (Expo) with 8 screens. Dark theme, bilingual (EN/JP) support
Instant mobile alerts on BUY/SELL. Shows quantity x price = total
Customize with confidence. One-command quality check with pytest
Includes render.yaml. Just push to GitHub and go live
6 domestic (Japan) + 9 international exchanges (Full plan)
Security audit completed April 16, 2026 — all checks passed
Adds a fee-loss SELL guard (default ON, applied to existing bots too). The rule strategy's signal-reversal SELL is now held until the configured TP/SL is reached, and a per-order backstop skips SELL when unrealized gain is below round-trip taker fees. Forced exits (TP / SL / trailing / range-exit) always pass through. Stops the chain of -0.1% to -0.15% SELLs that were bleeding 0.3% in fees every cycle. 692 tests passing.
View details →Critical fix for the grid strategy: previously, price oscillating around a single level fired BUY/SELL pairs at near-identical prices, producing zero-profit trades while fees ate into capital. Introduces per-level inventory tracking (filled_levels) so SELL only fires when the level directly below is held, and BUY only fires on unheld levels. Also covers the recovery path (Zaif / bitbank), skip-level firing on sharp moves, and IEEE float precision edge cases. Recommended for all grid-strategy users.
View details →Adds a trade-marker chart to the BOT detail screen (Advanced and above). Buy entries, take-profit and stop-loss exits are overlaid on the candlestick chart as triangular markers, so you can see at a glance where each trade fired. Also aligns the 5b balance-shortage threshold with the scheduler audit, suppressing false-positive ANOMALY_DETECTED that hit DCA savings bots.
View details →Structural stability improvements. Roots out POSITION_MISMATCH bursts, dummy-zero display on tsumitate (DCA savings) bots, the "reconcile-and-stop" race, and false-positive emergency stops triggered by sync. The legacy position cache columns are physically removed so Trade history is the single source of truth.
View details →Adds a dynamic exit strategy (β): opt-in ATR-linked TP/SL + trailing stop + immediate exit on regime anomaly (off by default). The BOT detail screen consolidates 7 scattered buttons into an ActionBar with edit mode and "⋯" menu. Internally, position cache is replaced with Trade-derived calculations for stronger consistency.
View details →BOT detail screen now shows the bot's current operational state ("waiting for entry", "holding position", etc.) so it is obvious what the bot will do next. TRADES rows support long-press to copy and text selection, making it easy to paste the order_id into the exchange UI for cross-checking. Also a safer dust-SELL skip path: when pos_open lies outside the dust threshold, the bot no longer wipes out the entire position.
View details →Critical bug fix: rule/grid strategies misinterpreted the "order amount" (JPY/USDT) as a crypto quantity, causing BUY orders to be silently skipped by the risk manager. Also adds a v2 regime-gated rule strategy (auto-switching between trend/range/anomaly), a "Resync with exchange" button on the bot detail screen, and token-authenticated update.sh.
View details →Hotfix for v1.11.0: BOT detail screen would crash on open due to a leftover reference from the removed manual-position editor. Test suite expanded from 229 to 452 tests.
View details →"30-day trap" mitigation. New `/api/health/db` endpoint detects free-tier PostgreSQL expiry. Setup guide gains a DB-selection section. Oracle Cloud migration kit released on BOOTH for permanent $0 DB hosting.
View details →Fixed an issue where one physical fill was duplicated across all bots running on the same API key + symbol, causing repeated false balance_shortage alerts. Operational guidance for multi-bot setups also added.
View details →Hotfix for 8 bugs / UX issues discovered during v1.10.0 live testing. Zaif/Binance fee-unit mismatch, auth error loop, tsumitate dead-state false positive, edit UI, and more. No new features.
View details →New Tsumitate (recurring buy) strategy. Pick daily/weekly/monthly frequency with JST time, cap total investment, works on all 15 exchanges (including ticker-only ones without OHLCV).
View details →Major overhaul of order precision, retry logic, and position sync. Fixes the "awaiting fill" deadlock, adds amount-only mode to manual position adjust.
View details →Editable DCA trailing/relaxed TP with real-time state display, plus cleaner number formatting (no scientific notation, unified zero display).
View details →Exchange sync bug fixes, DCA trailing/relaxed TP edit UI, three new observability alerts, hourly integrity audit.
View details →DCA strategy adds trailing take-profit and time relaxation, dead BOT auto-recovery, total PnL includes deleted BOT trades.
View details →Stability hardening: 418 IP ban auto-detection, concurrent BOT execution limit, WebSocket reconnection fix, polling duplicate guard.
View details →Binance Japan support (9 JPY pairs), synced all exchange pairs with ccxt, auto-backoff on rate limits, Render memory optimization.
View details →SELL order safety check, abnormal trade attribution prevention in exchange sync, new PnL reset admin API.
View details →Signal confirmation filter and auto trend/range detection, scheduled position reconciliation, fully reworked Zaif fill detection.
View details →Exchange trade history auto-sync (all 14 exchanges), position-level PnL management, differential upgrade checkout, update.sh added.
View details →Custom candlestick charts (XYM/JPY etc.), bitbank exchange added, post-trade balance reconciliation, accurate per-exchange strategy filtering.
View details →Standalone DCA strategy, NOWPayments crypto payments, market ticker display, backtest engine, BUY/SELL push notifications.
View details →Start with the Light plan ($19) to try it out. Upgrade anytime from within the app.
4 domestic exchange API integration samples
15 API × 8 algorithms × 600+ test cases
* Release notifications, DM support, and customization are Full-plan only.
Buy with credit card — ¥9,800Recommended + differential updater / DM support / customization
How to Purchase
Not arrived? Contact X DM.
Get detailed release notes early. Cancel anytime.
* Purchased source code is yours to keep forever. Membership is an optional add-on for those who want to keep peeking at the developer's real operations after purchase — it does not compete with one-time purchases.
Subscribe on notenote membership (credit card)
Enter your purchase email to get your download link
Enter your purchase email — pay only the price difference
Common questions about purchasing, setup, and running your bots
update.sh differential updater, and proactive release notifications so they know when a new version drops.
15 API integration samples, 8 algorithm implementations, 600+ test cases.
FastAPI × React Native implementation learning kit, fully open source.
Credit card (Stripe). Membership subscription via note (credit card).
This product is a FastAPI × React Native external-API-integration app implementation learning kit (source code package). If you choose to run the included code, you may invoke cryptocurrency exchange APIs at your own discretion, but this product itself is NOT any of the following:
This product is provided as a software development learning resource and development tool. It is to be used at the purchaser's own judgment and responsibility.
We strongly recommend trading only with funds you can afford to lose. Never trade with living expenses or borrowed money.
This product is digital content (source code). Due to its nature, returns and refunds are not accepted after download. Please review the product details thoroughly before purchasing. However, if there is a clear defect such as file corruption, please contact us within 7 days of purchase.
The copyright of this software belongs to the seller. The purchaser is granted the right to use and modify the software for personal use (including commercial use under a license agreement).