forked from 5025560411/LTSM-Forex-Bot
- 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.
16 lines
279 B
Bash
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=
|