I need expert advisor

MQL4 전문가

작업 종료됨

실행 시간 2 일
피고용인의 피드백
Really very good customer, i like to work with him again. Thank you for good job!!!
고객의 피드백
good job

명시

i need to convert the attached indicator to expert 



#property indicator_separate_window
#property indicator_buffers 2
#property indicator_color1 Green
#property indicator_color2 Red
#property indicator_width1 5
#property indicator_width2 5

#property indicator_minimum 0

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

double up[];
double down[];
double MA_1[];
double MA_2[];

//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//+------------------------------------------------------------------+
int init()
  {
//---- indicators buffer used in calculation
   IndicatorBuffers(4);
   SetIndexBuffer(0,up);
   SetIndexBuffer(1,down);
   SetIndexBuffer(2,MA_1);
   SetIndexBuffer(3,MA_2);
  
  
//----indicator drawing style
   SetIndexStyle(0,DRAW_HISTOGRAM);
   SetIndexStyle(1,DRAW_HISTOGRAM);
  
  
//----Data window & Index Label  
   SetIndexLabel(0,"up");
   SetIndexLabel(1,"down");
  
   
//----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);
 
  for(int  y=0; y<limit;y++)
  if(MA_1[y] >  MA_2[y])
  up[y] = 1;
  else
  if(MA_1[y] <  MA_2[y])
  down[y] = 1;
 
 
   
                                                          


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

응답함

1
개발자 1
등급
(2102)
프로젝트
2674
62%
중재
114
46% / 25%
기한 초과
421
16%
로드됨
2
개발자 2
등급
(28)
프로젝트
36
17%
중재
2
50% / 50%
기한 초과
2
6%
무료
3
개발자 3
등급
(180)
프로젝트
301
30%
중재
54
24% / 56%
기한 초과
98
33%
무료
4
개발자 4
등급
(14)
프로젝트
27
22%
중재
18
6% / 89%
기한 초과
8
30%
무료
5
개발자 5
등급
(15)
프로젝트
68
46%
중재
6
0% / 100%
기한 초과
6
9%
무료
비슷한 주문
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
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later

프로젝트 정보

예산
10 - 20 USD
개발자에게
9 - 18 USD
기한
에서 5  10 일