MTContext Docs
Tool Reference

Ea Benchmark

1 tool in this category.

Overview

Ea Benchmark includes 1 tool for this workflow area.

Available tools: simulate_ea_action.

Use the parameter tables and examples below as the canonical request contract.

simulate_ea_action

Evaluates one of three fixed, server-defined rule templates against CURRENT live indicator values and returns the action a mechanical EA following that template would take now (BUY/SELL/FLAT), with every condition's evaluated value and pass/fail. This is a mechanical benchmark to compare your own reasoning against, not a recommendation. Does not reuse backtest_strategy's evaluator. Templates: ema_crossover_trend, rsi_mean_reversion, atr_breakout. Requires the analytics capability (Team+ tier).

Parameters

NameTypeRequiredDefaultDescription
symbolstringYes
timeframestringYes(one of: M1, M5, M15, M30, H1, H4, D1, W1, MN1)
templatestringYes

Example Request

{
  "tool": "simulate_ea_action",
  "arguments": {
    "symbol": "EURUSD",
    "timeframe": "M1",
    "template": "template_value"
  }
}

Usage Notes

  • Use one timeframe for quick checks and multiple timeframes only when you need cross-timeframe analysis.

On this page