How we verified the live MQL5 EA computes the same physics features as the Python training pipeline. This is the thing that makes live results match backtest. v5 had a profitable backtest (PF 1.4+) ...
Automating trading workflows can save time, reduce errors, and streamline operations. This article provides a step-by-step guide to creating a Python application that generates basket orders and an ...
I am working on a new project based on this one! This new project is splitted into modules. You can find the release of the first module on the links below. I created this library because the ...
本ツールは、MQL5を使用したFX自動売買システム(EA)のコード生成、およびPythonとの高度な連携を実現するための開発支援プラットフォームです。 1. 主要機能タブ一覧 画面上部のタブから各機能にアクセスできます。 コードジェネレーター: EAの基本設定を ...
EA開発を始めたばかりの頃、僕はひたすら「インジケーター」をこねくり回していました。 「RSIが30以下で、EMAがクロスしたら買い」 「ADXが25以上ならフィルタリング」 「MACDのヒストグラムが反転したら決済」 これ、EA作りの「あるある」だと思います。
Recently, I started a project using Python and MQL5 to develop a specific model based on candle data. I stored the candle data in a CSV file and created my model, but I encountered a problem: The MQL5 ...