Convert MT5 Indicator Code into Expert Advisor (without iCustom)

İş tamamlandı

Tamamlanma süresi: 2 gün
Müşteri tarafından geri bildirim
Great developer, will definitely be reaching out again :)
Geliştirici tarafından geri bildirim
Another smooth working experience

İş Gereklilikleri

Looking to convert some indicator code that I have, so that I can fetch the indicator values without using iCustom.

Example:

I want to be able to return the O / H / L / C values for a given bar as well as other indicator values.


int OnCalculate(const int rates_total,
                const int prev_calculated,
                const datetime &time[],
                const double &open[],
                const double &high[],
                const double &low[],
                const double &close[],
                const long &tick_volume[],
                const long &volume[],
                const int &spread[])
  {
   if(initFailed)
     {
      return(prev_calculated);
     }
   static double source[], RSI[];
   static int SIZE = -1;
   if(SIZE <= rates_total)
     {
      SIZE = ArrayResize(source, rates_total + 500, 2000);
      ArrayResize(RSI, rates_total + 500, 2000);
     }
   const int limit = (prev_calculated > 0) ? prev_calculated - 1 : 0;
//---
   for(int i = limit; i < rates_total && !_StopFlag; i++)
     {
      source[i] = iGetPrice(i_source, open[i], high[i], low[i], close[i]);
      //  standard, or ha smoothed rsi for the line plot and/or histogram
      RSI[i] = f_rsi(source, i_lenRSI, i_mode, i, rates_total, 0);

      //  get OHLC values to use in the plotcandle()
      HA ha = f_rsiHeikinAshi(i_lenHARSI, open, high, low, close, i, rates_total, 1);
      double O = ha.O, H = ha.H, L = ha.L, C = ha.C;

      op[i] = O;
      hi[i] = H;
      lo[i] = L;
      cl[i] = C;
      clr[i] = cl[i] > op[i] ? 0 : 1;

     }
//--- return value of prev_calculated for next call
   return(rates_total);
  }

Deliver Price (pending speed of delivery).

- 4 Hours = $80

- 12 Hours = $60

- 24 Hours = $40


I will share the source code once we discuss more.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(130)
Projeler
184
32%
Arabuluculuk
16
31% / 63%
Süresi dolmuş
27
15%
Serbest
2
Geliştirici 2
Derecelendirme
(298)
Projeler
442
64%
Arabuluculuk
5
40% / 0%
Süresi dolmuş
4
1%
Çalışıyor
Benzer siparişler
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. # MANUAL ZONE MARKING # THREE TYPES OF ENTRIES (
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} li.li1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} ol.ol1 {list-style-type: decimal} I have an EA that open trades when my entry conditions are met. It usually executes one trade per day. I'd like to add an option
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)

Proje bilgisi

Bütçe
60+ USD
Geliştirici için
54 USD
Son teslim tarihi
to 1 gün