⚠️
リスク免責事項
Risk Disclaimer

本EAを使用する前に、以下の事項をよくお読みください。

外国為替証拠金取引(FX)は元本保証のない高リスク投資です。過去のバックテスト結果や運用実績は、将来の利益を保証するものではありません。相場は予測不能であり、いかなる状況においても損失が発生する可能性があります。

本EAの使用によって生じた損失・損害について、開発者および販売者は一切の責任を負いません。取引の判断および資金管理はすべてご自身の責任において行ってください。余剰資金のみで取引されることを強くお勧めします。

本ソフトウェアはツールであり、利益を保証するものではありません。

Please read the following carefully before using this EA.

Foreign exchange margin trading (FX) is a high-risk investment with no guarantee of principal. Past backtest results and live performance do not guarantee future profits. Markets are unpredictable and losses may occur under any circumstances.

The developer and seller assume no responsibility for any losses or damages resulting from the use of this EA. All trading decisions and risk management are solely your responsibility. We strongly recommend trading only with funds you can afford to lose.

This software is a tool and does not guarantee profits.

USER MANUAL — v2.0

Statera EA

MetaTrader 5 · Grid EA · 9 Currency Pairs

CONTENTS

  1. 概要Overview
  2. インストール方法Installation
  3. パラメーター詳細Parameter Reference
  4. 運用上の注意Important Notes
  5. ライセンスについてAbout Your License
  6. Support
01

概要

Overview

Statera EAはMetaTrader 5上で動作するグリッド型自動売買EAです。複数のテクニカルインジケーターを組み合わせたシグナルエンジンにより、エントリー・グリッド管理・リスク管理を完全自動で行います。付属のsetファイルを適用するだけですぐに運用を開始できます。

Statera EA is a grid-based automated trading EA for MetaTrader 5. Its multi-indicator signal engine handles entry, grid management, and risk control fully automatically. Simply load the included set file to get started immediately.

対応通貨ペア
Supported Pairs
AUDCADAUDUSDEURJPY EURUSDGBPAUDGBPUSD NZDCADNZDUSDUSDJPY
02

インストール方法

Installation

  1. MT5を開き、File > Open Data Folder からデータフォルダを開く
  2. MQL5 > Experts フォルダに Statera_Original.ex5 をコピー
  3. MT5を再起動するか、ナビゲーターを右クリックして Refresh を選択
  4. Tools > Options > Expert Advisors で以下を設定:
    ✅ Allow automated trading
    ✅ Allow WebRequest for listed URL: https://api.statera-ea.com/verify
  5. 各通貨ペアのM30チャートにEAをドラッグ&ドロップ
  6. パラメーター画面でsetファイルを読み込む(Load ボタン)
  1. Open MT5 → File > Open Data Folder
  2. Copy Statera_Original.ex5 to MQL5 > Experts
  3. Restart MT5, or right-click the Navigator panel and select Refresh
  4. Go to Tools > Options > Expert Advisors:
    ✅ Allow automated trading
    ✅ Allow WebRequest for listed URL: https://api.statera-ea.com/verify
  5. Drag & drop EA onto each M30 chart
  6. Load the set file via the Load button
03

パラメーター詳細

Parameter Reference

License
ParameterDefault説明Description
License Key statera-ea.com/activate で取得したライセンスキーを入力してください。 Enter the license key obtained from statera-ea.com/activate.
General
ParameterDefault説明Description
Magic Number20240001 EAが発注するポジションの識別番号。同一通貨ペアに複数のEAを設置する場合は異なる値を設定してください。異なる通貨ペアであれば同じ値でも問題ありません。 Unique identifier for EA positions. Use a different value only when attaching multiple EAs to the same currency pair. The same value can be used across different currency pairs.
Slippage10 注文時に許容するスリッページ(ポイント単位)。 Maximum allowed slippage in points.
Max Spread50 この値を超えるスプレッドが検出された場合、新規エントリーを停止します(ポイント単位)。 New entries are suspended when spread exceeds this value (points).
Position CommentStatera Initial ポジションに付与するコメント。グリッドポジションには自動的に「G-」プレフィックスが付きます。 Comment attached to positions. Grid positions are prefixed with G- automatically.
Signal — Entry / Exit Condition
ParameterDefault説明Description
Entry Condition ModeAND AND=有効なインジケーター全ての条件が揃ったときエントリー。OR=いずれか1つでエントリー。 AND = all enabled indicators must agree to enter. OR = any one indicator is sufficient.
Exit Condition ModeOR AND=全インジケーターが一致したときのみ決済。OR=いずれかのインジケーターが決済シグナルを出したら決済。 AND = all indicators must agree to close. OR = close when any one indicator signals exit.
Band Indicator 0–3 (Bollinger / Envelopes · 4 slots max)

