- 一月 5, 2022
- 發表者: 外匯維基團隊
- 類別: 免費外匯 EA
外匯維基朋友大家好,
多幣種網格 EA 說明 :
基於 Martingale 系統修改版本的多貨幣 EA 交易,具有使用平均的附加功能. EA 交易根據一組訂單建立一個網格 (如果前一個部位出現虧損,開立新部位) until all positions are closed at once in profit or breakeven.
Stop Loss is not used in the system, so there can be no separate fixing of losses.
A distinctive feature of VelociRaptor Grid is that it opens another new position not with a certain grid step, as is customary for most advisers, but at the opening of each new candle, if the distance to the previous order is not less than the one specified in the settings, thus each time a dynamic grid of orders.
貨幣對 : 歐元兌美元, 澳幣兌美元, 紐元兌美元, 美元兌加元, 澳幣日元, 歐元日圓, 歐元英鎊, 澳幣CAD, 英鎊CAD, 紐西蘭DCAD, 歐元澳幣, 澳幣紐元, 歐元加幣
大體時間 : M15, H1
交易時間 : Round the clock
經紀商要求 :
Multicurrency Grid EA Settings:
SetName | The name of the current set file.
====== SETUP_Expert | Expert Settings ======
魔法 | Individual Magik number. It is necessary for the advisor to be able to distinguish its trade orders from third-party advisors or manual trading.
止盈 | The value of taking profit (從中受益).
StopTradeAfterTP | If True - the Expert Advisor will stop opening new positions after the active grid is closed.
Min Laverage | Leverage filter: new grid orders will not be opened if the leverage for the current symbol is less than the one specified in the settings.
最大點差 | Setting the maximum allowable spread for opening the first grid order. When MaxSpread> 0, the filter is activated.
If, upon receiving a signal, the current spread is greater than the MaxSpread value, then the entry is postponed and an attempt is made to enter at the next tick. If no entry has been made for the current candle, then entry at the next one is possible only if the signal is saved.
====== SETUP_Mmanagement | Setting up MoneyManagement ======
很多 | The lot with which the first deal on the grid will be opened. If DepositAutoMM > 0, then the 很多 value is not taken into account.
DepositAutoMM | Setting the value of the allocated deposit to 0.01 貿易 (最低限度) 很多. If set to 0, the lot size is taken from the Lot variable.
(Example: Balance is 10,000, DepositAutoMM = 2,000, then the initial lot with which the grid will be opened is 10,000 / 2,000 * 0.01 = 0.05)
MaxDD Stop Percent | Maximum open drawdown (in%) at which it is allowed to open a new basket.
MaxDD Release Percent | 回撤, upon reaching which the block prohibiting trading is removed.
LocalDD Close Percent | Compulsory closure of all orders when the specified drawdown percentage is reached.
Currency Filter | Suspension of opening transactions in a currency, if there are already transactions in this direction for it. Designed to signal the need to stop / restore trading in the direction of existing transactions in the currency when opening a new transaction. If CurrencyFilter> 0, an entry delay will be activated after a signal appears in seconds. If CurrencyFilter = 0, the filter does not work.
例如, we opened on EURUSD on BUY, which means we freeze the opening of transactions on EUR for BUY, and for USD on SELL. That is, USDCAD will open on BUY, but GBPUSD will not open on BUY (only on SELL). 但, on EURUSD, a new BUY deal will be opened to continue building the grid. SELL deals on this pair will also be allowed, as they have the opposite direction.
====== SETUP_MartinGrid | Setting up Martingale mode ======
乘數 | The value by which the lot of the current open grid order will be multiplied. It is needed to calculate the lot of the next knee.
(Example: The lot of the current open position is 0.1, 乘數 = 1.6, then the next grid order will open with a lot of 0.16)
Distance| The minimum distance from the current price to the nearest open grid order, 以點為單位, less than which the grid knee will not open on the next bar.
BaseLotLevelCount | Averaging parameter. It is equal to the number of knees that will open sequentially with the base lot.
(Example: BaseLotLevelCount = 3, 很多 = 0.1, 乘數 = 1.6. The grid will be built with a lot: 0.1 - 0.1 - 0.1 - 0.16 - 0.25 ...
If BaseLotLevelCount = 1 - averaging is not taken into account)
BreakEvenLevel | The knee number on which the TakeProfit of all open positions will be transferred to breakeven.
Averaging High Level | The knee, starting from which the grid is averaged by the last open lot.
Example: If AveragingHighLevel = 5, Lot = 0.1, and Multiplier = 2, then the grid lot will look like: 0.1 - 0.2 - 0.4 - 0.8 - 0.8 - 0.8 ... "
====== SETUP_Strategy | Strategy parameters ==== ==
策略 | 5 strategies for entering the market with the first order based on RSI, WPR and candlestick analysis
反向訊號 | Function that activates the grid against the indicator signal
BothDirectionTrade | If true, the market is entered on each indicator signal. if there is already a Buy grid and a Sell signal appears, we open an additional grid.
====== SETUP_Indicator_RSI | RSI indicator parameters ======
RSI_Period| The number of chart candles from the current bar for calculating the RSI indicator value.
RSI_MinMaxLevels | Setting overbought / oversold levels of the RSI indicator.
====== SETUP_Design | Design settings ======
LabelColor | Info panel text color
LabelFontSize |
PanelType Dashboard Text Size | Three options for choosing the background color of the information panel
PanelTransparency | Setting the transparency value of the panel from 0 到 255.
How to set the risk you need:
例如, you want to set the risk of 10% on the AUDJPY pair. Open the attached Excel spreadsheet. We put 10% 在 X column , 這
balance for Auto_MM changes to 14,200. This means that to trade with a minimum lot of 0.01, you need 14,200 單位. 平衡.
If your balance is 50 000, the first order will be opened with a lot 0.03, as can be seen from column G Since the trade involves a large amount of steam is recommended for the manifestation of a significant drawdown, manually stop the trafficking of inactive pairs (parameter StopTradeAfterTP), in order to reduce its risks increase when important news is released, and also avoid correlation.
Multicurrency Grid EA Results:
Download Multicurrency Grid EA: