Skip to content

Commit a61194f

Browse files
committed
feat: add live bot execution instructions to SKILL.md
1 parent c9c3194 commit a61194f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

skills/moltrade/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Paths are repo-root relative. Keep actions deterministic and redact secrets.
4040
- Command: `python trader/main.py --config config.json --test --strategy <name> --symbol <symbol> --interval 300`.
4141
- Watch `trading_bot.log`; never switch to live without explicit user approval.
4242

43+
## Run Bot (live)
44+
45+
- Only after validation on test mode; remove `--test` to hit mainnet.
46+
- Command: `python trader/main.py --config config.json --strategy <name> --symbol <symbol>`.
47+
- Double-check keys, risk limits, and symbol before starting; live mode will place real orders.
48+
4349
## Broadcast Signals to Nostr
4450

4551
- Check `nostr` block: `nsec`, `relayer_nostr_pubkey`, `relays`, `sid`.

0 commit comments

Comments
 (0)