BollingerBandsまたはEnvelopesを使用したバンド系シグナルスロット。0〜3の4スロット設定可能。

Band-type signal slots using Bollinger Bands or Envelopes. Up to 4 slots (0–3).

ParameterDefault説明Description
Enablefalse このスロットを有効にします。Enable this slot.
RoleENTRY_ONLY ENTRY_ONLY=エントリー判定のみ / EXIT_ONLY=決済判定のみ / BOTH=両方。 ENTRY_ONLY / EXIT_ONLY / BOTH.
Buy / Sell SignalACTIVE ACTIVE=有効 / INACTIVE=無効。片方向のみ使用したい場合に設定。 ACTIVE = enabled, INACTIVE = disabled.
Signal Bars0 基準足の指定:
0 = 現在足のみチェック
1 = 1本前の足のみチェック
2以上 = 1本前〜N本前の範囲でいずれかの足がシグナル条件を満たした場合に有効
CROSS系Strategyの場合、基準足とその1本前を比較してクロス判定を行います。
Reference bar specification:
0 = current bar only
1 = 1 bar back only
2+ = valid if any bar from 1 to N bars back meets the condition
For CROSS strategies, the cross is evaluated between the reference bar and the one before it.
IndicatorBOLLINGER BOLLINGER=ボリンジャーバンド / ENVELOPES=エンベロープ。 BOLLINGER = Bollinger Bands, ENVELOPES = Envelopes.
StrategyBAND_UPDOWN 各Strategyの詳細は下表を参照。 See the Strategy table below for details.
Period20 計算期間。Calculation period.
Deviation / %2.0 標準偏差の倍率(Bollinger)またはエンベロープの%幅。 Std dev multiplier (Bollinger) or envelope % width.
Applied PriceCLOSE 計算に使用する価格種別(Close/Open/High/Low/Median等)。 Price type for calculation.
TimeframeM30 参照する時間足。Chart timeframe.
Min Band Size0 バンド幅がこの値(ポイント)未満の場合シグナルを無効化。0=無効。低ボラティリティ相場での誤シグナル抑制に有効。 Suppress signals when band width is below this value (points). 0=off. Useful to filter false signals in low-volatility markets.
Level Buy 買いシグナルのしきい値。Strategy別の使われ方は下表を参照。 Buy signal threshold. See Strategy table below.
Level Sell 売りシグナルのしきい値。Strategy別の使われ方は下表を参照。 Sell signal threshold. See Strategy table below.
Strategy Buy条件Buy Condition Sell条件Sell Condition
BAND_UPDOWN 基準足終値 ≤ Level Buy(下限バンド)Close ≤ Level Buy (lower band) 基準足終値 ≥ Level Sell(上限バンド)Close ≥ Level Sell (upper band)
BAND_UPDOWN_REVERSE 基準足終値 ≥ Level Buy(上限バンド)Close ≥ Level Buy (upper band) 基準足終値 ≤ Level Sell(下限バンド)Close ≤ Level Sell (lower band)
BAND_CROSS 1本前終値 ≤ Level Buy → 基準足終値が Level Buy をクロスアップPrev close ≤ Level Buy → current close crosses up through Level Buy 1本前終値 ≥ Level Sell → 基準足終値が Level Sell をクロスダウンPrev close ≥ Level Sell → current close crosses down through Level Sell
BAND_CROSS_REVERSE 1本前終値 ≥ Level Buy → 基準足終値が Level Buy をクロスダウンPrev close ≥ Level Buy → current close crosses down through Level Buy 1本前終値 ≤ Level Sell → 基準足終値が Level Sell をクロスアップPrev close ≤ Level Sell → current close crosses up through Level Sell
BAND_MIDLINE_CROSS 1本前終値が中心線以下 → 基準足終値が中心線をクロスアップPrev close below midline → current close crosses up through midline 1本前終値が中心線以上 → 基準足終値が中心線をクロスダウンPrev close above midline → current close crosses down through midline
BAND_MIDLINE_UPDOWN 基準足終値 < 中心線Close < midline 基準足終値 ≥ 中心線Close ≥ midline
Oscillator A 0–3 (WPR / RSI / Chaikin · 4 slots max)

