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)
 
       
        
            Ähnliche Aufträge
            
                
                  
                  Project Description: I need a professional developer to create a custom Expert Advisor (EA) for MetaTrader 4/5 focused on capital protection, risk control, and automated trade management . The EA must include two main modules: Part 1 – Capital & Risk Management Position Sizing Based on Account Equity User sets a max risk per trade (1%–5%). EA calculates potential loss based on SL and lot size. Blocks trades exceeding
                
                
                  
                  We are building a Python-based backend that integrates with a MetaTrader 5 Expert Advisor (EA) . The EA sends structured market data (pair, session, ATR, volume, previous highs/lows, etc.) to a FastAPI server , and the server responds with AI-driven trade recommendations and parameters . This backend will act as the “brain” of the EA , managing all decision logic, learning models, and data storage. This is a serious
                
                
                  
                  I want to create a simple Expert Advisor for MT5 focused on XAU/USD scalping. Requirements: • Timeframe: M1 or M5 (auto-detect if possible) • Entry logic: follow trend using 2 Moving Averages (MA 9 and MA 50) • Buy when MA 9 crosses above MA 50 and candle closes above both • Sell when MA 9 crosses below MA 50 and candle closes below both • Lot size: 0.01 (customizable) • Take Profit: 10–15 pips (customizable) • Stop
                
                
                  
                  I need an Expert Advisor (EA) for MetaTrader 4/5 based on ICT Smart Money Concepts. The EA should: - Detect Break of Structure (BOS), Fair Value Gaps (FVG), Order Blocks (OB), and Liquidity Sweeps. - Trade only during London and New York sessions. - Risk 0.5% of the account balance per trade. - Use TP/SL based on structure (1:2 RR minimum). - Include settings for Killzone times, BOS candle size filter, and alert
                
                
                  
                  Hello everyone, I’m looking for a reliable and well-tested EA that can either pass prop firm challenges (such as FTMO, MyForexFunds, etc.) or show consistent long-term performance on a funded account. Requirements: Maximum drawdown: 1–2% per trade Adjustable lot size based on account size Solid risk management with on-chart panel (daily drawdown, equity, profit target, etc.) Proper Stop Loss and Take Profit logic —
                
                
                  
                  Would it be possible to get a custom offer for creating a script that would draw trendlines for multiple timeframes both top and bottom of the candles, I would like the script to monitor the chart and provide me notification when the chart touches the trendline either top or bottom. If I have a position in the chart, the notification of provide me a notification of my position during each timeframe and well as when
                
                
                  
                  NB! I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE BENEFIT OF THE DOUBT THROUGH ARBITRAGE AGREEMENTS. ALSO IT IS VERY URGENT I NEED THE DEMO
                
                
                  
                  NB! I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE BENEFIT OF THE DOUBT THROUGH ARBITRAGE AGREEMENTS. ALSO IT IS VERY URGENT I NEED THE DEMO
                
                
                  
                  NB! I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE BENEFIT OF THE DOUBT THROUGH ARBITRAGE AGREEMENTS. ALSO IT IS VERY URGENT I NEED THE DEMO
                
                
                  
                  I need an ai trading bot that trades automatically no need to set anything up should be fully automatic and work looking for a specific developer who applied please apply if you see this need this ai and to ask further questions about it thanks