I need to convert the attached indicator to expert

MQL4 Experts

Job finished

Execution time 18 days

Specification

i need to convert the attached indicator to expert 


#property copyright "Muhammad Al Bermawy"
#property link      "http://www.tahlilfany.com"

#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Green
#property indicator_color2 Red
#property indicator_width1 2
#property indicator_width2 1

extern int MA_1_Bars = 20;
extern int MA_2_Bars = 5;

double MA_1[];
double MA_2[];

//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
  {
//---- indicators buffer used in calculation
   IndicatorBuffers(2);
   SetIndexBuffer(0,MA_1);
   SetIndexBuffer(1,MA_2);
  
  
//----indicator drawing style
   SetIndexStyle(0,DRAW_LINE);
   SetIndexStyle(1,DRAW_LINE,2);
  
  
//----Data window & Index Label  
   SetIndexLabel(0,"MA");
   SetIndexLabel(1,"Signal");
  
   
//----indicator begin & digit number used at calculation
    SetIndexDrawBegin(0,1);
    IndicatorDigits(MarketInfo(Symbol(),MODE_DIGITS));
      
//----
   return(0);
  }
 
  //+------------------------------------------------------------------+
//| Custom indicator deinitialization function                       |
//+------------------------------------------------------------------+
int deinit()
  {
//----
  
//----
   return(0);
  }
//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int start()
  {
   int   limit;
   int    counted_bars=IndicatorCounted();
  
//---- check for errors
  if(counted_bars<0) return(-1);
 
//---- recount the last Bar
  if(counted_bars>0) counted_bars--;
  limit=Bars-counted_bars;
 
//--- main loop

  for(int  ii=0; ii<limit;ii++)
  MA_1[ii] = iMA(NULL,0,MA_1_Bars,0,MODE_LWMA,PRICE_CLOSE,ii);
 
 
  for(int  i=0; i<limit;i++)
  MA_2[i] =  iMAOnArray(MA_1,0,MA_2_Bars,0,MODE_LWMA,i);
 
   
                                                          


//----
   return(0);
  }
//+------------------------------------------------------------------+ 

Responded

1
Developer 1
Rating
(2411)
Projects
3028
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
2
Developer 2
Rating
(5)
Projects
19
26%
Arbitration
6
17% / 83%
Overdue
6
32%
Free
3
Developer 3
Rating
(546)
Projects
1327
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
4
Developer 4
Rating
(2067)
Projects
2625
62%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
Similar orders
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
Hello, I’m looking for a profitable mt4 or mt5 EA that makes 10+% montly. No martingale or grid strategy. No major equity fluctuations. If you have an EA with proven track record please contact me
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
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
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me

Project information

Budget
10 - 15 USD
For the developer
9 - 13.5 USD
Deadline
from 1 to 2 day(s)