Hello.
PLEASE READ THE FULL DESCRIPTION FIRST BEFORE YOU APPLY.
I have been developing a candle based indicator using EAbuilder.com tool, where I just drag and drop conditions to build indicator to test some strategies. [I am not a coder of course)
However, I created a candlestick indicator which will plot an ARROW after an Engulfing candle forms and closed + if the new candles(running candle) closing price(bid/ask) price crosses above the closed candles high or low.
But the problem is whenever price crosses the high or low of the closed engulfing/other candle, the arrow appears and signals on the chart, but after some moment if price goes below the high or low(depending on the bullish or bearish side) the arrows disappears, and again if the price goes above(for bullish closed candle) the candles high or below (for bearish closed candle) the candles low the arrows reappears in the chart.
This arrows appearing and reappearing makes it a repainting indicator and causes false signal. (for historical back-testing or forward trading).
I have recorded a small 40 second video (using MT4 strategy tester) of the indicator repainting to let you understand my concern. Video link is below.
https://youtu.be/VSiZjlnLlTU
It is necessary that you completely understand what I need you to do.
I want you to write a piece of code that will make the arrow to be permanent no matter what.
Whenever the conditions meet for the first time and an arrow appears in the chart the arrow should never be removed even if the conditions have changed due to price change and no more arrow appearing or disappearing should be happen during the running time of that candle.
I will create more candlestick based buffers like this Engulfing pattern where the signal will occur on the running candle, so I need someone to write me a piece of code that will make a signal/arrow to be permanent on the chart.
Whenever an arrow appears, it should be stay there. No matter how many more candlesticks buffer I put in the chart.
Below is the snapshot of the two candlestick conditions (4 buffers) for the signals.


I will create more indicator buffers like these using the eabuilder platform. Where the arrows will appear when after meeting all the conditions + if running candles price goes above the previous candles high (bullish arrow), or previous candles low(bearish arrow) in the chart.
So, please let me know if you can solve this for these candlestick signals I give you with the source code and also for the other candles I will create in the future in the same code page. Just remember the arrows should be permanent no matter what happens after an arrow is formed during the running candle.
NOTE:
I have recorded a small 40 second video (using MT4 strategy tester) of the indicator repainting to let you understand my concern. Video link is below.
https://youtu.be/VSiZjlnLlTU
It is necessary that you completely understand what I need you to do.
You can use the MT4 strategy tester to test the repainting status of any change you make. Since the indicator paints and repaints on current bar, so without live market data or strategy testers tick by tick data the indicator cant be checked visually.
Let me know if you think you can write a piece of code to make any arrows to disappear after its first appearance in the chart.
Please, find the source code below.
Thanks
Similar orders
Hello, I have two Expert Advisors (EAs) that I'm migrating to my MQL5 VPS. I need a program that I can run on a separate chart or other interface to: - Allow EA #2 (with the magic number) to trade only during the Asian session. Therefore, EA #2 needs to be blocked during all other sessions. - Allow EA #1 to trade without restriction. Thank you
Labouchere System has many series and can transfer the Units to any other Series when needed (this function is very important). Building a dedicated SeriesManager class to handle all eight arrays would be very useful to make the unit transfers "atomic," so the logic is bulletproof and we never have to worry about data errors during the series transitions. The coders who really knows this cancellation sytem can apply
Project Overview I need an MQL5 developer to review and confirm their understanding of this project before providing a quote. Objective: Backtest an Opening Range Breakout (ORB) strategy on NAS100USD and generate detailed trade documentation. Requirements: Instrument NAS100USD only. Backtesting Run the ORB strategy on historical data. Target a minimum of 200 trades if the available data allows. Advise how much
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Hi, We are an experienced team of quants with products top ranked in MQL5 but who needs to gain audience on 10K+ communities to advertise EA to get more traffic on mql5. Thanks
We are looking to purchase Expert Advisors (EAs) for MetaTrader 4 and MetaTrader 5. Requirements: -Minimum 6 months of history (12+ months preferred). -Forex pairs, Gold (XAUUSD), Indices, Commodities, or Crypto CFDs are all acceptable. -Fully automated. -No martingale. -No grid systems. -No lot multiplication or position size scaling based on previous wins or losses. -Not dependent on extremely low spreads/slippage
DESCRIPTION: I require an experienced MQL5 developer to build a fully automated, multi‑engine, multi‑asset trend‑following trading system for MetaTrader 5. The system includes: Multiple TrendEngine instances (one per symbol) A PortfolioController that manages all engines Volatility‑regime detection Dual‑timeframe confirmation ATR‑based breakout logic ATR‑based stop management Micropyramiding Risk‑weighted satellites
Description: I need a semi-automatic Expert Advisor (EA) developed for MetaTrader 5 (Hedging account, optimized for Exness Cent accounts) to manage my manual trades on Gold (XAUUSD) using a positive pyramiding trend-following strategy. Detailed Specifications: 1. Multi-Basket Management (Crucial): The EA does NOT open the initial trade. It waits for me to open a manual trade (Buy or Sell). If I open another manual
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
//@version=6 indicator("منظومة El_3aksiiya 0 المتكاملة", overlay=true, max_labels_count=500, max_boxes_count=500, max_lines_count=500) // الألوان color_accum = color.new(#0000FF, 85) color_manip = color.new(#FFFF00, 80) color_dist = color.new(#FFC0CB, 80) color_elliot = #FF8C00 color_fib = #FFFF00 color_entry = #00FFFF color_tp = #00FF00 rsiVal = ta.rsi(close, 14) // نموذج AMD var int barCount = 0 if