Multi symbol recovery functions for MQL5 EA

MQL5 指标 专家

工作已完成

执行时间44 天
客户反馈
Great dev, very knowledgable!
员工反馈
Thank you for the job, Mark! And Happy New Year!

指定

I have an EA that uses multiple symbols and multiple strategies, and each strategy has a unique magic number.

I have created a simple test EA that uses just 1 x symbol, 1 x strategy and 1 x magic number to make things easy and I have stored the magic number, symbol name and strategy information in arrays that will be used in the final main EA.

This array information is to be used to check the if any open order requires a grid to be started or if it is part of an already running grid and needs to be managed etc.

If a grid is started, then no new orders are opened on the symbol for the magic number, only grid orders, so there needs to be a check to see if a grid is running based on the symbol and magic number and/or comment.

The grid should use the symbol name, magic number and trade comment to identify all the trades in the grid bucket.

** It is important that this is understood.

  • There will be 2 x types of grid recovery required so a function is required to check and manage each type.
  • The first grid function will be a simple grid martin based on grid step and grid multiplier and bucket with a take profit.
  • The second grid function will be a hedge function that will then use a smaller grid to close PARTIAL lots of the original order.
  • The function type of recovery will be selected via a bool in the EA settings, so, only 1 x function will be running when the EA runs.
  • When the grid is activated for a particular trade that is in drawdown, the stoploss wil be removed for the original trade.
  • The takeprofit for the bucket will be set for all trades in the grid bucket including the original trade.
  • The function will be activated if the order goes offside by a % of daily ATR so for example Daily_ATR(20)*0.25.
  • There will be a check grid function to check if a grid is already running for the Symbol & Magic number so no new orders are opened while a grid is running.
  • I will attach this to the job spec in the comments of the selected developer.
  • I will select the developer based on ratings, job number and feedback.
  • If you have low feedback or ratings please do not apply.

Please ask questions if any of this in unclear, so please ask to clarify your understanding.






反馈

1
开发者 1
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
2
开发者 2
等级
(19)
项目
22
23%
仲裁
5
40% / 60%
逾期
2
9%
工作中
3
开发者 3
等级
(443)
项目
570
37%
仲裁
106
39% / 33%
逾期
17
3%
空闲
4
开发者 4
等级
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
5
开发者 5
等级
(312)
项目
521
47%
仲裁
30
10% / 47%
逾期
139
27%
空闲
6
开发者 6
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
7
开发者 7
等级
(68)
项目
111
69%
仲裁
1
100% / 0%
逾期
2
2%
空闲
8
开发者 8
等级
(47)
项目
61
54%
仲裁
7
86% / 0%
逾期
2
3%
工作中
9
开发者 9
等级
项目
0
0%
仲裁
4
0% / 75%
逾期
0
空闲
10
开发者 10
等级
(72)
项目
80
10%
仲裁
38
8% / 58%
逾期
6
8%
空闲
11
开发者 11
等级
(298)
项目
478
40%
仲裁
105
40% / 24%
逾期
82
17%
已载入
发布者: 2 代码
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
I want someone to check if the indicator is re-painting or drawing and modify it. When I refresh the chart sometimes it the buy and sell arrow change positions. I want the indicator draw and dot re-paint
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have

项目信息

预算
200+ USD
截止日期
 1  5 天