Hello everyone, I watch this indicator from TRADINGRUSH (He design this indicator is not my own) BeepBoop,
I want to use it in my strategy on MT4, because i dont use tradingview
This is the code he has on Tradingview:
//(Improved) Beep Boop Indicator for Trending Markets
//New and Improved version of the Beep Boop Indicator
//
//@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)
ema_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
variant_doubleema(src,len) =>
v2 = ema(src, len)
v6 = 2 * v2 - ema(v2, len)
v6
variant_zerolagema(src, len) =>
price = src
l = (len - 1) / 2
d = (price + (price - price[l]))
z = ema(d, len)
z
//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)
fast_ma = sma_source ? sma(src, fast_length) : ema_signal ? ema(src, fast_length) : variant_doubleema(src, fast_length)
slow_ma = sma_source ? sma(src, slow_length) : ema_signal ? ema(src, slow_length) : variant_doubleema(src, slow_length)
macd = fast_ma - slow_ma
signal = sma_signal ? sma(macd, signal_length) : ema_signal ? ema(macd, signal_length) : variant_doubleema(macd, signal_length)
hist = macd - signal
histplot = hist
if (hist > 0)
hist := 0.1
if (hist < 0)
hist := 0.09
//fastMA = ema(close, EMATrend)
fastMA = ema_signal ? ema(close, EMATrend) : variant_doubleema(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 )
plot(histplot)
Similar orders
Job Title: MT5 Expert Advisor for ICT Strategy with Fair Value Gap and Risk Management Job Description: I’m looking for a skilled MQL5 developer to create an MT5 Expert Advisor (EA) based on an ICT-style strategy that trades XAUUSD using multi-timeframe market structure and Fair Value Gap detection. Key features: 4H market direction using BOS/CHOCH 2H/1H detection of FVGs (gap between candle 1’s high and candle 3’s
Hi programmer, create me the best ever trading robot that works on all brokers and platforms MT4 & MT5 works on all timeframes, must be able to open lot size of 0.01 to 5.00 trading forex, currency pairs,indices,crypto currencies also precious metals.The bot should be able to open 500 positions just in 10minutes 99.9% accurate buy and sell 100% automated hands free, trading robot auto TP & SL should able to trade
The ea should include indicators and should be able to spot entries on a 1 minute /15 minutes time frame, it has to scalp and automatically add take profit and stop loss the bot must trade small accounts from 12USD
I want an automated bot for trading gold, us30 and nastech for the time frame 5m , 15, 1he and i want it to have sl and tp for every trade it opens and i want it to automatically close once it has made 10x the profit from $100
Good day. I need an Automated Trading Robot for MT5 that will work on deriv sythetic indices with a minimum equity of 10 USD.Lot size will be set mamually ranging from 0.001 up. The strategy would be based on price action using counter trendline strategy and RSI divergence for entry and exit. hit me up if you are professional in coding automated EA Robot. Fee is $30
I am looking for an experienced MQL4 developer to create a rebate farming Expert Advisor (EA) designed to consistently generate a minimum of 2 lots per day on a $500 account with low drawdown and safe logic . The primary goal is volume generation , not profitability — the EA should be optimized to maximize trade count or lot turnover for rebate/cashback purposes, while maintaining account safety. 🧠 Requirements
I would like to order a fully automated scalping EA suitable for Forex. It should open and close trades automatically (up to 20 trades per day) with low risk. It should execute trades Monday through Friday. My broker is Pepperstone Groupe Limited Razor account type and connected to Metatrader 5. I will first try the EA in the demo account for a week before using it in the live account
Hi, I was trying was try to make a ninjatrade statregy and I ran to issues if you take a look at the files, the newstrategy file is connect with the 22062 image - for that strategy I got the ninjascript to desplay delta in the output. My issues is that I bough a 3r party software for orderflow, and I wanted to use stopping volume in the ninjatrade strategy buy I don't know how to access it, I don't know how to write
A signal to buy or sell gold arrives into a telegram group which needs to be executed immediately on MT5. there will be a range in which more layers will need to be added if price goes opposite to the signal direction and and there will be an SL and 3 TPs they will need to added to each layer. There will be further messages sent to say set SL to BE which will need to be executed at also which point a few trades
I run a trading discord and I have a plan for something related to a script/signal but I have no idea how realistic it is as im not very educated on anything in that realm. If I ran and idea by you , could you anyone me if its a service you can provide? and im wondering if pieces of that strategy can be turned into discord channel alerts rather than a tradingview signal if that makes sense