I need expert advisor

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del dipendente
Really very good customer, i like to work with him again. Thank you for good job!!!
Feedback del cliente
good job

Specifiche

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);
  }
//+------------------------------------------------------------------+ 

Con risposta

1
Sviluppatore 1
Valutazioni
(2114)
Progetti
2684
62%
Arbitraggio
114
46% / 25%
In ritardo
419
16%
Occupato
2
Sviluppatore 2
Valutazioni
(28)
Progetti
36
17%
Arbitraggio
2
50% / 50%
In ritardo
2
6%
Gratuito
3
Sviluppatore 3
Valutazioni
(180)
Progetti
301
30%
Arbitraggio
54
24% / 56%
In ritardo
98
33%
Gratuito
4
Sviluppatore 4
Valutazioni
(14)
Progetti
27
22%
Arbitraggio
18
6% / 89%
In ritardo
8
30%
Gratuito
5
Sviluppatore 5
Valutazioni
(15)
Progetti
68
46%
Arbitraggio
6
0% / 100%
In ritardo
6
9%
Gratuito
Ordini simili
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
Trade Manger EA 30+ USD
Hello Programmer! I am looking to build an EA that will place my trade and manage it. Once i have manually found my setup, I will want an EA to open the trade, set the R:R and manage it according to my specifications. please take a look at the attached to get an Idea of what I would like. I will require the source code once completed
Hello there i need someone who will create a robot that will calculate the movement between buy/sell and show where to take profit the robot should work with all currency and indices including stock
EA to send account history to web request. It should send every 5 mins or when there is an update. It then sends the json to a web request where gain, drawdown, balance, equity will be displayed
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works
Preciso de um EA, que faça o fecho automático de operações abertas no final da sessão e nas notícias de alto impacto. Um EA simples com apenas 1 função. Fecho das operações abertas
Enter buy trade at close of candle when bar closes above the 3 emas. Emas are 34 ema, 64 ema and 128 ema. For a buy trade the 34 ema must be above the other two emas. The 64 ema should be in the middle. The 128 ema should be below the other two emas. For a buy trade the Awesome Oscillator should be above the middle line and colored green. Exit a buy trade when price touches 64 ema. Sell trade same conditions as buy
I want to make AI based on Attached Picture Swing High low. If you have experience can share demo first. Stop loss, take profit, trailing , break even ,DD etc. also amiable

Informazioni sul progetto

Budget
10 - 20 USD
Per lo sviluppatore
9 - 18 USD
Scadenze
da 5 a 10 giorno(i)