Small Modification of Expert Advisor so it is inline with Indicator

MQL5 Indicateurs Experts

Spécifications

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.


Dossiers :

Répondu

1
Développeur 1
Évaluation
(72)
Projets
80
10%
Arbitrage
36
8% / 53%
En retard
6
8%
Travail
2
Développeur 2
Évaluation
(202)
Projets
262
63%
Arbitrage
9
22% / 33%
En retard
10
4%
Chargé
Commandes similaires
Hi I have an indicator that i have tried to create an EA with, this is a simple EA that should have bought on green indicator value if previous candle indicator value was yellow. Then it should have sold when indicator value was red with previous value being yellow. Now, i would not say that i am a coder, by any stretch of the imagination, but something this simple should have been easy, instead, the EA would open
Hi, While backtesting using MT4 strategy tester I should be able to close my trade where I want. This will help me with my trading strategy. I need an utility or EA for that. I hope this is a simple task and I will be able to get this completed in 24 hours. I need to see the prototype first. You can lock it with dates. Once I test it, I will move the work to your name and will close the project. NOTE : After I
Hello, I am looking for an indicator for MetaTrader 4 with the characteristics of the indicator shown on the page below. The indicator will be used as a signal provider for binary options. https://www.youtube.com/@trendify.binaryoptions Thank you very much, Luciano Gonzaga
ENGULFING TRAILING STOP GRID MQL5 I WANT AN AUTOTRADER WITH: - AUTOMATED ENGULFING UNLIMITED GRID ORDERS DISTANCE (IN POINTS). - ORDER LOT SIZE FREE MARGING PORCENTAGE (IN POINTS AND DECIMALS - 0.0000000000 UNLIMITED). - CLOSING ORDERS ONLY WITH PROFIT TRAILING STOPS (IN MINIMUM POINTS). -
Hi Auto trading robot in mt4 need to be develop simple price action strategy i can pay 30 usd for this interested coder can ask for more details then i can share strategy details who is ready to do it
i am looking for experienced programmers who can help me out make my expert with zero lags and run smoothly and develop it in any possible way that make the accuracy way higher i need in addition to make this expert advisor linked on mt4 and mt5 also link the ea to WhatsApp and telegram bot where it giveS signals of the expert on it
Mr fano 30+ USD
I want a robot that will teach me how to be a good Forex trader, teach me the necessary requirements,and also teach me how the save. And a robot that will understand my needs and support me when I'm lost or don't understand a certain thing.. The robot should have good trading skills. Thank you
I need help with this, Hi i want a bot that will send orders to efood delivery app If you have experience about message to get started immediately pls i need it urgent
I have multiple fx accounts with a couple of brokers and I use myfxbook to monitor daily/weekly/monthly profits of these accounts. I would like view all the accounts Daily/Weekly/Monthly profits on a single page which is not possible with myfxbook currently. If someone can code an EA (or an API) to send these details to a Web Request, I can code on the client side to display them. Details I would like to get: -
Hi I need a simple dashboard for manual trading. must be an EA and must work in the strategy tester but also on live/demo account and must allow me to open/close/partially close. required elements: instruments (A & B) lot size to open for each instrument ticket identification for the orders to amend (whatever is required to identify precisely the order to amend). open/close Close can be full or partial If partial the

Informations sur le projet

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