how do you force risk discipline into an automated system?

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 — 1 day ago

i built a crypto trading bot that can't touch your money.

As a solo founder, first real project. i trade crypto and honestly my problem was always me — i'd lose a trade, try to win it back with a bigger one, and blow up the whole account. discipline i just don't have.

so i built a bot (nyxra) that takes me out of it. the part i cared about most: it never holds your money. runs on your own binance account with a trade-only key that can't withdraw, every trade has a stop loss, leverage capped low. boring on purpose.

there's a demo with fake money (no card, no api key) so you can watch it trade before trusting it with anything real. that's the whole pitch — don't trust me, watch it.

i'm at 0 users and just starting to show it to people. would genuinely love a brutal roast — the landing page, the idea, the security model, whatever. site's nyxrai.com

what would make you actually try something like this, or never touch it?

u/DifficultyOwn3050 — 2 days ago

every bot i tried gave me huge leverage and no stop loss. so i built one that does the opposite

https://preview.redd.it/5on6d2nrtwjh1.png?width=1879&format=png&auto=webp&s=2a5d8297fa380e97a4c42fe8f7a6654ce2a57926

the bots i tried before all had the same problems. they'd let me run big leverage with no rule forcing a stop loss, so when a trade went bad the loss was massive. and most of them make you send your money into their own platform — then it gets locked and you can lose everything.

so i built mine backwards from all that (disclosure: it's my bot, nyxra, so i'm biased):

stays on your own binance account with a trade-only key — it can't withdraw your money

every trade has a stop loss, no exceptions

leverage capped at 4x, small size per trade

there's a demo with fake money that runs the same trades as the real thing (no card, no api key) so you can watch it before connecting anything.

what would you change? especially the api-key part — is trade-only enough for you, or would you still not trust it?

reddit.com
u/DifficultyOwn3050 — 3 days ago