📝 产品详情
Sure Fire Hedging Strategy
| 作者 | Syarif Nur Arief |
| 版本 | v96.16 |
| 更新 | 2014-11-28T13:09:28 |
| 激活数 | 5 |
| 原价 | $85 USD |
Adding new parameter on last version (ver 96.16, Updated on 13 August 2024):
Function is to closing all at profit when Account profit in total is met, for easy profit controling when EA trade on more than 1 pairs in one account
Set_12 = --Closing All Symbol At Total Profit--;
Closing_All_Symbol = false;
Closing_All_At_Profit = 100;
- Set_0, Default is --Type Your BACKTEST First Initial Balance--, No need to change, just information for below parameter.
- Tester_First_Deposit, Default is 100000, If your Backtest Initial Balance is 10000, Change this parameter to 10000.
- Set_1, Default is --Time Filter For First Open Order--, No need to change, just information for below parameter.
- Set_1_Noted, Default is --Using Broker Server Time--, No need to change, just information for below parameter.
- Start_Hour, Default is 1, EA will start active at 01:00 broker server time.
- End_Hour, Default is 22, EA will not active at 22:00 broker server time.
- Set_2, Default is --Auto First Order-- , No need to change, just information for below parameter.
- First_Lot, Default is 0.01, First open order lot size.
- Magic_Number_Sell, Default is 2222, Magic Number for First open sell, not for next hedge order.
- Magic_Number_Buy, Default is 8888, Magic Number for First open buy, not for next hedge order.
- Buy__Order_Comment, Default is Buy 8888, order comment of all opened order buy from EA.
- Sell__Order_Comment, Default is Sell 2222, order comment of all opened order sell from EA.
- Set_4, Default is --Hedging Function-- , No need to change, just information for below parameter.
- Enable_Hedge, Default is true, set to false if no need hedge/averaging open position.
- Max_Total_Open_, Default is 15, total opened order from very first open to maximum is 15 total order.
- Auto__Hedge_Distance, Default is --Auto Hedge/Anti Hedge Distance, Many Years span-- , No need to change, just information for below parameter.
- Auto_Gap_and_TP, Default is false, set to true to use automatic hedge distance value. based below parameter.
- Years_Span, Default is 3, 3 mean 3 years span highest to lowest span in 3 years.
- Set_4a, Default is --Hedge Distance TP/SL In Points-- , No need to change, just information for below parameter.
- Hedge__Distance, Default is 800, mean Hedge distance/ gaps of hedge is 80 pips, if set below 100 point (10 pips), EA will not working.
- Hedge_TP, Default is 800, 800 mean TP at 80 pips.
- Hedge_SL, Default is 1600, 1600 mean SL at 160 pips.
- Set_4b, Default is --Marti Hedge Lot Management-- , No need to change, just information for below parameter.
- Set_4b_note_1, Default is --If Use_MartiDefault isfalse, next lot is last lot+Add_Lots-- , No need to change, just information for below parameter.
- Use_Marti, Default is true, set to false will make EA not using martingale, but will use Add Lot for next order lot size.
- First_Hedge_Lot, Default is 3.0, for martingale of 2nd open order only.
- Next_Hedge_Lot, Default is 2.0, for martingale of 3rd open order and next.
- Add_Lots, Default is 0.02, next lot size of next open order to hedge/averaging is Last opened order lot + 0.02.
- Set_4b_note_2, Default is --Activate Averaging At choosed Total Open-- , No need to change, just information for below parameter.
- Set_4b_note_3, Default is --Averaging is Anti Hedge System-- , No need to change, just information for below parameter.
- Set_4b_note_4, Default is --Averaging Gaps Distance Default is Hedge__Distance X 2-- , No need to change, just information for below parameter.
- Activate_Averaging, Default is false, set to true will make EA automatically change system from hedging to averaging at total order (below parameter).
- _Active_At_Total_Open, Default is 3, mean at order level 4 to maximum open parameter EA will change strategy to averaging, not use hedging anymore.
- Set_5, Default is --Profit Target & Target Percent-- , No need to change, just information for below parameter.
- Set_5_Note_1, Default is --If Activate_Profit_Target is true,Profit target will be used-- , No need to change, just information for below parameter.
- Set_5_Note_2, Default is --To use Percent Target, Both Activate_Profit_Target & Percent_Target set to true-- , No need to change, just information for below parameter.
- Set_5_Note_3, Default is --Profit Target In (Money) Account Currencies-- , No need to change, just information for below parameter.
- Activate_Profit_Target, Default is false, set to true to activate profit target in money value based account currencies.
- Profit_Target, Default is 2, mean EA will closing all opened order at total profit equal or above 2 usd (Account currencies i.e USD)
- Set_5_Note_4, Default is --Target Percent From Current Balance-- , No need to change, just information for below parameter.
- Percent_Target, Default is false, set to true to activate percentage target.
- Target_Percent, Default is 0.2, mean at profit 0.2% from current balance, EA will closing all opened order.
- Set_6, Default is --STEALTH HIDDEN TP/SL-- , No need to change, just information for below parameter.
- STEALTH_TP_SL, Default is false, Set to true for hide all TP and SL setting.
- Scalper_Mode, Default is --Scalper Mode For 1st Open Position-- , No need to change, just information for below parameter.
- Note_Scalper_Mode, Default is --Only work if STEALTH_TP_SL set to true-- , No need to change, just information for below parameter.
- Scalper_Mode_, Default is true, set to false will make first open order closed at TP target.
- Spread_X_Times_Value, Default is 2, first open will closed at 2x current spread
- Note_Spread_X_Times, Default is --TP of 1st Open is Spread_X_Times_Value X Spread-- , No need to change, just information for below parameter.
- Trailing, Default is --Auto TrailingStop-- , No need to change, just information for below parameter.
- TRAILING_STOP_Enable, Default is true, change to false for deactivate auto trailing stop.
- TrailStop_Starting_Lotsize, Default is 0.01, Change to i.e 0.24 will make auto trailingstop working from last opened order with lot 0.24.
- Note_Trailing_Stop, Default is --TrailingStop Function Only if STEALTH_TP_SL Default is true-- , No need to change, just information for above parameter.
- Set_9, Default is --Spread Filter in Point-- , No need to change, just information for below parameter.
- Max_Spread_Allowed, Default is 10000000, Can be change to make EA stop working if spread above this value.
- Set_10, Default is --Day Filter-- , No need to change, just information for below parameter.
- Set_10_Noted, Default is --True To Activate-- , No need to change, just information for below parameter.
- Monday, Default is false, Set to true will make EA not working at monday.
- Tuesday, Default is false , Set to true will make EA not working at tuesday.
- Wednesday, Default is false , Set to true will make EA not working at wednesday.
- Thursday, Default is false , Set to true will make EA not working at thursday.
- Friday, Default is false , Set to true will make EA not working at friday.
- Saturday, Default is false , Set to true will make EA not working at saturday.
- Sunday, Default is false , Set to true will make EA not working at sunday.
- Signaling_Indicators, Default is --EA use below parameter to open Auto First Open Buy/Sell-- , No need to change, just information for below parameter.
- Signaling_Option, Default is --TRUE for HiLo H4 & M1 Breakout, FALSE for MA & ADX Indicators-- , No need to change, just information for below parameter.
- Use_Hi_Lo_Breakout, Default is true
- MA_ADX_Continuitas_Signal, Default is --Signal Continue-- , No need to change, just information for below parameter.
- Continuitas_Signal, Default is false, if set to true, MA and ADX false signal of buy/sell will be filtered and ignored.
- MA_1_Setup, Default is --MA 1 Setup-- , No need to change, just information for below parameter.
- Period_MA_1, Default is 200
- MA_Methode_1, Default is MODE_EMA
- MA_Price_1, Default is PRICE_CLOSE
- TF_MA_1, Default is PERIOD_CURRENT
- MA_2_Setup, Default is --MA 2 Setup-- , No need to change, just information for below parameter.
- Period_MA_2, Default is 100
- MA_Methode_2, Default is MODE_EMA
- MA_Price_2, Default is PRICE_CLOSE
- TF_MA_2, Default is PERIOD_CURRENT
- MA_3_Setup, Default is --MA 3 Setup-- , No need to change, just information for below parameter.
- Period_MA_3, Default is 21
- MA_Methode_3, Default is MODE_EMA
- MA_Price_3, Default is PRICE_CLOSE
- TF_MA_3, Default is PERIOD_CURRENT
- MA_4_Setup, Default is --MA 4 Setup-- , No need to change, just information for below parameter.
- Period_MA_4, Default is 8
- MA_Methode_4, Default is MODE_EMA
- MA_Price_4, Default is PRICE_CLOSE
- TF_MA_4, Default is PERIOD_CURRENT
- ADX_Setup, Default is --ADX Setup-- , No need to change, just information for below parameter.
- TF_ADX, Default is PERIOD_CURRENT
- Period_ADX, Default is 14
- Price_ADX, Default is PRICE_CLOSE
- Level_ADX, Default is 17
- Set_11, Default is --Right_Chart_Display-- , No need to change, just information for below parameter.
- Right_Chart_Display, Default is false, Change to true if want to display information text on right and left chart.
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览