<?xml version="1.0" encoding="UTF-8" ?> <?xml-stylesheet type="text/xsl" href="rss.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>FXおもしろラボ | 10万円から億り人への道（AI×FX）</title><description>平凡なサラリーマンがAI(Python・MQL5)を武器に、FX自動売買(EA)で億り人を目指す。これはその全記録です。</description><link>https://fx-omoshiro-lab.com/</link><atom:link href="https://fx-omoshiro-lab.com/feed_rss_updated.xml" rel="self" type="application/rss+xml" /> <managingEditor>FXおもしろラボ管理人</managingEditor><language>ja</language> <pubDate>Wed, 03 Jun 2026 17:37:53 -0000</pubDate> <lastBuildDate>Wed, 03 Jun 2026 17:37:53 -0000</lastBuildDate> <ttl>1440</ttl> <generator>MkDocs RSS plugin - v1.19.0</generator> <image> <url>None</url> <title>FXおもしろラボ | 10万円から億り人への道（AI×FX）</title> <link>https://fx-omoshiro-lab.com/</link> </image> <item> <title>📋 環境互換性ガイド</title> <description>異なるFX業者・MT5環境でMQL5コードを動作させるための注意点と対策をまとめたガイド</description> <link>https://fx-omoshiro-lab.com/mql-verification/environment-guide/</link> <pubDate>Wed, 03 Jun 2026 17:38:37 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/environment-guide/</guid> </item> <item> <title>#18 乱数の品質</title> <category>MQL5</category> <category>MQL検証</category> <category>XorShift</category> <category>アルゴリズム</category> <category>乱数</category> <description>EA開発で多用する「乱数」。標準のMathRand()は実は品質が低い？XorShiftアルゴリズムと比較し、散布図を描いてその「縞模様」を目視検証。</description> <link>https://fx-omoshiro-lab.com/mql-verification/18-random-test/</link> <pubDate>Wed, 03 Jun 2026 17:38:37 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/18-random-test/</guid> </item> <item> <title>#17 ランダムウォーク</title> <category>MQL5</category> <category>MQL検証</category> <category>コラム</category> <category>ランダムウォーク</category> <category>心理</category> <category>統計分析</category> <description>「相場はランダムウォークである」という仮説を検証。乱数で生成した架空のチャートに移動平均線を当ててみると、驚くべき光景が広がる。</description> <link>https://fx-omoshiro-lab.com/mql-verification/17-random-walk/</link> <pubDate>Wed, 03 Jun 2026 17:38:36 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/17-random-walk/</guid> </item> <item> <title>#16 Ku-Chart再現</title> <category>Ku-Chart</category> <category>MQL5</category> <category>MQL検証</category> <category>インジケータ</category> <category>統計分析</category> <category>通貨強弱</category> <description>FAI-FXブログの代名詞とも言える「通貨強弱チャート（Ku-Chart）」の理論を解説し、MQL5で簡易的な再現コードを作成して検証。</description> <link>https://fx-omoshiro-lab.com/mql-verification/16-ku-chart/</link> <pubDate>Wed, 03 Jun 2026 17:38:36 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/16-ku-chart/</guid> </item> <item> <title>#15 マルチ通貨負荷</title> <category>EA開発</category> <category>MQL5</category> <category>MQL検証</category> <category>パフォーマンス</category> <category>マルチカレンシー</category> <description>全通貨ペア監視システムを作りたい！意気揚々とiCloseを並べたEAを作った結果、バックテストが亀のような速度に。マルチカレンシー開発の落とし穴を検証。</description> <link>https://fx-omoshiro-lab.com/mql-verification/15-multi-currency/</link> <pubDate>Wed, 03 Jun 2026 17:38:36 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/15-multi-currency/</guid> </item> <item> <title>#14 インジケータ速度</title> <category>MQL5</category> <category>MQL入門</category> <category>MQL検証</category> <category>インジケータ</category> <category>パフォーマンス</category> <description>MT4/MT5インジケータ作成で初心者が陥りがちなパフォーマンスの罠、「全期間再計算」。prev_calculated（IndicatorCounted）を活用しない場合の負荷を実測検証。</description> <link>https://fx-omoshiro-lab.com/mql-verification/14-indi-speed/</link> <pubDate>Wed, 03 Jun 2026 17:38:36 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/14-indi-speed/</guid> </item> <item> <title>#13 リペイント</title> <category>MQL5</category> <category>MQL検証</category> <category>インジケータ</category> <category>リペイント</category> <category>詐欺手法</category> <description>「最強のインジケータ」が実は詐欺？過去の足にサインを後出しする「リペイント（Repaint）」の手口を再現コードで検証・解説。</description> <link>https://fx-omoshiro-lab.com/mql-verification/13-repaint-trap/</link> <pubDate>Wed, 03 Jun 2026 17:38:35 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/13-repaint-trap/</guid> </item> <item> <title>#12 時刻判定速度</title> <category>MQL5</category> <category>MQL検証</category> <category>パフォーマンス</category> <category>最適化</category> <category>高速化</category> <description>「とあるMetaTraderの備忘秘録」で紹介された最適化テクニックを検証。TimeToStrを使った時刻判定と整数計算の速度差をベンチマーク。</description> <link>https://fx-omoshiro-lab.com/mql-verification/12-time-optimization/</link> <pubDate>Wed, 03 Jun 2026 17:38:35 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/12-time-optimization/</guid> </item> <item> <title>#11 無限リトライ</title> <category>EA開発</category> <category>MQL5</category> <category>MQL検証</category> <category>トラブルシューティング</category> <category>バックテスト</category> <description>EA開発でやりがちな「注文エラー時の無限リトライ」。バックテストにおいてSleepが無視される仕様により引き起こされるフリーズやログ肥大化問題を検証。</description> <link>https://fx-omoshiro-lab.com/mql-verification/11-infinite-retry/</link> <pubDate>Wed, 03 Jun 2026 17:38:35 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/11-infinite-retry/</guid> </item> <item> <title>#10 OrderModify</title> <category>MQL5</category> <category>MQL検証</category> <category>OrderModify</category> <category>エラー</category> <category>トレード</category> <category>トレーリングストップ</category> <description>「とあるMetaTraderの備忘秘録」様が解明したOrderModify error 1の原因。トレーリングストップで発生する謎のエラーとその対策。</description> <link>https://fx-omoshiro-lab.com/mql-verification/10-ordermodify-error/</link> <pubDate>Wed, 03 Jun 2026 17:38:35 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/10-ordermodify-error/</guid> </item> <item> <title>#09 iCustom</title> <category>MQL5</category> <category>MQL検証</category> <category>iCustom</category> <category>バグ</category> <category>プログラミング</category> <category>未定義動作</category> <description>「とあるMetaTraderの備忘秘録」様が警告したiCustomの罠。引数を省略すると未定義動作を引き起こす危険なバグについて解説。</description> <link>https://fx-omoshiro-lab.com/mql-verification/09-icustom-trap/</link> <pubDate>Wed, 03 Jun 2026 17:38:35 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/09-icustom-trap/</guid> </item> <item> <title>#08 MathMod</title> <category>IEEE754</category> <category>MQL5</category> <category>MQL検証</category> <category>MathMod</category> <category>プログラミング</category> <category>浮動小数点</category> <description>「とあるMetaTraderの備忘秘録」様で指摘された浮動小数点演算の罠。MathMod関数の予期しない挙動をMQL5で検証。</description> <link>https://fx-omoshiro-lab.com/mql-verification/08-mathmod-trap/</link> <pubDate>Wed, 03 Jun 2026 17:38:34 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/08-mathmod-trap/</guid> </item> <item> <title>#07 高速化</title> <category>MQL5</category> <category>MQL検証</category> <category>プログラミング</category> <category>ベンチマーク</category> <category>最適化</category> <category>高速化</category> <description>「とあるMetaTraderの備忘秘録」様の2010年連載を検証。ベンチマーク手法、static変数キャッシュ、関数呼び出し削減など最適化テクニック集。</description> <link>https://fx-omoshiro-lab.com/mql-verification/07-optimization/</link> <pubDate>Wed, 03 Jun 2026 17:38:34 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/07-optimization/</guid> </item> <item> <title>#06 BT詐欺</title> <category>EA</category> <category>MQL5</category> <category>MQL検証</category> <category>バックテスト</category> <category>リスク管理</category> <category>詐欺</category> <description>「とあるMetaTraderの備忘秘録」様が2009年に暴露したバックテスト詐欺の手口。未来レート参照で必ず勝てるEAを作る方法とその見破り方。</description> <link>https://fx-omoshiro-lab.com/mql-verification/06-backtest-scam/</link> <pubDate>Wed, 03 Jun 2026 17:38:34 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/06-backtest-scam/</guid> </item> <item> <title>#05 MACD</title> <category>EMA</category> <category>MACD</category> <category>MQL5</category> <category>MQL検証</category> <category>SMA</category> <category>テクニカル指標</category> <description>「とあるMetaTraderの備忘秘録」様で指摘されたMACD計算方式の違いをMQL5で検証。MT4標準MACDと一般的なMACDの差を解説。</description> <link>https://fx-omoshiro-lab.com/mql-verification/05-macd-difference/</link> <pubDate>Wed, 03 Jun 2026 17:38:34 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/05-macd-difference/</guid> </item> <item> <title>#04 ADX/DMI</title> <category>ADX</category> <category>DMI</category> <category>EMA</category> <category>MQL5</category> <category>MQL検証</category> <category>Wilder</category> <category>テクニカル指標</category> <description>「とあるMetaTraderの備忘秘録」様で指摘されたADX計算方式の違いをMQL5で検証。EMA方式とWilder方式の差を解説。</description> <link>https://fx-omoshiro-lab.com/mql-verification/04-adx-difference/</link> <pubDate>Wed, 03 Jun 2026 17:38:33 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/04-adx-difference/</guid> </item> <item> <title>#03 EA停止</title> <category>EA開発</category> <category>ExpertRemove</category> <category>MQL5</category> <category>MQL検証</category> <category>キルスイッチ</category> <category>リスク管理</category> <description>「とあるMetaTraderの備忘秘録」様で紹介されたEA自己停止テクニックをMQL5で検証。ExpertRemove関数の使い方とキルスイッチ実装例。</description> <link>https://fx-omoshiro-lab.com/mql-verification/03-ea-stop/</link> <pubDate>Wed, 03 Jun 2026 17:38:33 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/03-ea-stop/</guid> </item> <item> <title>#02 RSI計算方式</title> <category>MQL5</category> <category>MQL検証</category> <category>RSI</category> <category>SMA</category> <category>SMMA</category> <category>Wilder</category> <category>テクニカル指標</category> <category>相対力指数</category> <description>「とあるMetaTraderの備忘秘録」様で指摘されたRSI計算方式の違い（SMA vs SMMA）をMQL5で検証。標準RSIとカスタムRSIの差を可視化。</description> <link>https://fx-omoshiro-lab.com/mql-verification/02-rsi-difference/</link> <pubDate>Wed, 03 Jun 2026 17:38:33 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/02-rsi-difference/</guid> </item> <item> <title>#01 double型比較</title> <category>IEEE754</category> <category>MQL5</category> <category>MQL検証</category> <category>NormalizeDouble</category> <category>double型</category> <category>プログラミング基礎</category> <category>浮動小数点数</category> <description>「とあるMetaTraderの備忘秘録」様で紹介されたdouble型比較問題をMQL5で検証。NormalizeDoubleの正しい使い方を解説。</description> <link>https://fx-omoshiro-lab.com/mql-verification/01-double-comparison/</link> <pubDate>Wed, 03 Jun 2026 17:38:33 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/01-double-comparison/</guid> </item> <item> <title>「とあるMetaTraderの備忘秘録」検証シリーズ</title> <description>MetaTraderプログラミングの名ブログ「とあるMetaTraderの備忘秘録」様の記事をMQL5で検証・再現する実験記録</description> <link>https://fx-omoshiro-lab.com/mql-verification/</link> <pubDate>Wed, 03 Jun 2026 17:38:32 +0000</pubDate> <source url="https://fx-omoshiro-lab.com/feed_rss_updated.xml">FXおもしろラボ | 10万円から億り人への道（AI×FX）</source><guid isPermaLink="true">https://fx-omoshiro-lab.com/mql-verification/</guid> </item> </channel> </rss>