Enable / Role / Buy-Sell Signal / Signal Bars / Timeframe はBand Indicatorと同様。以下はOscA固有の項目のみ記載。

Shared parameters (Enable, Role, Buy/Sell Signal, Signal Bars, Timeframe) behave identically to Band Indicator.

ParameterDefault説明Description
IndicatorRSI WPR=Williams %R / RSI=RSI / CHAIKIN=Chaikin Oscillator WPR = Williams %R, RSI = RSI, CHAIKIN = Chaikin Oscillator
StrategyOSCA_UPDOWN 各Strategyの詳細は下表を参照。 See the Strategy table below for details.
Period14 RSI / WPR の計算期間。RSI / WPR period.
Fast MA3 Chaikin使用時の短期MA期間。Fast MA (Chaikin only).
Slow MA10 Chaikin使用時の長期MA期間。Slow MA (Chaikin only).
MA MethodEMA ChaikinのMA計算方式。MA method for Chaikin.
VolumeTICK ChaikinのVolume種別(TICK / REAL)。
⚠️ Chaikin OscillatorはVolumeデータを使用します。FXはブローカーごとにVolume品質が異なるため、同じ設定でもブローカーによって値が大きく異なる場合があります。本EAはFBS-Real(fbs.com)で検証済みです。他のブローカーを使用する場合は、別途バックテストおよび最適化を行ってください。
Volume type (TICK / REAL).
⚠️ Chaikin Oscillator relies on volume data. In FX, volume quality varies by broker, so results may differ significantly across brokers with identical settings. This EA has been verified on FBS-Real (fbs.com). If you use a different broker, please run your own backtest and optimization.
Level Buy30.0 買いシグナルのしきい値。Strategy別の使われ方は下表を参照。 Buy signal threshold. See Strategy table below.
Level Sell70.0 売りシグナルのしきい値。Strategy別の使われ方は下表を参照。 Sell signal threshold. See Strategy table below.
Strategy Buy条件Buy Condition Sell条件Sell Condition
OSCA_UPDOWN 基準足の値 < Level BuyValue < Level Buy 基準足の値 > Level SellValue > Level Sell
OSCA_UPDOWN_REVERSE 基準足の値 > Level BuyValue > Level Buy 基準足の値 < Level SellValue < Level Sell
OSCA_CROSS 1本前の値 ≥ Level Buy → 基準足の値が Level Buy をクロスダウンPrev value ≥ Level Buy → current value crosses down through Level Buy 1本前の値 ≤ Level Sell → 基準足の値が Level Sell をクロスアップPrev value ≤ Level Sell → current value crosses up through Level Sell
OSCA_CROSS_REVERSE 1本前の値 ≤ Level Buy → 基準足の値が Level Buy をクロスアップPrev value ≤ Level Buy → current value crosses up through Level Buy 1本前の値 ≥ Level Sell → 基準足の値が Level Sell をクロスダウンPrev value ≥ Level Sell → current value crosses down through Level Sell
Oscillator B 0–3 (Stochastic / RVI · 4 slots max)
ParameterDefault説明Description
IndicatorSTOCHASTIC STOCHASTIC / RVISTOCHASTIC or RVI
StrategyOSCB_CROSS_AT_OSOB %K=メインライン、%D=シグナルライン。各Strategyの詳細は下表を参照。 %K = main line, %D = signal line. See the Strategy table below for details.
K Period5%K 期間。%K period.
D Period3%D 期間(シグナルライン)。%D period (signal line).
Slowing3スローイング期間。Slowing period.
MA MethodSMAMA計算方式。MA method.
Price FieldLOWHIGHLOWHIGH=高値/安値ベース / CLOSECLOSE=終値ベース。LOWHIGH or CLOSECLOSE.
Period (RVI)10RVI使用時の計算期間。RVI period.
Level Buy / Sell0.0 シグナルのしきい値。Strategy別の使われ方は下表を参照。 Signal thresholds. See Strategy table below.
Strategy Buy条件Buy Condition Sell条件Sell Condition
CROSS_AT_OSOB %K・%D両方が Level Buy 以下(過売り圏)で %K が %D をクロスアップBoth %K and %D below Level Buy (oversold), %K crosses up through %D %K・%D両方が Level Sell 以上(過買い圏)で %K が %D をクロスダウンBoth %K and %D above Level Sell (overbought), %K crosses down through %D
CROSS_ANY_LEVEL レベルに関係なく %K が %D をクロスアップ%K crosses up through %D at any level レベルに関係なく %K が %D をクロスダウン%K crosses down through %D at any level
MAIN_CROSS_LEVEL %K が Level Buy をクロスアップ%K crosses up through Level Buy %K が Level Sell をクロスダウン%K crosses down through Level Sell
MAIN_CROSS_LEVEL_REVERSE %K が Level Buy をクロスダウン%K crosses down through Level Buy %K が Level Sell をクロスアップ%K crosses up through Level Sell
SIGNAL_CROSS_LEVEL %D が Level Buy をクロスアップ%D crosses up through Level Buy %D が Level Sell をクロスダウン%D crosses down through Level Sell
SIGNAL_CROSS_LEVEL_REVERSE %D が Level Buy をクロスダウン%D crosses down through Level Buy %D が Level Sell をクロスアップ%D crosses up through Level Sell
MAIN_UPDOWN %K < Level Buy%K < Level Buy %K > Level Sell%K > Level Sell
SIGNAL_UPDOWN %D < Level Buy%D < Level Buy %D > Level Sell%D > Level Sell
MACD 0–1 (2 slots max)
ParameterDefault説明Description
StrategyMACD_HISTOGRAM_VS_SIGNAL 各Strategyの詳細は下表を参照。 See the Strategy table below for details.
Fast EMA12短期EMA期間。Fast EMA period.
Slow EMA26長期EMA期間。Slow EMA period.
Signal Period9シグナルライン期間。Signal line period.
Level Buy0.0 買いシグナルのしきい値。Strategy別の使われ方は下表を参照。 Buy signal threshold. See Strategy table below.
Level Sell0.0 売りシグナルのしきい値。Strategy別の使われ方は下表を参照。 Sell signal threshold. See Strategy table below.
Strategy Buy条件Buy Condition Sell条件Sell Condition
HISTOGRAM_CROSS_LEVEL 1本前ヒストグラム ≥ Level Buy → 基準足ヒストグラムが Level Buy をクロスダウンPrev histogram ≥ Level Buy → current histogram crosses down through Level Buy 1本前ヒストグラム ≤ Level Sell → 基準足ヒストグラムが Level Sell をクロスアップPrev histogram ≤ Level Sell → current histogram crosses up through Level Sell
SIGNAL_LINE_LEVEL 1本前シグナルライン ≥ Level Buy → 基準足シグナルラインが Level Buy をクロスダウンPrev signal line ≥ Level Buy → current signal line crosses down through Level Buy 1本前シグナルライン ≤ Level Sell → 基準足シグナルラインが Level Sell をクロスアップPrev signal line ≤ Level Sell → current signal line crosses up through Level Sell
HISTOGRAM_VS_SIGNAL 1本前ヒストグラム ≤ シグナルライン → 基準足ヒストグラムがシグナルラインをクロスアップPrev histogram ≤ signal line → current histogram crosses up through signal line 1本前ヒストグラム ≥ シグナルライン → 基準足ヒストグラムがシグナルラインをクロスダウンPrev histogram ≥ signal line → current histogram crosses down through signal line
HISTOGRAM_LEVEL 基準足ヒストグラム < Level Buy(持続条件)Histogram < Level Buy (sustained) 基準足ヒストグラム > Level Sell(持続条件)Histogram > Level Sell (sustained)
Initial Trade
ParameterDefault説明Description
Initial Trade TypeBOTH BOTH=買い・売り両方 / BUY=買いのみ / SELL=売りのみ。 BOTH, BUY only, or SELL only.
Initial Lot ModeFIXED FIXED=固定ロット / XEQUITY=口座残高比例。 FIXED = fixed lot, XEQUITY = equity-proportional.
Initial Lot (Fixed)0.01 固定ロットモード時のロットサイズ。 Lot size in FIXED mode.
XEquity: Base Amount10000 XEQUITYモード時の基準残高。例: 残高$20,000 / 基準$10,000 / 0.01lot → 0.02lotで発注。 Base equity for XEQUITY mode. e.g. $20,000 equity / base $10,000 / 0.01lot → places 0.02lot.
XEquity: Lot per Base0.01 基準残高あたりのロット数。 Lot size per base equity unit.
Close
グループ構成Group Structure Closeグループには3つのサブグループがあります。Min Profitは決済のゲート(条件)として機能し、Loss RecoveryとTake Profitはシグナルとは独立した自律的な決済機能です。 The Close group has three subgroups. Min Profit acts as a gate for signal-based closes. Loss Recovery and Take Profit are autonomous close triggers independent of signals.
Close on Opposite Signal
ParameterDefault説明Description
Close on Opposite Signaltrue 逆方向シグナル発生時に既存バスケットを全決済。Min Profit条件が設定されている場合はその条件も満たす必要あり。falseにするとEXIT_ONLYシグナルのみで決済。 Closes all basket positions on opposite signal. Min Profit conditions apply if set. When false, only EXIT_ONLY signals close positions.
Min Profit(シグナル決済ゲート)
Min Profit (Signal Close Gate)
ParameterDefault説明Description
Min Profit ModeDisabled Disabled=無効(常に決済許可) / Fixed=固定通貨額 / Per Lot=0.01lotあたりのUSD換算額。 Disabled = always allow. Fixed = fixed currency amount. Per Lot = per 0.01 lot in USD.
Profit In Currency (fixed)0.0 バスケット利益がこの値以上のときのみ決済を許可。口座通貨単位で入力。例: 5.0(USD口座)→ 含み益が$5以上でないと決済されない。 Closes only when basket profit ≥ this value. Enter in account currency. e.g. 5.0 (USD) → will not close unless profit ≥ $5.
Profit Per 0.01lot in USD (per lot)0.0 Initial Lotに応じて決済基準を自動調整します。口座通貨に関わらずUSDで入力します。
例: 入力値=1.0の場合
Initial Lot=0.01 → バスケット利益が$1以上で決済許可
Initial Lot=0.05 → バスケット利益が$5以上で決済許可
Initial Lot=0.10 → バスケット利益が$10以上で決済許可
ロットが大きいほど基準額も自動的に上がります。
Threshold scales automatically with Initial Lot. Always enter in USD.
e.g. input=1.0:
Initial Lot=0.01 → allows close when profit ≥ $1
Initial Lot=0.05 → allows close when profit ≥ $5
Initial Lot=0.10 → allows close when profit ≥ $10
Larger lot = higher threshold automatically.
Apply ToBoth Both=逆シグナル・EXIT決済両方に適用 / Opposite Only=逆シグナル決済のみ / Exit Only=EXIT決済のみ。 Both / Opposite Only / Exit Only.
Loss Recovery(自律決済)
Loss Recovery (Autonomous)
動作Behavior シグナルとは無関係に独立して動作。バスケット損益が指定値を下回った後、その値まで回復した瞬間(下から上へのクロス)に全決済。 Autonomous — independent of signals. Closes all positions the moment basket profit crosses upward through the specified value, after having dropped below it.
ParameterDefault説明Description
Loss Recovery ModeDisabled Disabled=無効 / Fixed=固定通貨額 / Per Lot=0.01lotあたりのUSD換算額。 Disabled / Fixed / Per Lot.
Loss Recovery In Currency (fixed)0.0 バスケット損益がこの値を下から上にクロスしたとき全決済。口座通貨単位で入力。正・負・0いずれも設定可能。例: -50、Min Positions=3 → グリッドが3本以上開いており、損益が-50を下回った後-50まで回復したとき全決済。 Closes all when basket profit crosses upward through this value. Enter in account currency. Positive, negative, or zero valid. e.g. -50 with Min Positions=3 → closes when profit recovers to -50 after dropping below it, only when 3+ positions open.
Loss Recovery Per 0.01lot in USD (per lot)0.0 0.01lotあたりの回収基準額をUSD単位で入力。正・負・0いずれも設定可能。USD以外の口座でも常にUSD単位で入力。
実際の基準額 = 入力値(USD) × (Initial Lot ÷ 0.01) × 口座通貨換算
例: 入力値=-1.0の場合
Initial Lot=0.01 → 基準額=-$1.0相当
Initial Lot=0.05 → 基準額=-$5.0相当
Initial Lot=0.10 → 基準額=-$10.0相当
Enter in USD. Positive, negative, or zero valid. Always enter in USD regardless of account currency.
Actual threshold = input(USD) × (Initial Lot ÷ 0.01) × account currency conversion
e.g. input=-1.0:
Initial Lot=0.01 → threshold=-$1.0 equivalent
Initial Lot=0.05 → threshold=-$5.0 equivalent
Initial Lot=0.10 → threshold=-$10.0 equivalent
Min Positions for Loss Recovery0 損失回収を発動するための最低ポジション数。0=制限なし。例: 3 → グリッドが3本以上開いているときのみ発動。 Minimum positions to trigger recovery. 0 = no limit. e.g. 3 = only triggers with 3+ positions open.
Take Profit(自律決済)
Take Profit (Autonomous)
動作Behavior シグナルとは無関係に独立して動作。バスケット利益が指定額以上になった瞬間に全決済。 Autonomous — independent of signals. Closes all positions the moment basket profit reaches or exceeds the specified amount.
ParameterDefault説明Description
Take Profit ModeDisabled Disabled=無効 / Fixed=固定通貨額 / Per Lot=0.01lotあたりのUSD換算額。 Disabled / Fixed / Per Lot.
Take Profit In Currency (fixed)0.0 バスケット利益がこの値以上になった瞬間に全決済。口座通貨単位で入力。0より大きい値のみ有効。例: 20.0(USD口座)→ 損益が$20以上になったとき即座に全決済。 Closes all the moment profit reaches or exceeds this value. Enter in account currency. Only positive values valid. e.g. 20.0 (USD) → closes immediately when profit reaches $20.
Take Profit Per 0.01lot in USD (per lot)0.0 Initial Lotに応じて利確基準を自動調整します。口座通貨に関わらずUSDで入力します。
例: 入力値=1.0の場合
Initial Lot=0.01 → バスケット利益が$1に達した瞬間に全決済
Initial Lot=0.05 → バスケット利益が$5に達した瞬間に全決済
Initial Lot=0.10 → バスケット利益が$10に達した瞬間に全決済
ロットが大きいほど利確基準も自動的に上がります。
Take profit threshold scales automatically with Initial Lot. Always enter in USD.
e.g. input=1.0:
Initial Lot=0.01 → closes immediately when basket profit reaches $1
Initial Lot=0.05 → closes immediately when basket profit reaches $5
Initial Lot=0.10 → closes immediately when basket profit reaches $10
Larger lot = higher TP threshold automatically.
Grid
グリッドの仕組みHow Grid Works 初期エントリー後にポジションが含み損になった場合、価格がGrid Gap分だけ不利方向に動くたびに追加エントリーを行います。バスケット全体が含み損のときのみ発動し、Grid Max Countに達するまで繰り返します。 Additional entries are placed each time price moves one Grid Gap against the position while the basket is in loss. Repeats until Grid Max Count is reached.
ParameterDefault説明Description
Grid Enablefalseグリッド機能の有効/無効。Enable/disable grid trading.
Grid Max Count5 グリッドエントリーの最大本数(初期エントリーを含まない)。例: 5 → 初期1本+グリッド5本=最大6本保有。 Max grid entries (excluding initial). e.g. 5 → up to 6 total positions.
Grid Gap ModeFIXED FIXED=全グリッドで固定間隔 / CUSTOM=グリッドごとに異なる間隔(セミコロン区切り)。 FIXED = same gap for all. CUSTOM = different gap per level (semicolon-separated).
Grid Gap (points)1000 固定モード時のグリッド間隔(ポイント)。直前のエントリー価格からこの距離だけ不利方向に動いたとき次のグリッドが発動。 Fixed gap in points. Next grid fires when price moves this far against the last entry price.
Grid Gap Custom CUSTOMモード時の各グリッドの間隔(例: 700;1000;1200)。値の数がMax Countより少ない場合、最後の値を繰り返し使用。 Custom gaps per level (e.g. 700;1000;1200). Last value reused if fewer entries than Max Count.
Grid Lot ModeADD グリッドロットの計算方式。6種類: FIXED / ADD / ADD_RATIO / MULTIPLIER / CUSTOM / CUSTOM_RATIO。 6 modes: FIXED / ADD / ADD_RATIO / MULTIPLIER / CUSTOM / CUSTOM_RATIO.
Grid Lot Fixed0.01 FIXEDモード: 全グリッドに固定ロットを使用。初期エントリーのロットとは独立。 FIXED: constant lot for all grids, independent of initial lot.
Grid Lot Fixed=0.03 → G1=0.03, G2=0.03, G3=0.03
Grid Lot Add0.01 ADDモード: lot = base + (グリッド番号 × Grid Lot Add)。baseは初期エントリーのロット。 ADD: lot = base + (grid index × add). base = initial lot.
base=0.01, Add=0.01
G1=0.02, G2=0.03, G3=0.04, G4=0.05
Grid Add Ratio-1 ADD_RATIOモード: lot = Initial Lot × (1 + Ratio × グリッド番号)。-1=無効。XEQUITYと組み合わせると残高変動でInitial Lotが変わっても、グリッドロットが常にInitial Lotに対して一定比率で連動します。step=0.01のブローカーではInitial Lot≥0.02推奨。 ADD_RATIO: lot = Initial Lot × (1 + ratio × grid index). -1=disabled. Best combined with XEQUITY — grid lots scale proportionally as Initial Lot changes. Recommend Initial Lot≥0.02 for step=0.01 brokers.
Initial Lot=0.02, Ratio=0.5
G1: 0.02×(1+0.5×1) = 0.03
G2: 0.02×(1+0.5×2) = 0.04
G3: 0.02×(1+0.5×3) = 0.05
G4: 0.02×(1+0.5×4) = 0.06

