LTSM-Forex-Bot/.env.example
Phil Greene c4ba328a5b Add TradeLocker broker integration and update documentation
- Implement TradeLocker broker adapter with JWT authentication and order management.
- Enhance README.md with TradeLocker setup instructions and usage examples.
- Update ledger.json to include TradeLocker-related files and notes.
- Add standalone MACD strategy for TradeLocker Studio.
- Modify requirements.txt to include necessary dependencies for TradeLocker.
- Create .env.example for TradeLocker configuration.
2026-06-08 16:26:54 -04:00

16 lines
279 B
Bash

# Alpaca
API_KEY_ALPACA=
API_SECRET_ALPACA=
# TradeLocker
TRADELOCKER_ACCESS_TOKEN=
TRADELOCKER_EMAIL=
TRADELOCKER_PASSWORD=
TRADELOCKER_SERVER=SERVER
TRADELOCKER_ACCOUNT_ID=
TRADELOCKER_ACC_NUM=
TRADELOCKER_DEVELOPER_API_KEY=
# Optional alerts
SLACK_WEBHOOK=
DISCORD_WEBHOOK=