MT5 の EA を自分で書く

最初の OnTick から、リスクを自分で管理し結果を自分で報告するところまで。MQL5 で MT5 の EA を作るコースです。各モジュールの終わりには実際に稼働している EA があり、そのコードもバックテストも公開しています。

このコースの進め方
  • 順番に読んでください。各モジュールは前のモジュールを前提にしています。
  • 次へ進む前に、必ずコードをコンパイルして動かしてください。MQL5 は読むだけではほとんど身につきません。
  • モジュールの終わりに当社の EA が出てくる場合、その運用実績とバックテストは 1 クリックで確認できます。不採用になった結果も含めて。
  1. 01
    Your First EA Places No Trades

    Your first Expert Advisor should read the market and publish what it thinks — nothing more. Build the signal-only EA that fills our signals page, from its real source, and learn why every read uses the last closed bar.

  2. 02
    One File Decides, Another File Acts

    Where you draw the line between deciding and trading is the most consequential decision in an EA. A strategy module you can call with plain numbers, a verdict that explains itself — and the failed strategy that proved it was worth it.