XEQUITYで残高2倍 → Initial Lot=0.04に自動調整:
Ini=0.04, G1=0.06, G2=0.08, G3=0.10, G4=0.12
残高成長に合わせてグリッド全体が自動スケールします。
Grid Lot Multiplier1.5 MULTIPLIERモード: lot = base × Multiplier ^ グリッド番号。指数関数的に増加するため証拠金管理に注意。 MULTIPLIER: lot = base × Multiplier ^ index. Grows exponentially — manage margin carefully.
base=0.01, Mult=1.5
G1=0.02, G2=0.02, G3=0.03, G4=0.05
Grid Custom Lots0.01;0.02;0.03 CUSTOMモード: 各グリッドのロットを直接指定(セミコロン区切り)。値が足りない場合、最後の値を繰り返し使用。 CUSTOM: specify lot per level (semicolon-separated). Last value reused if fewer than Max Count.
0.01;0.02;0.05 → G1=0.01, G2=0.02, G3以降=0.05
Grid Custom Ratios CUSTOM_RATIOモード: lot = Initial Lot × (1 + 指定ratio)。ADD_RATIOと異なりグリッド番号は掛けない—各グリッドのratioを個別指定。XEQUITYとの組み合わせでInitial Lotに連動して変動します。step=0.01のブローカーではInitial Lotが0.02の倍数推奨。 CUSTOM_RATIO: lot = Initial Lot × (1 + ratio). Unlike ADD_RATIO, grid index is not multiplied — each level has its own fixed ratio. Scales with Initial Lot when using XEQUITY. Recommend Initial Lot as multiples of 0.02 for step=0.01 brokers.
Initial Lot=0.02, Ratios=0.5;1.0;1.5;2.0
G1: 0.02×(1+0.5) = 0.03
G2: 0.02×(1+1.0) = 0.04
G3: 0.02×(1+1.5) = 0.05
G4: 0.02×(1+2.0) = 0.06

