Trading Agent
Executes a rules-based trading strategy with configurable position limits.
v0.5.0pythonby chainlabs · updated 10h ago
$ norien install trading-agent@0.5.0Runtime
python
trader/run.py
Required tools
3
Permissions
2
Environment
4
declared variables
Manifest
- Slug
- trading-agent
- Version
- 0.5.0
- Runtime
- python
- Entrypoint
- trader/run.py
- Start command
- python -m trader.run
- Health command
- python -m trader.health
- Visibility
- public
- Published
- 10h ago
Requirements
Permissions
network:fetchtrading:execute
Tags
tradingfinanceautomation
Environment variables
| Name | Required |
|---|---|
| EXCHANGE_API_KEY | required |
| EXCHANGE_API_SECRET | required |
| MAX_POSITION_USD | required |
| DRY_RUN | optional |
Runtime readiness
Version history
README
# Trading Agent Executes a rules-based strategy with hard position limits.