70% win rate,Pine script (Tradingview Indicator) Conversion to MT4 As seen on trading rush youtube channel

MQL4 指标

指定

I need a pine trading view indicator that has a 70% win rate converted to MT4. A you tube channel by the name of trading rush has developed n idicator with 70% win  called the beep boop indicator,with the problem being its in pine code

some back ground info trading Rush channels tests indicators 100x to find out their actually win rate. He has developed this indication which is a combination of macd and it has a 70% win rate,he even tested it a 100x times

I ask that you please convert it and if you can make it into an EA that be great too as he made a trading robot with the same code

link to his youtube https://www.youtube.com/channel/UCgY_eHY4NCTcRnU6CCZXWng

hers a video where he used the same code in a robot so its possible to turn it into an EA? https://www.youtube.com/watch?v=87h2i57FFSY&t=427s

link to where the free pine script is https://www.patreon.com/posts/improved-beep-be-43750203

the video where he tests it 100x times https://www.youtube.com/watch?v=X2Al4ymrNb0

the code

Source code (TradingView) starts below this line:


//@version=4

study(title="Beep Boop", shorttitle="Beep Boop", resolution="")

fast_length = input(title="Fast Length", type=input.integer, defval=12)

slow_length = input(title="Slow Length", type=input.integer, defval=26)

EMATrend = input(title="EMA Trend", type=input.integer, defval=50)


src = input(title="Source", type=input.source, defval=close)

signal_length = input(title="Signal Smoothing", type=input.integer, minval = 1, maxval = 50, defval = 9)

sma_source = input(title="Simple MA(Oscillator)", type=input.bool, defval=false)

sma_signal = input(title="Simple MA(Signal Line)", type=input.bool, defval=false)

col_grow_above = #26A69A

col_grow_below = #FF0000

col_fall_above = #FFFFFF

col_fall_below = #FFFFFF

col_macd = #0094ff

col_signal = #ff6a00

fast_ma = sma_source ? sma(src, fast_length) : ema(src, fast_length)

slow_ma = sma_source ? sma(src, slow_length) : ema(src, slow_length)

macd = fast_ma - slow_ma

signal = sma_signal ? sma(macd, signal_length) : ema(macd, signal_length)

hist = macd - signal


if (hist > 0)

    hist := 0.1

    

if (hist < 0)

    hist := 0.09

    

fastMA = ema(close, EMATrend)

//fastMA = 0


    


plot(hist, title="Histogram", style=plot.style_columns, color=(hist == 0.1 ? ((hist == 0.1) and (close > fastMA) and (open > fastMA) and (low > fastMA) ? col_grow_above : col_fall_above) : ((hist == 0.09) and (close < fastMA) and (open < fastMA) and (high < fastMA)? col_grow_below : col_fall_below) ), transp=0 )




反馈

1
开发者 1
等级
(41)
项目
46
28%
仲裁
9
0% / 100%
逾期
7
15%
空闲
2
开发者 2
等级
(255)
项目
413
38%
仲裁
86
44% / 19%
逾期
70
17%
繁忙
相似订单
I have a machine learning library in MT5 that I want to make an indicator with… You think you can help me? My strategy is simple... Predicting the Daily, Weekly, and Monthly High, Low, and Close prices... Then BUY @ LOW and SELL @ HIGH
My EA places orders when an arrow appears according to the pz day-trading indicator. 1) I need to change the indicator, so that it places orders when the stock indicator arrow appears. All other EA conditions remain the same. 2) I need it to place orders when the candle turns colored according to the Pvsar indicator. The only change is that for pvsra I need a buy order to be placed above the high of the candle that
Hello there, I'm trying to fix a indicator that I have, It's a .ex4 file, Can I just code a new indicator because I only have a failed version of it in a ex4 file. Here are the three files. They are EX4 files. So i wanted to have a trade panel that can fill up the whole screen where it shows all the pair symbols. MTF_TMA_Harmonic ex4 file is exactly what I'm looking for however the ex4 file for some reason doesn't
Hello I'm trying to fix a indicator that I have, It's a .ex4 file or Can I just code a new indicator because I only have a failed version of it in a ex4 file. Here are the three files. They are EX4 files. So i wanted to have a trade panel that can fill up the whole screen where it shows all the pair symbols. MTF_TMA_Harmonic ex4 file is exactly what I'm looking for however the ex4 file for some reason doesn't work
Hi everyone I have a question, is there anyone who can rewrite the code from tradinvivew pineditor to mql5 meta trader? It is about 150 line. My strategy has 50% success rate with RR 2,6. Tested for last one year, strategy works only in bull market. This is trading on gold, unfortunately I am not in the best financial position, in return I would send you the code, if you don't like it I understand that you will stop
Editing of strategy 30 - 60 USD
I have a strategy that i would like edited. I have a strategy where right now it takes profit at the next high or low. That can be removed if necessary. The SL is set using the current RSI Band Gap. I'd like the same to be done for the TP. You'll see in the settings that I have a SL and TP buffer. I would also like for those to be kept the same but again I just want the TP to be the RSI Band Gap. It'll make more
need a professional developer to modify my current indicator. Need to add time frame parameter with true .false option. Which i set true show only those TF signal and when all signal match with the current TF ( to enter trade). Alert get generated. Price is non negotiable .please don't respond if you don't agree to price. Thank you
create a scanner for find bos and choch indicator on the chart, I want the indicator based on line charts rather than candlesticks .the indicator can scanner all symbols and all timefimes when i want. Create a panel that displays symbols, time and indicates whether it is bos or choch. the scanner can alert to my phone terminal. If you are interested please contact me
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
I'm looking for a skilled developer who can produce an indicator and trading bot for the following specification: Input parameters Parameter Data type Range start time Time Range end time Time Range buffer Number pips Range colour Colour EMA Cross EMA 1 EMA 2 Period 50 200 Days to include Mon Tue Wed Thur Fri Tick box to select Entry on close TF Time Frame 5, 10, 15, 30 Mins 1hr, 4hr Max time to enter Time

项目信息

预算
30 - 31 USD
开发人员
27 - 27.9 USD