Make Modifications to Code so it Works in an Expert Advisor (Replace iBands with an Alternative)

MQL5 Indicateurs Experts

Spécifications

Note: Value is high because I need this delivered in 12 hrs max. Project value will drop if it is delivered later.

I need this code:

//-----------------------
      double double_Bands_BASE_LINE__Bar_n = Index__Buffer(int_Index_Symb,int_Index_TF__n2,symb,TimeFrames_List__[ int_Index_TF__n2 ],BBPeriod_List__[int_Index_TF__n2], BBDeviation_List__[int_Index_TF__n2], 0,bar_1);
      double double_Bands_UPPER_BAND__Bar_n = Index__Buffer(int_Index_Symb,int_Index_TF__n2,symb,TimeFrames_List__[ int_Index_TF__n2 ],BBPeriod_List__[int_Index_TF__n2], BBDeviation_List__[int_Index_TF__n2], 1,bar_1);
      double double_Bands_LOWER_BAND__Bar_n = Index__Buffer(int_Index_Symb,int_Index_TF__n2,symb,TimeFrames_List__[ int_Index_TF__n2 ],BBPeriod_List__[int_Index_TF__n2], BBDeviation_List__[int_Index_TF__n2], 2,bar_1);


Replaced with this code:

   BufferSmoothPrice[bar_1]=(BufferSmoothPrice[bar_1+1]*(BBPeriod_List__[int_Index_TF__n2]-1)+iClose(symb,TimeFrames_List__[int_Index_TF__n2],bar_1))/BBPeriod_List__[int_Index_TF__n2];
   BufferSmoothRange[bar_1]=(BufferSmoothRange[bar_1+1]*(BBPeriod_List__[int_Index_TF__n2]-1)+iHigh(symb,TimeFrames_List__[int_Index_TF__n2],bar_1)-iLow(symb,TimeFrames_List__[int_Index_TF__n2],bar_1))/BBPeriod_List__[int_Index_TF__n2];

   BufferTop[bar_1]=BufferSmoothPrice[bar_1]+BufferSmoothRange[bar_1]*BBDeviation_List__[int_Index_TF__n2];
   BufferBottom[bar_1]=BufferSmoothPrice[bar_1]-BufferSmoothRange[bar_1]*BBDeviation_List__[int_Index_TF__n2];
   BufferMiddle[bar_1]=BufferSmoothPrice[bar_1];


I will share the rest of the code, watch this video description first:





Répondu

1
Développeur 1
Évaluation
(58)
Projets
83
53%
Arbitrage
9
33% / 33%
En retard
7
8%
Travail
2
Développeur 2
Évaluation
(56)
Projets
65
6%
Arbitrage
25
20% / 36%
En retard
4
6%
Chargé
3
Développeur 3
Évaluation
(5)
Projets
6
50%
Arbitrage
1
0% / 0%
En retard
0
Travail
4
Développeur 4
Évaluation
Projets
0
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
5
Développeur 5
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 0%
En retard
0
Gratuit
6
Développeur 6
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
7
Développeur 7
Évaluation
(5)
Projets
2
0%
Arbitrage
2
0% / 100%
En retard
0
Travail
8
Développeur 8
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
9
Développeur 9
Évaluation
(71)
Projets
80
10%
Arbitrage
35
9% / 54%
En retard
6
8%
Travail
10
Développeur 10
Évaluation
(27)
Projets
27
26%
Arbitrage
2
0% / 50%
En retard
1
4%
Gratuit
11
Développeur 11
Évaluation
(439)
Projets
545
25%
Arbitrage
21
38% / 38%
En retard
83
15%
Gratuit
12
Développeur 12
Évaluation
(11)
Projets
16
25%
Arbitrage
0
En retard
1
6%
Gratuit
13
Développeur 13
Évaluation
Projets
0
0%
Arbitrage
1
0% / 0%
En retard
0
Gratuit
14
Développeur 14
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
Hi There, my name is Jordan and I’m based in Australia. I’m looking to get an EA developed through freelance work and I’ve outlined some rough details of the intended EA, which is a similar concept to an existing EA by Andrii Hurin called “Time Range Sweep EA”. There are quite a lot of similarities to the reference EA and these include: · Trade on any market and instrument or on several pairs at the same time
Hello, Looking to create an arbitrage EA for MT5. The EA will run on two local MT5 instances (ex. 2 different accounts) and keep track of a certain pair price every 10 seconds. The EA will send data from instance #1 to instance #2 and vice versa. The EA will execute trades on the two accounts if a set of conditions are met. Apply if you have the experience and knowledge
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators. Posted earlier
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Good day i will need a developer to create an EA for me using existing trading view indicator .The EA will open after the indicator has given signal and will close if altenate signal comes.The trading view indicator will be shared and improvement is welcome
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
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
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I

Informations sur le projet

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