![]()
- The main currencies are EURUSD, USDJPY
- Does not use martingale, no risk in a losing trade
- No negative swaps, does not open new positions at the moment of time 23:45 - 00:10
- Minus is minimal (presence of stop losses at the level of 30 pips)
- Profit the maximum using the trailing of trading on the news
- Breakout trend strategy
- Spread control system (does not open a position if the spread is larger than "Max_Spread")
- Does not require a large deposit.
- It can work as a fixed lot or set the risk yourself.
NEED: use set file
If an expert file is defined as a script -> you need to transfer it from the \ MQL4 \ Scripts folder to the \ MQL4 \ Experts folder
described in more detail in discussions #9
SwitchStopLimit = true; // true -stop mesh, false -limit grid
UseBuyStopSellLimit = true; // true -resolution of orders BUYSTOP / SELLLIMITUseSellStopBuyLimit = true; // true -resolution of orders SELLSTOP / BUYLIMITLots = 0.01; // fixed lotNumberOrders = 5; // number of grid ordersDelayTimeFirstOpen = 300; // time delay, opening of the first grid, in seconds, 0-disabledMinPipsFirstOpen = 100; // price offset, opening of the first grid, in points, 0-disabledDelayTimeNextOpen = 3600; // time delay, opening the next grid, in seconds, 0-disabledMinPipsNextOpen = 50; // price offset, opening of the next grid, in points, 0-disablediDelayTimeShiftGrid = 1000; // time delay, grid offset, in seconds, 0-disabledMinPipsShiftGrid = 50; // price offset, grid offset, in points, 0-disabledExpirationTime = 0; // hold time of pending orders, in seconds, 0-disabledDistance 1 = 50; // the distance of setting the 1st order of the grid, from the starting priceDistance 2-30 = 0; // distance setting the 2nd order of the grid, from the price of the 1st order and so on to the distance of setting the 30th warrant of the grid, from the price of the 29th orderUseTotalProfit = false; // process the profit of all market ordersTotalProfit = 100; // the level of profit for closing all market orders, in pointsTakeProfit1 = 0; // TakeProfit of the 1st orderTakeProfit2-30 = 0; // TakeProfit 2-30th orderUseTotalLoss = false; // processing the loss of all market ordersTotalLoss = 100; // the level of the loss for closing all market orders, in pointsStopLoss1 = 0; // StopLoss 1st orderStopLoss2-30 = 0; // StopLoss 2-30th orderUseTrailing = true; // inclusion trawl orderTrailingStart = 100; // trawl start, in pointsTrailingStep = 10; // trawl step, in pointsTrailingProfit = 0.0; // profit of the order for allowing the trawl, in the deposit currencySlippage = 10; // slippage, in pointsSpreadMax = 30; // the maximum spread, in pointsMagic = 123; // MagicStartTimeMonday = "06:00"; // start time, mondayStopTimeMonday = "20:00"; // end time, MondayStartTimeTuesday = "06:00"; // start time, TuesdayStopTimeTuesday = "20:00"; // end time, TuesdayStartTimeWednesday = "06:00"; // start time, WednesdayStopTimeWednesday = "20:00"; // end time, WednesdayStartTimeThursday = "06:00"; // start time, ThursdayStopTimeThursday = "20:00"; // end time, ThursdayStartTimeFriday = "06:00"; // start time, fridayStopTimeFriday = "20:00"; // end time, friday