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

MQL5 Indicadores Experts

Termos de Referência

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:





Respondido

1
Desenvolvedor 1
Classificação
(58)
Projetos
83
53%
Arbitragem
9
33% / 33%
Expirado
7
8%
Trabalhando
2
Desenvolvedor 2
Classificação
(56)
Projetos
65
6%
Arbitragem
25
20% / 36%
Expirado
4
6%
Carregado
3
Desenvolvedor 3
Classificação
(5)
Projetos
6
50%
Arbitragem
1
0% / 0%
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
Projetos
0
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
7
Desenvolvedor 7
Classificação
(5)
Projetos
2
0%
Arbitragem
2
0% / 100%
Expirado
0
Trabalhando
8
Desenvolvedor 8
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(71)
Projetos
80
10%
Arbitragem
35
9% / 54%
Expirado
6
8%
Trabalhando
10
Desenvolvedor 10
Classificação
(27)
Projetos
27
26%
Arbitragem
2
0% / 50%
Expirado
1
4%
Livre
11
Desenvolvedor 11
Classificação
(439)
Projetos
545
25%
Arbitragem
21
38% / 38%
Expirado
83
15%
Livre
12
Desenvolvedor 12
Classificação
(11)
Projetos
16
25%
Arbitragem
0
Expirado
1
6%
Livre
13
Desenvolvedor 13
Classificação
Projetos
0
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
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

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD
Prazo
para 1 dias