Small Modification of Expert Advisor so it is inline with Indicator

MQL5 Indicadores Experts

Termos de Referência

I need the attached expert advisor modified - 95% of the work is done just need the values to be standardized from 100 to -100 and return the same values as the indicator below:

Description:

Using this Pinescript Code as reference:

//
// @author LazyBear
//
// If you use this code in its original/modified form, do drop me a note. 
//
study(title="WaveTrend with Crosses [LazyBear]", shorttitle="WT_CROSS_LB")
n1 = input(10, "Channel Length")
n2 = input(21, "Average Length")
obLevel1 = input(60, "Over Bought Level 1")
obLevel2 = input(53, "Over Bought Level 2")
osLevel1 = input(-60, "Over Sold Level 1")
osLevel2 = input(-53, "Over Sold Level 2")
 
ap = hlc3 
esa = ema(ap, n1)
d = ema(abs(ap - esa), n1)
ci = (ap - esa) / (0.015 * d)
tci = ema(ci, n2)
 
wt1 = tci
wt2 = sma(wt1,4)

plot(0, color=gray)
plot(obLevel1, color=red)
plot(osLevel1, color=green)
plot(obLevel2, color=red)
plot(osLevel2, color=green)

plot(wt1, color=green)
plot(wt2, color=red)
plot(wt1-wt2, color=blue, style=area, transp=80)
plot(cross(wt1, wt2) ? wt2 : na, color = black , style = circles, linewidth = 3)
plot(cross(wt1, wt2) ? wt2 : na, color = (wt2 - wt1 > 0 ? red : lime) , style = circles, linewidth = 2)
barcolor(cross(wt1, wt2) ? (wt2 - wt1 > 0 ? aqua : yellow) : na)

To edit the attached Expert Advisor and make sure for the given shift value it returns the same values as the demo able product below:


Wave Trend

https://www.mql5.com/en/market/product/88437?source=External


Process for success:

When backtesting the indicator / expert advisor they return the same values when doing an onTick backtest.


Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(67)
Projetos
74
7%
Arbitragem
32
9% / 56%
Expirado
6
8%
Livre
2
Desenvolvedor 2
Classificação
(173)
Projetos
222
58%
Arbitragem
7
29% / 29%
Expirado
7
3%
Livre
Pedidos semelhantes
Hello. Please find file attached. All described there. This is an averaging down expert advisor which is already completed that needs to modify. Hope you can help me with this
If you have any EA based on indicators, money management, martingale, hedging, pyramiding, etc. that can be used to save a position gone wrong, I am interested in buying that code. Basically, I need an ea/system to recovery positions that are in the red. The task is as follow: Use XAUUSD as reference, and enter 2 lots in short and 2 lots in long, wait for one of the positions to be 6,000 points in the red (about
Hey I am writing to a proficient algorithm trading bot developer who is well vast and can program EA for various trading platforms such as MT4, MT5, CTRADER AND TRADINGVIEW, I've been discussion the project specifications with an expert specialist here in few hours ago and that's when I first posted this job as it's very important job but suddenly an error occurred and job got automatically deleted while the
I want a robot that can run autonomously on an index, say US30 index whereby I can set a simple strategy. I want to set limit orders that trigger every incremental X points. If the market is at 39,000 I want to sell X per point at Y incremental point intervals based on the index level. If X=1 and Y= 50 I'd expect the following to happen P=50 and L=400 The market rises to 39,050 I sell at (X) 1 unit per point and I
I have the Source code for an existing MT5 EA... need this converted to work on NinjaTrader 8. I believe the language will be C#. I need an expert.. I believe this will be a difficult assignment. Price is flexible. Time is of the essence. Prefer a programmer that understands Trading Futures and speaks/understands english Will send over Source Code for current MT5 EA once programmer has been accepted. Must show an
I want an EA to trade based on Support & Resistance, and also integrating Supply/Demand and Breakout strategy. EA will also need a set of risk management and position lot settings. Will want a trade panel to be included as well
I have over 12 years experience on forex market, I have a proven, professional forex strategy, I am searching a polite, humble, patient and professional developer for a longer co-operation. You can modify existing EA or create EA from beginning, it's up to you. I designed this EA from 0, so I know everything
i want add a filter news to my existing eas, it's a simply project so consider my budget and timeline,i would choose for high/medium/low impact news if you have already done this job please send me some screenshot, thank you
EA 30 - 75 USD
I would like my robot to open up to 2000 trades. It should be 90-97% accurate at all times. It should trade currency pairs, Indexes and Gold. It must analyze the chart automatically and it must be easy to be set up. It must not lose any money. Profitable all the way. I would like someone who is highly experienced to do the job. NB!! MOBILE ROBOT. It must have automated TP and SL. all trades should be trigger anytime
MT5 EA development 150 - 160 USD
Hello, I need a bot for MT5 on Martingale, trend on-set and MA logic. Equity rise, DD, News filter, Time trading filter, SL, TP, Martingale cut=off, panel chart etc. are some of the main features. Only serious and experienced developers should offer

Informações sobre o projeto

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