MetaTrader 4
JSON →Integrate with the MetaTrader 4 trading platform to access trading functions and data via an HTTP bridge and Expert Advisor.
Tools · 9
- get_account_info Get real-time MT4 account details including balance, equity, margin, and more
- get_market_data Retrieve current market prices for trading symbols
- place_order Place market and pending orders with specified parameters
- get_positions View all open positions
- close_position Close a specific position by ticket number
- run_backtest Run a backtest on an Expert Advisor with detailed configuration
- list_expert_advisors Show all available Expert Advisors for backtesting
- get_backtest_results Get detailed results from the last backtest
- monitor_backtest_status Check the current status of a running backtest
Links
★ 14 GitHub stars