Upgrade Forex EA (grid EA)

MQL4 Experts

Job finished

Execution time 5 days
Feedback from customer
A very professional and friendly coder. A pleasure to work with you.
Feedback from employee
Thank you!

Specification

EA upgrade Document.

The EA is in good working condition. We just need to bring some updates.

1)      Remove. RSI, Stochastic, Bollinger Band Rules from EA.

https://gyazo.com/8f1eccb47d5079711b894002e6f7387f

 

2)      Increase pipstep based on number of trades: True/False. If false, do nothing. If true:

New variables: Step1, Step2

Currently EA has a variable called “Step” which defines the grid distance for opening of trades and setting pending orders. EA opens many trades in sideway markets, we want to avoid that.

When EA opens a trade and wants to decide to open its counter trades (pending orders), it should see

"if total lotsize of open trades (add all open sells and buys) divided by variable “Volume in Lot” is greater than x-number1 (new customizable variable), then use Step1  as grid."

And

"if total lotsize of open trades (add all open sells and buys) divided by variable “Volume in Lot” is greater than x-number2 (new customizable variable), then use Step2  as grid."

3)      Increase pipstep when drawdown grows. TRUE/FALSE.  If false, do nothing. If true:

When the session DD (Floating of all open trades) reaches “X number of Dollars”, Next open trade will trade of Step1 variable as pipstep for setting pending orders

 

When the session DD (Floating of all open trades) reaches “X2 number of Dollars”, Next open trade will trade of Step2 variable as pipstep for setting pending orders

 

4)      Negative Averaging of Losing Trades: True/False. If false, do nothing. If true:

New variable in EA “Negative Average Trade Levels.” which holds 3 or 6 or10 etc, and “Profit_from_Neg_Avg”

"if there are “Negative Average Trade Levels.” or more buy grid levels above the current price, calculate the breakeven price for those trades where if all of the are closed we will be in 0 profit/loss, then add “Profit_from_Neg_Avg” to that price set a TP for all of them at that price" so now if all of them are closed we will be in profit. If breakeven is at 1010 and we have 5 as value of Profit_from_Neg_Avg, then TP for all buys will be at 1015 so we end up in 5pip profit once those are closed.

“Every time a new level is reached, EA should check

If the average is already there and new level is found, add the buy trades on this level and recalculate the average. This means if we more buy trades go against us in future levels all become included in the Averaging process and they all will have a combined TP at one price point.

Same as above for SELL trades as well.

5)      Add a Variable in EA “USE Percentage of Account: True/False”

If this is false, EA behaves exactly as it behaves now. If this is True, the value entered in variables “Total Loss in Money”, “Target Money” and “Volume in Lot” will be treated as percentage of account balance. For example. if Volume in Lot is set to “0.001” and our account balance is 3000$, then the lot size 0.001x3000 = 0.03. Same for Target money. If I put 1, then it means 1% of 3000$ which is 30$. EA calculates all these three values at the beginning of each fresh session and remembers that until all trades are closed and a new session starts. That means once EA take 0.03 trades, all its subsequent trades will be 0.03 until everything is closed in profit/loss and new Percentage of balance is calculated.

Print these 3 variables on Chart: (display their values on chart info box)

 

6)      Add Trading Sessions:

a.       Start trading: Hour:min

b.      Stop Trading: Hour:min

c.       Start Trading2: Hour:min

d.      Stop Trading2: hour:min



Responded

1
Developer 1
Rating
(620)
Projects
680
57%
Arbitration
25
16% / 60%
Overdue
228
34%
Free
2
Developer 2
Rating
(253)
Projects
358
49%
Arbitration
24
25% / 50%
Overdue
80
22%
Free
3
Developer 3
Rating
(89)
Projects
137
24%
Arbitration
35
9% / 40%
Overdue
52
38%
Free
4
Developer 4
Rating
(563)
Projects
932
47%
Arbitration
302
59% / 25%
Overdue
124
13%
Busy
5
Developer 5
Rating
(53)
Projects
79
18%
Arbitration
13
15% / 54%
Overdue
5
6%
Free
6
Developer 6
Rating
(225)
Projects
284
42%
Arbitration
15
13% / 47%
Overdue
67
24%
Free
Similar orders
Description of the ScriptThis script is designed for MetaTrader 4 (MT4) to execute a Buy order based on a re-entry strategy using the BBMA (Bollinger Bands Moving Average) approach. The main timeframe used is H1 (1-hour), and the script employs the Classic Bullish Engulfing pattern as a validation criterion before placing a Buy order.Key Components of the Script:Input Parameters:Lots: Defines the lot size for the
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Expert Advisor para operar no par XAU/USD no gráfico de 30 minutos, com as seguintes especificações: Indicadores : Utilize uma mídia móvel simples (SMA) de 72 períodos. Utilize o indicador Money Flow Index (MFI) com um período de 7. Inclui um indicador para marcar suporte e resistência nas últimas duas semanas no gráfico H4. Critérios de Operação : Venda : Execute uma ordem de venda se o preço se poupar no mínimo 800
EA Robot 30 - 500 USD
I Shawn Mametsa wants to creat a robot that will help a lot of people to make money through trading and become successful through trading I want to help those who want to trade but don’t know how to analyse the market
This is a simple Martingale based EA with RSI indicator used as buy/sell order conditions Mandatory Inputs: extern double TakeProfit = 120.0; // self explanatory for first order, for martingale orders it will adjust TP of all orders of the same type (buy / sell) to one, for example if an order opened at 100, 2nd opens at 105, the both of their tps will be at the same point, if an order is manually closed, it will
I need an expert advisor based on supply and demand zones. The zones should be identified automatically with tweakable parameters, but there should be also an option to input my own zones. I need the EA to have capability of opening market positions as well as pending orders. Other requirements: Martingale News filter Time filter Set expiry to zones, to prevent opening positions when price enters old zones
I have an indicator with two lines | want an EA the buy when the fast line crosses the slow line from below one important thing> the slow line must at least a specific distance below the last cross through the fast line from above take profit is between 1 or 3 times more than stoploss the stop loss is the last low the sell order is the opposite for buy Thanks
want to create a EA 1- break out candle ( T F customized) and customized SL TP 2- breakout fib zone 3- supertrend and candle stick patterns 4 Heikein Ashi and Renko charts
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD
My needs I need powerful robots to avoid losses as well as a business strategy or whether it is buying or selling in the market or any strategy that exists in the business sector

Project information

Budget
30 - 60 USD
VAT (19%): 5.7 - 11.4 USD
Total: 35.7 - 71.4 USD
For the developer
27 - 54 USD
Deadline
from 1 to 10 day(s)