Auto-GPT plugin for MetaTrader integration
Top 61.4% on sourcepulse
This plugin enables Auto-GPT to interact with MetaTrader 4/5 trading accounts, allowing AI agents to execute trades, manage positions, and access market data. It targets quantitative traders and AI developers seeking to automate trading strategies.
How It Works
The plugin acts as a bridge between Auto-GPT and the MetaAPI cloud service, which provides programmatic access to MetaTrader accounts. It leverages MetaAPI's SDK to send commands for placing, modifying, and closing trades, as well as fetching account information and candlestick data. Additional integrations with MyFxBook and FCS API provide community sentiment and news data.
Quick Start & Requirements
pip install -r requirements.txt
, zip the plugin folder, and place it in the Auto-GPT plugins
directory..env
file with MetaAPI credentials, MyFxBook credentials, and FCS API key. Add AutoGPTMetaTraderPlugin
to ALLOWLISTED_PLUGINS
.Highlighted Details
Maintenance & Community
Development is supported by community contributions and sponsorships. Links to donation options are provided.
Licensing & Compatibility
The repository does not explicitly state a license. Compatibility with commercial or closed-source projects is not specified.
Limitations & Caveats
MT5 candlestick data access requires a paid MetaAPI account. Some features like community sentiment and trade modification are marked as "in-progress."
1 year ago
1 day