Agent Zero plugin for automated FOREX trading via the ReadyTrader strategy engine.
git clone https://github.com/up2itnow0822/a0-readytrader-forex-plugin.git
cd a0-readytrader-forex-plugin
# Install into Agent Zero using the plugin name expected by the index
cp -r . /path/to/agent-zero/usr/plugins/readytrader_forex
pip install -r requirements.txt# Add to Agent Zero plugins directory and configure your broker credentialsSet the following environment variables:
BROKER_API_KEY=your_key
BROKER_API_SECRET=your_secret- agent-wallet-sdk — Non-custodial agent wallets (
npm install agentwallet-sdk) - agentpay-mcp — MCP server for agent payments
- webmcp-sdk — Browser-native WebMCP integration
- AgentNexus2 — TaskBridge agent marketplace
See CONTRIBUTING.md.
MIT — see LICENSE