Build your Crypto Trading Bot with AI in under 5 minutes

Build an AI-generated crypto trading bot with live Cryptohopper execution. Paper-mode by default, scheduled strategy evaluation, and a live dashboard — no coding required.

工作原理

Step 1

描述您的想法

用纯文本提示描述您想要的内容。

Step 2

AI 为您构建

FloopFloop 即时生成生产就绪的代码。

Step 3

部署并上线

您的项目在几分钟内托管到专属子域名。

为什么选择 AI 构建而非雇佣开发者?

FloopFloop传统开发者
上线时间5 分钟以内2 至 8 周
费用低至 $0$5,000 - $50,000+
维护已包含持续外包费用

试试这些提示词

复制以下任意提示词,粘贴到 FloopFloop 即可开始构建。

Build an RSI signal bot that watches BTC/USDT on a 5-minute candle. Place a buy when RSI drops below 30 and a sell when RSI rises above 70. Gate live orders behind a LIVE_TRADING env flag so paper mode is the default. Add a dashboard showing the current signal, the last price, and whether the bot is paper or live.

Create a daily DCA bot that buys a fixed amount of Bitcoin from my Cryptohopper account every day at 13:00 UTC. Let me set the base coin (BTC or ETH) and buy amount as project secrets. Show a dashboard with the configured cadence, the connected hopper, and a warning when LIVE_TRADING is off.

Build a MACD crossover bot on SOL/USDT. Use a 15-minute candle, fetch closes from Binance public klines, compute MACD with the default 12/26/9 parameters, and place a market order on my Cryptohopper hopper on each crossover. Add a dashboard with the MACD histogram, the last crossover, and recent orders.

Design a multi-coin DCA tracker: pick three coins (BTC, ETH, SOL), buy a set dollar amount of each every week, and render a portfolio dashboard with cost basis, current value (from Binance spot price), and profit percentage per coin. Use Cryptohopper for execution.

常见问题

Does FloopFloop actually place real orders?
Orders route through Cryptohopper — you connect your Cryptohopper account via OAuth on the Secrets tab, and the generated bot calls Cryptohopper's REST API to place buys/sells. FloopFloop itself never holds your keys or funds. Every template ships with LIVE_TRADING=false by default, so the first fires run in paper mode until you flip the flag.
Which exchanges are supported?
Cryptohopper handles the exchange connection, so any exchange Cryptohopper supports works — Binance, Kraken, Coinbase, KuCoin, Bitfinex, Bybit, OKX, Gemini, Gate.io, MEXC, and more. You set up the hopper on Cryptohopper with your exchange's API keys, then give FloopFloop the hopper ID.
How do I connect my Cryptohopper account?
Open your generated project, go to Project Settings → Secrets, and click Connect Cryptohopper on the integration card at the bottom of the tab. You'll be redirected to Cryptohopper to approve read/trade/manage scopes, then land back with tokens ready. FloopFloop refreshes tokens automatically every 30 minutes.
Can I write my own strategy, or am I stuck with the template?
Either works. The cryptohopper-signal-bot template ships with an RSI strategy in src/lib/strategy.ts that you can edit freely — swap in MACD, Bollinger Bands, a machine-learning model, whatever. Or start from a blank prompt and describe the strategy in English; the AI writes the code.
How does scheduling work?
Each project gets a built-in cron primitive. Templates declare schedules in a floop.crons.json manifest that auto-registers on first deploy, and you can add, edit, pause, or delete jobs from Project Settings → Secrets → Scheduled Jobs. The minimum interval is 1 minute and each fire gets a 30-second handler budget.
Is this legal / safe?
FloopFloop is a builder, not a trading service — the legal framework around your bot is between you, your exchange, and Cryptohopper. Check your jurisdiction's rules before running live orders, start with paper trading (the default), and never commit funds you can't afford to lose. Past performance is not indicative of future results; this is not financial advice.

相关构建类别

探索更多类别

准备好开始构建了吗?

立即开始构建您的项目——无需编写代码。

开始构建