はじめに:なぜ今、LLM(生成AI)をトレードに組み込むのか? 自動売買(EA)の開発において、RSIやMACD、移動平均線といった「過去の価格データから計算されるテクニカル指標」だけを使ったロジックに限界を感じていませんか? あるいは、Pythonを使って ...
このプログラムは、短期的な市場の小動き(レンジ相場)が終わり、一方向に価格が加速する「レンジブレイク」を狙う順張り自動売買システムです。 単なるロジックの実行に留まらず、実運用でトレーダーが直面する技術的な問題を徹底的に回避するよう ...
This article is about using two Python scripts (master_client001.py and slave_server.py) to copy trades locally (at the same PC or Laptop) between two MT5 platforms (Master and Slave accounts).
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 ...