MT5 EA

MQL5 专家

工作已完成

执行时间2 天
客户反馈
Try and find a better programmer. You wont!! This man is as good as they come. 10 Stars!!
员工反馈
Strongly recommended. Straightforward of job process. Always in touch.

指定

Hello I am looking to creat an EA that is pretty simple in its logic. This will be done in MQL5. The EA will have to be constructed so It can be marketed on MQL as well. And error free.
The EA will place two trades one long and one short. Each trade will have a TP and SL as a input.
 At any point in time there will always be a long and a short trade. So if the TP is hit then it will automatically place another trade in the same direction of the trade that closed out. With the same TP and SL 
The Bot must be able to work with mulitple pairs on a platform. So if you want to do this with magic number then thats fine.
When a SL is hit then the bot will place a trade as a martingale. The martingale will have its multiplier as an input. Example 2 up to 50 times the lot size of the trade that closed out. The martingale trade will trade in the same direction as the trade that closed out. It will have the same TP and SL as the other trades. If the TP is hit then another trade will automatically be placed in the same direction.
 There will also be another input as an option to try for the martingale.
This will be a secondary martingale input and can be a YES/NO for its inputs. 
The paramiters of this are for the TP distanced to be halved and the SL distanced to be halved as well but a double of the number 1-martingale lotsize. So it will still gain full recover but it will only have half the TP to reach its recovery. At the same time it can fail easier as the SL is closer as well.
If there is another pair on the platform that has had a SL hit whilst a trade is running its martingale.Then we have to have it so that the trade is cued in a waiting line up. We can call this the martingale line up. So there will only ever be one trade running its martingale at atime. When this trade closes then the martingale line up will start and the next trade will go into the martingale. And so on.
There will always be a long and short  trade open. UNLESS
A trade is in the martingale line up waiting for its turn to recover. 
Or unless we are waiting for the spread to get under the required spread filter setting.



INPUTS 
Lot size based on account size. Auto adjust lotsize to account.
TP in $.. So TP=  $1.98 example
SL in  $.. So SL=   $.70 example
Spread filter. Do not trade untill under this spread. 'X' points
1-Martingale multiplier... YES/NO Example 2 to 50
2-Martingale YES/NO    The aim of this martingale is to be able to have the TP and SL halved so that the martingale closes out faster. In this case the lot size will have to be doubled what the Number 1- martingale is to allow for a smaller TP recovery.

Please if there is anything else that I may of missed then please ask the questions. 
Kindest Regards 
for example if

Buy EURUSD close with SL and martingale started,

SELL AUDJPY Closed with SL, do nothing and wait.

BUY GBPUSD closed with SL, do nothing and wait.

when Buy EURUSD martingale finished, start martingale of Sell AUDJPY

and ....

this is correct?

100% correct 
Because EA will manage all positions on all symbols, We must develop EA with multisymbol support. You must run EA on only ONE CHART and EA will trade on all symbols you selected in inputs.

confirm?

If this is the easiest then thats fine by me, What ever is easy for this option please

we can add 2 options :

option1 : all symbols on market watch

option 2 : symbols entered in input list of symbols.

input list of symbols : "eurusd,gbpusd,audjpy"    (for example)

反馈

1
开发者 1
等级
(58)
项目
66
8%
仲裁
39
26% / 56%
逾期
12
18%
工作中
2
开发者 2
等级
(564)
项目
933
47%
仲裁
302
59% / 25%
逾期
125
13%
已载入
3
开发者 3
等级
(18)
项目
27
15%
仲裁
7
0% / 86%
逾期
5
19%
空闲
4
开发者 4
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
相似订单
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
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money

项目信息

预算
110+ USD
开发人员
99 USD
截止日期
 4 天