@senpi/trading-recipe 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,3 +114,7 @@ exit: #required
114
114
  - { trigger_pct: 50, lock_hw_pct: 80, retrace: 1.0 }
115
115
  - { trigger_pct: 75, lock_hw_pct: 85, retrace: 0.8 }
116
116
  - { trigger_pct: 100, lock_hw_pct: 90, retrace: 0.6 }
117
+
118
+ # Send run summaries and alerts to this Telegram chat (requires OpenClaw channels.telegram configured)
119
+ notifications:
120
+ telegram_chat_id: "6263059192"
@@ -2,7 +2,7 @@
2
2
  "id": "trading-recipe",
3
3
  "name": "Senpi Trading Recipe",
4
4
  "description": "Senpi trading recipe plugin for OpenClaw",
5
- "version": "1.0.26",
5
+ "version": "1.0.27",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senpi/trading-recipe",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Trading recipe plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",