@senpi/trading-recipe 1.0.35 → 1.0.36

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.
@@ -11,9 +11,9 @@ notifications:
11
11
  strategies:
12
12
  fox-primary:
13
13
  wallet: "${FOX_WALLET}"
14
- budget: "500"
14
+ budget: "100"
15
15
  slots: 3
16
- margin_per_slot: 100
16
+ margin_per_slot: 30
17
17
  trading_risk: aggressive
18
18
  enabled: true
19
19
 
@@ -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.35",
5
+ "version": "1.0.36",
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.35",
3
+ "version": "1.0.36",
4
4
  "description": "Trading recipe plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",