Mt5 Multi-signal EA

MQL5 Эксперты

Техническое задание

The idea of ​​the EA

The Expert Advisor receives signals for opening new orders or recovery orders from the indicator system defined by the user in the input parameters. It is possible to select indicators, their timeframes and the number of signals required to open an order (indicators can act in AND or OR with others).

If the trades goes against trend an averaging function can be added.

Other functionalities include a swap filter and a news filter.

A total of 24 trading indicators should be included:

Signals of the following indicators can be added to the slots:

  • Trend
    • Average Directional Movement Index (ADX),
    • Bollinger Bands,
    • Envelopes,
    • Ichimoku Kinko Hyo,
    • two Moving Average,
    • Parabolic SAR,
  • Oscillators
    • Average True Range,
    • Bears Power,
    • Bulls Power,
    • Commodity Channel Index (CCI),
    • DeMarker,
    • Force Index,
    • MACD,
    • Momentum,
    • Moving Average Oscillator
    • Relative Strength Index (RSI),
    • Relative Vigor Index
    • Stochastic Oscillator,
    • Williams' Percent Range
  • Volumes
    • Accumulation Distribution
    • Money Flow Index,
  • Bill Williams
    • Accelerator
    • Alligator,
    • Awesome Oscillator
    • Fractals


You can use available default signals on MT5


Input parameters of the EA and functioning

General Settings

  • Magic Number: ID number of the orders.
  • Max Spread: maximum spread to trade.
  • Max numbers of trades opened per day: (number)
  • Order_Comment - comments to orders.
  • SpreadLimit - Maximum allowed spread in pips to allow trading.
  • Slippage - Maximum allowed price deviation in points when opening positions.

Money Management Settings

  • Open Lot: number of lots if the money management option is disabled.
  • Money Management: if true enables the money management option. 
  • Risk Percent: if the money management option is enabled, it indicates the risk percentage (open lot = 0,01*Risk%*1000 of the base currency of the account) – also decimal values possible

Indicators Settings (per each indicator)

  • Enable indicator x: (trueorfalse)
  • Signal in AND orOR:(possiblevaluesANDorOR):ifchosentheindicatorcanbeputas a filter to all others indicators in case of AND (both must be true) or in OR (whenever this signal is true then open a trade)

Insert as input parameters all the standard parameters for each indicator


Trading Hour

  • Enable Time Filter: if true enables the time filter
  • Trading Start Hour: operating start Hour
  • Trading Start Minute: operating start minutes
  • Trading Stop Hours: operating end Hour
  • Trading Stop Minute: operating end minutes
  • Close everything Out of hours: close all orders at the end of the timetable.
  • Close Friday Night: close on Friday evening.

Trading Days (each true or false)

  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Trading Directions and balancing
  • Allow Buy: if true, Ea can trade with buy orders.
  • Allow Sell: if true, Ea can trade with sell orders.
  • Apply balancer: (true or false). If true the EA opens new trades only if the number of open lots in one direction is balanced from a similar number of lots in the other direction.
  • Balancer difference: The difference between lots in one direction and the other is the that is possible when the balancer is activated

Take profit and Stop Loss
  • TakeProfit_Type - type of take profit or trailing.
  • TakeProfit_money - take profit value in money.
  • TrailingStep_money - step of the trailing in the deposit currency.
  • TrailingStart_money - start of the trailing in the deposit currency.
  • StopLoss_Type - type of stop loss.
  • StopLoss_money - stop loss value in money.

Swap Settings
  • Enable swap opening of trades (opens trades only if swap is positive)
  • EntryTime - Time for opening positions with positive swap (only if enable swap true).
  • MinimumSwap - Minimum swap value for the Expert Advisor to open positions.   


Averaging Settings
  • Enable averaging: true or false
  • Grid Management type: Type of Lots management for the grid (options available: martingale, lot sum, all lot sum, Fibonacci sequence)
  • Step - step for the order grid in points.
  • Coefficient Grid Management: Multiplier for orders  (lots sum, martingale, all lots sum).
  • MaximumLotsValue - maximum allowed volume of one order in lots.
  • Max Orders: Maximum number of orders, for long and for short.

News Filter
  • UseNewsFilter - enable the news filter.
  • SourceNews - select the news source.
  • LowNews - use pauses during low-impact news.
  • LowIndentBefore - pause before the news release in minutes.
  • LowIndentAfter - pause after the news release in minutes.
  • MidleNews - use pauses during medium-impact news.
  • MidleIndentBefore - pause before the news release in minutes.
  • MidleIndentAfter - pause after the news release in minutes.
  • HighNews - use pauses during high-impact news.
  • HighIndentBefore - pause before the news release in minutes.
  • HighIndentAfter - pause after the news release in minutes.


Откликнулись

1
Разработчик 1
Оценка
(1235)
Проекты
2820
80%
Арбитраж
156
22% / 43%
Просрочено
488
17%
Свободен
2
Разработчик 2
Оценка
(1859)
Проекты
3463
88%
Арбитраж
73
40% / 15%
Просрочено
265
8%
Свободен
3
Разработчик 3
Оценка
(50)
Проекты
70
29%
Арбитраж
8
50% / 13%
Просрочено
14
20%
Работает
4
Разработчик 4
Оценка
(440)
Проекты
546
25%
Арбитраж
21
38% / 38%
Просрочено
83
15%
Работает
5
Разработчик 5
Оценка
(356)
Проекты
632
26%
Арбитраж
89
73% / 13%
Просрочено
12
2%
Свободен
Похожие заказы
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Информация о проекте

Бюджет
100+ USD
Исполнителю
90 USD