EA based on RENKO candles - modification

MQL4 Experts Strategy modules

Job finished

Execution time 11 days

Specification


I have a perfectly working EA based on RENKO candles, but I want to add 5 conditions (see below). At this point, EA opens the BUY order after the formed candle bearish (up) and the SELL order after the formed bullish candle (down). At this point, EA sets SL and Trailing Stop Loss with fixed size in points.


CONDITIONS

1. Open the BUY order when the bearish candle is above average. Open the SELL order when the bullish candle is below average
2. Open the BUY order when the MACD histogram is green. Open the SELL job when the MACD histogram is red.
3. Open orders at certain times
4. Open the order with the risk of "x"% from Balance Acount or "x"% from Free Margin
5. Open the order when Spread is smaller than "x" pips.


SETTINGS

- - - Moving Average Filter - - -

Enable Moving Average Filter : True / False
Slow MA Period : 50
Fast MA Period :24
MA Method : Simple / Exponential / Smoothed / Linear Weighted
MA Applied Price : Close / Open / High / Low / Median Price / Typical Price / Weighted Price

- - - MACD Filter - - - 

Enable MACD Filter : True / False
Fast EMA : 12
Slow EMA : 26
Signal SMA : 9

- - - Time filter - - -

Enable Time Filter : True / False
Start Trade Hour (Broker Time) : 7
East Trade Hour (Broker Time) : 21

- - - Money Management - - -

Money Management Mode : Fixed Lot Size / Based on Free Margin % / Based on Acc. Balance %
Fixed Lot Size : 0.1
Free Margin (%) : 2.0
Acc. Balance (%) : 2.0 

- - - Max Spread Filter - - -

Max. Spread : 3.0

Responded

1
Developer 1
Rating
(155)
Projects
224
33%
Arbitration
27
26% / 26%
Overdue
23
10%
Free
2
Developer 2
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
3
Developer 3
Rating
(24)
Projects
27
33%
Arbitration
2
100% / 0%
Overdue
1
4%
Free
4
Developer 4
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
5
Developer 5
Rating
(362)
Projects
504
40%
Arbitration
147
18% / 72%
Overdue
98
19%
Busy
6
Developer 6
Rating
(114)
Projects
154
47%
Arbitration
2
0% / 50%
Overdue
4
3%
Free
Similar orders
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
MT5 | RENKO EA 30+ USD
I am looking for a developer who knows how to run EA on renko charts. I can backtest and optimize the EA on the renko charts, but I cannot run the EA on the chart. I have an EA which I like to modify to run on the renko chart. I am using this free EA to generate the renko chart: https://www.mql5.com/en/market/product/59665?source=External Thank you
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is

Project information

Budget
30+ USD
VAT (23%): 6.9 USD
Total: 36.9 USD
For the developer
27 USD
Deadline
from 1 to 7 day(s)