XEQUITYで残高2倍 → Initial Lot=0.04に自動調整:
Ini=0.04, G1=0.06, G2=0.08, G3=0.10, G4=0.12
残高成長に合わせてグリッド全体が自動スケールします。

ADD_RATIOとの違い: ADD_RATIOはRatio×グリッド番号で自動増加、CUSTOM_RATIOは各グリッドのRatioを個別指定
Break Even
ParameterDefault説明Description
Break Even Enablefalseブレークイーブン機能の有効/無効。Enable break-even stop.
BE Apply TypeBasket (all positions) 各モードの詳細は下表を参照。 See the table below for details on each mode.
BE Trigger100 ブレークイーブンを発動する含み益(ポイント)。この値以上になったときSLを建値に移動。 Profit in points to trigger BE. Moves SL to open price when reached.
BE Step0 SLを建値から何ポイント有利側に置くか。0=ちょうど建値。 Points above open price to place SL. 0 = exact open price.
表示名Display Name 動作Behavior
Last Position
(1 pos=Initial, multiple=last Grid)
Last Position
(1 pos=Initial, multiple=last Grid)
ポジション1本のとき→その建値基準。複数本のとき→最後のグリッドポジションの建値基準でBE判定・適用。1 position: uses its open price as reference. Multiple positions: uses last grid position's open price as BE reference.
Individual
(each position separately)
Individual
(each position separately)
各ポジション個別に建値基準でBEを適用。Applies BE to each position independently based on its own open price.
Basket
(all positions)
Basket
(all positions)
バスケット全ポジションの平均建値を基準にBEを判定・適用。
例(BE Trigger=100pts、BE Step=0):
買い3本(建値1.2000/1.1990/1.1980)→ 平均建値=1.1990
現在値が1.2000(+100pts)に達したら全ポジションのSLを1.1990に移動。
Uses average open price of all basket positions as BE reference.
e.g. (BE Trigger=100pts, BE Step=0):
3 buys (open: 1.2000/1.1990/1.1980) → avg=1.1990
When price reaches 1.2000 (+100pts), moves SL of all positions to 1.1990.
Trailing Stop
ParameterDefault説明Description
Trailing Stop Enablefalseトレイリングストップの有効/無効。Enable trailing stop.
TR Apply TypeBasket (all positions) BE Apply Typeと同様の3モード。各モードの詳細は下表を参照。 Same 3 modes as BE Apply Type. See the table below for details.
TR Trigger100 トレイリングを開始する含み益(ポイント)。 Profit in points to activate trailing.
TR Distance50 SLを現在値から何ポイント離すか。 Distance in points to trail behind current price.
表示名Display Name 動作Behavior
Last Position
(1 pos=Initial, multiple=last Grid)
ポジション1本のとき→その建値基準。複数本のとき→最後のグリッドポジションの建値基準でTR判定・適用。1 position: uses its open price. Multiple positions: uses last grid position's open price as TR reference.
Individual
(each position separately)
各ポジション個別に建値基準でTRを適用。Applies TR to each position independently based on its own open price.
Basket
(all positions)
バスケット全ポジションの平均建値を基準にTRを判定・適用。
例(TR Trigger=100pts、TR Distance=50pts):
買い3本(建値1.2000/1.1990/1.1980)→ 平均建値=1.1990
現在値が1.2000(+100pts)に達したらトレイリング開始。
SLを現在値-50pts=1.1950に設定。
現在値が1.2050に上昇 → SLを1.2000に更新。
現在値が下落してSL=1.2000に触れたら全決済。
Uses average open price of all basket positions as TR reference.
e.g. (TR Trigger=100pts, TR Distance=50pts):
3 buys (open: 1.2000/1.1990/1.1980) → avg=1.1990
Trailing starts when price reaches 1.2000 (+100pts).
SL set to 1.2000-50pts=1.1950.
Price rises to 1.2050 → SL updated to 1.2000.
Price drops and hits SL=1.2000 → all positions closed.
Dashboard
ParameterDefault説明Description
Dashboard Enabletrueチャート上のダッシュボードの表示/非表示。Show/hide the on-chart dashboard.
Dashboard X / Y Position30 / 50ダッシュボードの表示位置(ピクセル)。Dashboard position in pixels.
Dashboard BG ColorBlackダッシュボードの背景色。Dashboard background color.
04

