Adding new features to existing MQL5 EA

Spécifications

I would like to add additional filters and position size management as follows on my existing MT5 EA (Will be shared after programmer selected).

Filters to open a position for all strategies.

1-) To measure how many % of Daily ATR the current day has already moved, if it is higher than X%, to avoid trading on that day. Example: more than 80% of the ATR.

2-) If market opens with GAP higher than X% to avoid trading on that day;

Money Management for all strategies

1-) To adjust the TP based on Daily ATR %, dividing the TP by two for the remaining expected movement for the Day.

Example, lets suppose the ATR for a stock is 1,00 cents, and on the current day at the moment the EA will open a position the stock had already moved 0,50 cents (50% of ATR).

The TP will be defined at 0,25 cents and 0,50 cents from the open position price. When reached 0,25 cents to have an option to move SL to breakeven.

2-) Trailing stop. If enable, to move the stop loss to the last bar low/high using the current SL % logic to give a bit of space.

For RSI Strategy

a) On current open position logic the EA opens a long position when 2 bars before the RSI is > 70 and 1 bar before RSI < 70. I would like to open the trade following the same principle but when the bar before make a higher value. Opposite for short.

Example: 4th bar before RSI was at 70, 3rd bar before was at 69. Condition met. Now wait for a close of RSI higher than last bar RSI.

2nd bar RSI was at 68, 1st bar is 69. Now trade is opened since last bar closed higher than 2nd prior bar.

The stop loss of this position should be at the low/high of the candle that made the low of high that movement using the current SL % logic to give a bit of space.

b) Filter to only open the position if the RSI was above/below the RSI_Entry for a minimum of X bars;

c) To take profit of 1/3 of the position at the high/low of the day minus X cents.


Répondu

1
Développeur 1
Évaluation
(169)
Projets
204
30%
Arbitrage
25
40% / 44%
En retard
12
6%
Gratuit
2
Développeur 2
Évaluation
(137)
Projets
167
35%
Arbitrage
11
91% / 0%
En retard
0
Gratuit
3
Développeur 3
Évaluation
(356)
Projets
632
26%
Arbitrage
89
73% / 13%
En retard
12
2%
Gratuit
4
Développeur 4
Évaluation
(277)
Projets
334
55%
Arbitrage
14
36% / 29%
En retard
1
0%
Gratuit
5
Développeur 5
Évaluation
(256)
Projets
415
38%
Arbitrage
86
44% / 19%
En retard
70
17%
Occupé
Commandes similaires
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
This Bot will work on strategy which works using moving averages,RSI and candle stick pattern and what I want is that trade will execute when setup will form on both 30 min and 1 hr time frame trade will execute strategy needs all 4 parameters to be on right calculations to execute trade and I want some options where I can select risk to reward ratio to back test this strategy and some other parameters
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Dear All, I need to design and implement an EA with the involvement of a possible AI. I would like the entries to be realized with all MACD, RSI, Stoch parameters but also Ai. I mainly want the system to immediately close the transaction itself at the time of trend reversal even before reaching the TP position. It should work for intervals M15, H1, H4 and maybe long-term on D1 Platform for MT5 and exclusive only
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan
Good Day I would like to create a trading bot that is able to link to my news provider. The bot will execute trades based on the actual news release data as soon as the data is released. I will need to input parameters that would automatically trigger once the actual data is released (Need to know what format you will require or other recommendations) Execution speed will be a crucial factor in this regard. Adding to
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

Informations sur le projet

Budget
30 - 50 USD
Pour le développeur
27 - 45 USD
Délais
à 2 jour(s)