Skip to content

v1.3 — Live Trading + Portfolio + Data (30 tools)

Choose a tag to compare

@Boschi404 Boschi404 released this 02 Aug 15:46
· 6 commits to master since this release

🚀 v1.3 — 30-Tool Complete MT5 Suite

🔴 LIVE TRADING (NEW — 6 tools)

  • place_order — Market & pending orders (buy/sell/limit/stop)
  • get_positions — Open positions with real-time P&L
  • close_position — Close by ticket or close all
  • modify_position — Modify SL/TP on open positions
  • get_account — Balance, equity, margin, leverage
  • get_order_history — Historical deals with P&L

📊 PORTFOLIO (NEW — 3 tools)

  • calc_correlation — Correlation matrix, diversification score
  • calc_efficient_frontier — Markowitz optimal weights, max Sharpe
  • calc_risk_allocation — Equal risk, Kelly, inverse-DD allocation

📡 DATA (NEW — 5 tools)

  • get_bars — OHLC bar data for any symbol/timeframe
  • get_ticks — Raw tick data with spread stats
  • list_symbols — All available trading symbols
  • get_latest_price — Real-time bid/ask for multiple symbols
  • get_symbol_info — Spread, swap, margin, tick value

📈 Previously (v1.0-v1.2)

Backtest, Optimization, EA dev, Compilation, Monte Carlo, Walk-Forward, Kelly, CSV export

Full Pipeline

LLM can now: Write EA → Compile → Backtest → Optimize → Monte Carlo → Walk-Forward → Kelly sizing → Live Trade → Monitor positions — all via MCP