Tag: #risk
14 篇文章
How to Set Margin Alerts for Grid Strategies — Threshold Formulas + Code EN
I run several grid bots on Gate.io, Binance, and Bybit futures. The single feature that kept me from liquidation was not a smarter grid — it was a margin-ratio alert wired to a thr
Crypto Portfolio Drawdown Monitoring — From SQLite to a Real-Time Dashboard EN
Running one grid bot is easy to watch. Running ten across three exchanges is not. I learned that drawdown — not daily PnL — is the number that tells you if you're about to get hurt
Why Most Grid Bots Blow Up EN
Grid bots are marketed as "passive income," and most of them quietly blow up accounts when the market stops cooperating. I've run them long enough to see the same five failure mode
The Risk Boundaries of Using an AI Agent to Manage Crypto Assets EN
AI agents that can read your exchange account and even act on it are arriving fast. I've wired one to my own grids — read-only — and the line between "helpful" and "dangerous" is e
What Leverage Should I Use for a Futures Grid Bot? EN
Leverage is the dial that decides whether a bad week is a lesson or an exit. When I started running futures grids I cranked it up to "amplify profit" — and learned the hard way tha
How to Set a Balance Guardrail for Grid Trading Bots EN
A grid bot keeps placing orders as price moves — that's its job. The danger is that it places the next order even when your balance is too low to safely support it, quietly pushing
Bybit Grid Bot Risk Management EN
Bybit's grid bot is polished, but "easy to start" isn't the same as "safe." The risk management that matters is mostly what Bybit doesn't do for you by default. Here's the risk che
Grid Bot Stuck Out of Range — What to Do EN
Every grid bot eventually leaves its range. What happens next depends entirely on which side it exits and what you do about it. This is the decision guide I wish I'd had before my
网格策略如何设置保证金告警:阈值公式 + 代码 中文
我在 Gate.io、Binance、Bybit 的合约上跑了好几个网格机器人。真正把我从强平边缘拉回来的,不是更聪明的网格——而是一条接在我主动设定阈值上的保证金率告警。这篇指南给出公式、解释这个数字为什么重要,以及一段可以复制粘贴的代码:在交易所动手之前,拉取实时保证金数据并告警。
加密组合回撤监控:从 SQLite 到实时看板 中文
盯一个网格机器人很容易。同时盯三个交易所上的十个,就不了。我学到的教训是:真正告诉你"是不是快受伤了"的数字,是回撤,不是每日盈亏。下面是我怎么从手搓的 SQLite 日志,走到实时监控,以及我会做哪些不一样的事。
为什么大多数网格机器人会爆仓 中文
网格机器人被包装成"被动收入",而大多数在市场不再配合时,是悄悄把账户清掉的。我跑得够久,看得到同样的五个失效模式反复出现。如果你跑网格,这些就是地雷。
用 AI Agent 管理加密资产的风险边界 中文
能读取你交易所账户、甚至能替你下单的 AI Agent,正快速到来。我自己也给网格接了一个——只读的——而"有用"和"危险"之间的界线,完全在于你怎么划定权限范围。下面几条,是我绝不越过的边界。
网格机器人安全吗?一份不避重就轻的风险清单 中文
很多人被"网格机器人 = 被动收入"的说法吸引,但安全问题很少被讲透。我同时跑过 Gate.io、Binance、Bybit 的网格,下面是那份"如果早点看到就好了"的风险清单——不吓人,也不粉饰。
Gate.io 网格爆仓的 4 个真实原因 中文
我在 Gate.io 上跑过 BTC 永续网格,也差点被爆过仓。爆仓很少是"突然发生"的,它往往是几个可被提前发现的原因叠加。下面是我自己踩过的 4 个,以及怎么在它发生前拦住。