TripleBullet MT5
- エキスパート
- Hashimoto Takuma
- バージョン: 3.1
- アップデート済み: 2 12月 2023
- アクティベーション: 5
概要
Tripletはその名の通り、1~3ペアを同時に取引できるグリッドトレード(リピート系)EAです。
相関の低いペア(例:USDCHF / EURGBP / AUDNZD)や逆相関のペア(例:USDJPY / S&P500)を3つ組み合わせることでリスク分散が可能です。
- ペア || 制限はありません。 すべてのペアが利用可能です。
- 「EURUSD」「USDJPY」などのFXペアだけでなく、「S&P500(CFD)」「XAUUSD(先物)」「BTCUSD(仮想通貨)」などにもご利用いただけます。
- 最低限必要なデポジット || 調整できます。
- 時間 枠 || 毎月の期間が推奨されます。
- 毎月の時間枠を使用すると、MT5 は より多くの履歴データを取得できます
Parameter | Roll | Usage |
---|---|---|
debugMode | Output log | When true, log will appear on Journal. |
magicNumber | Distinguish trades | Set a value that does not overlap with other EAs |
stopEquity | Safe function | New position is not open if current equity is lower than stopEquity. To disable, set 0. |
stopMarginLevel | Safe function | New position is not open if current stop margin levelis lower than stopMarginLevel To disable, set 0. |
stopDrawDownPer | Safe function | New position is not open if current draw down is lower than stopDrawDownPer To disable, set 100. |
spreadLimit | Safe function | New position is not open if current supread is over spreadLimit To disable, set 99999999..... |
risk | Lot calcuration | Trade lot is automatically calcurated by risk. risk and lot parameters can't be set at he same time. To disable, set 0. |
lot | Lot calcuration | Trade lot is automatically calcurated by risk. risk and lot parameters can't be set at he same time. To disable, set 0. |
pricePeriod | Logic | Determine how many monthly bars to use for calculation |
noTradeCoreRange | Logic | Determine What price range is the core range. |
positionHalf | Logic | Determine how many positions EA have outside the core range. |
positionCore | Logic | Determine how many positions EA have in the core range. |
minTP | Logic | Minimum tp(by pips) that a position can take |
maxTP | Logic | Maximum tp(by pips) that a position can take |
sl | Logic | stop loss(by pips) To disable set 0 (No stop loss) |
symbol2 | Logic | Determine which pair to trade additionaly |
symbol3 | Logic | Determine which pair to trade additionaly |
サンプルパラメータセット
筆者のマシンで最適化する場合の最適な設定は以下の通りです(AUDNZD)
Variable | Value |
---|---|
pricePeriod | 36 |
noTradingCoreRange | 0.16 |
positionHalf | 31 |
minTP | 95 |
maxTP | 271 |
symbol1 | USDCHF |
symbol2 | AUDNZD |
さらに詳しく
仕様がMQL5で記述できる文字数を超えたのでブログに記載します。