Lucifer Gold Hedge
- Experts
- Hossein Davarynejad
- Versione: 1.1
Lucifer Gold Hedge
Summary:
- Works on Gold M1 (XAUUSD, 1-minute chart)
- Designed for Cent Accounts with minimum deposit $10,000
- Multi-level grid system with dynamic lot sizing (0.01 to 0.30)
- End-of-day trade close, trailing TP, Bollinger Bands and Max Spread filters
- Full risk management with Max Daily Loss and Profit percentages
Gold M1 Expert Advisor Input Parameters Explanation
1. EA _Name
input string EA_ Name = "////// LUCIFER GOLD HEDGE /////";
- The name of the EA displayed in MT5. Useful for identification, can include version info.
2. Fix _Lot
input double Fix_ Lot = 0.01;
- The initial fixed lot size for the first trade. All base trades start with this lot before multi-level grid lots are applied.
3. Distance_ Pips
input int Distance_ Pips = 100;
- Distance in pips between grid levels. Determines how far the next pending order or grid level is placed from the previous trade.
4. Working_ Time, Start_Time_1, End_Time_1
input string Working _Time = "=============================================";
input string Start_Time_1 = "04:40:00";
input string End_Time_1 = "21:40:00";
- Defines the trading session of the EA. EA will only open trades between Start_Time_1 and End_Time_1.
- All trades are automatically closed at the end of the session.
5. Profit Settings: Close_Pips_1, Close_Pips2, Close_Pips
input string Profit_Setting = "==========================================";
input int Close_Pips_1 = 100;
input int Close_Pips2 = 110;
input int Close_Pips = 120;
- Multiple take profit targets in pips for grid levels.
- EA can close parts of positions or multiple trades at different profit levels.
6. Cut_Loss, Max_DD_Loss, Max_DD_Profit
input string Cut_Loss = "==================================";
input int Max_DD_Loss = 100; // Max Daily Loss %
input double Max_DD_Profit = 9.0; // Max Daily Profit %
- Daily risk management settings.
- Max_DD_Loss: maximum daily drawdown allowed in percentage.
- Max_DD_Profit: maximum daily profit percentage before EA stops opening new trades.
7. Trailing TP Settings: Start_Traling_Tp, Step_Traling_TP
input string Traling_TP_Setting = "=============================================";
input double Start_Traling_Tp = 10.0;
input double Step_Traling_TP = 1.0;
- Trailing Take Profit configuration.
- EA starts trailing after Start_Traling_Tp pips and moves TP in Step_Traling_TP increments.
8. Trading Levels & Grid Lots
- Multiple Check_Count_X and Fix_Lot_X define grid levels.
- Check_Count_X: condition or trigger for grid level X.
- Fix_Lot_X: lot size for grid level X.
- Allows progressive lot sizing from 0.01 to 0.30 for scaling trades safely.
9. Broker Settings & Max Spread Filter
input string Broker_setting = "===============================";
input double Max_Spread_Filter = 10.0;
- Filters trades based on broker conditions.
- Max_Spread_Filter: EA will not open trades if spread exceeds this value.
10. End of Day / Close Time
input string Start_time_Close_1 = "21:41:00";
string End_Time_Close_1 = "23:00:00";
- Defines the period when all trades should be closed automatically at the end of day.
11. Magic Number
input int Magic Start = 120012;
- Unique identifier for trades opened by this EA.
- Helps manage EA trades separately from manual trades or other EAs.
NXFX Group
WWW.NXFX.CA

- наша задача не ждать милости от природы а самим забрать всё что захотим . так можно охарактеризовать подобные стратегии . советник пока не тестировал но он привлекает своей агрессивностью. сразу ставлю 5 спасибо что поделились.