運用上の注意

Important Notes

スワップフリーSwap-free ポジションを数日〜数週間保有するため、スワップフリー口座があると有利です。 A swap-free account is recommended but not required — positions are held for days to weeks.
推奨証拠金 / setファイルRecommended Balance / Set File 付属のsetファイルはFBS-Real(fbs.com)レバレッジ1:5001ペアあたり証拠金$2,000を基準に最適化・検証済みです。9通貨ペアすべてで運用する場合、分散効果により$10,000程度で運用可能です。他のブローカーや証拠金額では結果が異なる場合があります。ライブ運用前に必ずバックテストおよび最適化を行ってください。 The included set file has been verified on FBS-Real (fbs.com) with 1:500 leverage, optimized for a $2,000 base balance per pair. When running all 9 pairs, approximately $10,000 is sufficient due to diversification. Results may differ on other brokers or balance settings. Please run your own backtest and optimization before live trading.
05

ライセンスについて

About Your License

ライセンスキーは購入時のMT5口座番号にのみ有効です。Single・Multiプランは永久ライセンスです。Trialプランの有効期限は30日間です。更新・追加購入: statera-ea.com/shop.html

License key is valid only for the MT5 account registered at purchase. Single and Multi plans are lifetime licenses. Trial plan is valid for 30 days. Renewal: statera-ea.com/shop.html

06

Support

Email: [email protected]

週次レポート・ライブ結果: Weekly Report / Live Results: statera-ea.com

⚠️ 本製品はデジタルコンテンツのため、購入後の返金はいかなる場合も承りません。 ⚠️ All sales are final. No refunds are provided for digital products.