Small Modification of Expert Advisor so it is inline with Indicator

指定

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.


ファイル:

応答済み

1
開発者 1
評価
(67)
プロジェクト
74
7%
仲裁
32
9% / 56%
期限切れ
6
8%
2
開発者 2
評価
(173)
プロジェクト
222
58%
仲裁
7
29% / 29%
期限切れ
7
3%
類似した注文
Hello. Would you be able to take this indicator from TradingView and put to NinjaTrader 8? Hello. Would you be able to take this indicator from TradingView and put to NinjaTrader 8? Source code is in there
hello, i need indicator to draw swings bar after bar with my terms. indicator will be include special terms for inside bars and outside bars. indicator schould works in real time not in past. and i need some options to make more visible swings
Convert Pine Script Trading view To MT4 Convert Attach Script to mt4 with buy and sell signals on Chart and Data Window. The buy and sell signal must be the SAME signals, on the same candles. No deviation. Must Match BTC 1 hr to buy and sell signals... no deviation
ATR INDICATOR 30 - 43 USD
1. ADD Settings history bars 500 ; 1000 ….. 2. ADD Settings ALERT before candle close 15 sec or 30 sec I can wrote how many Sec. 3. CANDLE Scenario I can set Number of bars in precious series can set each X 2.0 I can choose 4. CANDLE Scenario Number of bars in current series can set X 1.0 I can choose. 5. EXTRA SESSSION 1 bar X : 3 IF it FIT then ALERT
I want to create an expert advisor based on a fair value gap indicator. The indicator gives a 'box' on the chart and as example for a buy i want it to open a buy order when a candle closed above this box. here is a for a buy trade. it opens when it close above a 'bearish' fair value gap and it close when it close below 'bullish' fair value gap. the difference between bullish and bearish fair value gap is offcourse
Rules for price action bot: write me an mt5(mql5) .mq5 code expert advisor with the following rules: rules= 1.strategies-Pin Bar Strategy,Inside Bar Strategy,Engulfing Candlestick Strategy,Breakout and Retest Strategy,Trendline Trading Strategy,Hammer Candlestick Pattern,Shooting Star Candlestick Pattern,Three Inside Up Candlestick Pattern,Three Inside Down Candlestick Pattern,Morning Star Candlestick
I need someone who would use four moving averages on the mt4 and mt5 platform to create a trading robot The first moving average period would be 10, method is simple, applied to close, The second one is period 30,method is exponential, applied to close, the third one is period 50, method is simple , applied to close. The fourth one is period 200, method is simple and applied to close The 200 has to cross the rest of
I am looking for a skilled developer to create a Forex trading bot for MT4 with the following features and indicators: Indicators: EMA 20, EMA 50, EMA 200, BB 600. Trade Conditions: The bot should look for high or low test conditions in Forex pairs. Notification: The bot should message me via Telegram when it finds a trade based on the parameters. Trade Execution: If I approve the trade by replying 'yes' on Telegram
This is a normal gann wave display I want to color correct them rising wave (green) decreasing wave (red) Independently compare the top and bottom to be able to identify whether this is an up or down wave
I need to convert custom a indicator, I'm looking to convert from NinjaTrader to Quantower--are you familiar with Quantower and it's coding language? it's a rather simple indicator i just can't code on Quantower and would need that additional help--le me know. thanks

プロジェクト情報

予算
30+ USD
開発者用
27 USD
締め切り
最高 1 日