We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c3194 commit a61194fCopy full SHA for a61194f
skills/moltrade/SKILL.md
@@ -40,6 +40,12 @@ Paths are repo-root relative. Keep actions deterministic and redact secrets.
40
- Command: `python trader/main.py --config config.json --test --strategy <name> --symbol <symbol> --interval 300`.
41
- Watch `trading_bot.log`; never switch to live without explicit user approval.
42
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
49
## Broadcast Signals to Nostr
50
51
- Check `nostr` block: `nsec`, `relayer_nostr_pubkey`, `relays`, `sid`.
0 commit comments