Convert MT5 Indicator Code into Expert Advisor (without iCustom)

Работа завершена

Время выполнения 2 дня
Отзыв от заказчика
Great developer, will definitely be reaching out again :)
Отзыв от исполнителя
Another smooth working experience

Техническое задание

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.


Откликнулись

1
Разработчик 1
Оценка
(130)
Проекты
184
32%
Арбитраж
17
29% / 59%
Просрочено
27
15%
Работает
2
Разработчик 2
Оценка
(289)
Проекты
430
63%
Арбитраж
5
40% / 0%
Просрочено
4
1%
Занят
Похожие заказы
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
i want to create an indictor to show the dailyTF candle sticks on 1 hr chart. I also like to have 4 indicators in mini chart ( 3 different moving averages and Bollinger band ) i like it to display like this here is an example i found on MQL5 https://www.mql5.com/en/forum/183609
Merge 2 ZickZack indicators to 1 indicator. Indicator 1 is a ZickZack Pointer. Indicator 2 is based on 3 level ZickZack semaphore. Indicator source codes will be provided to the selected developer
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
Hello, i am searching for an experienced, professional software engineer, who can convert three Indicators from MQL4 to MQL5. This may sound like an easy job, but one indicator is like a trading system and therefore a bit complex. So you need to have a very good understanding of both languages. You should also be able to code MQL5 classes ( https://www.mql5.com/en/docs/basis/oop ). The intention is to code MQL5
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing

Информация о проекте

Бюджет
60+ USD
Исполнителю
54 USD
Сроки выполнения
до 1 дн.