Convert MT5 Indicator Code into Expert Advisor (without iCustom)

MQL5 Indicateurs Experts

Tâche terminée

Temps d'exécution 2 jours
Commentaires du client
Great developer, will definitely be reaching out again :)
Commentaires de l'employé
Another smooth working experience

Spécifications

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.


Répondu

1
Développeur 1
Évaluation
(130)
Projets
184
32%
Arbitrage
16
31% / 63%
En retard
27
15%
Gratuit
2
Développeur 2
Évaluation
(300)
Projets
450
65%
Arbitrage
5
40% / 0%
En retard
4
1%
Gratuit
Commandes similaires
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an
A simple candle pattern indicator is required that makes a sound alert and draws an arrow when two consecutive bars have the same high or the same low. If two highs, the second bar is a down close and the bar immediately preceding the two highs is a lower high. Vis versa for 2 lows. The second bar is an up close and the bar immediately preceding the two lows is a higher low. Please see attached images for
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a

Informations sur le projet

Budget
60+ USD
Pour le développeur
54 USD
Délais
à 1 jour(s)