Indicator creates a chart and changes the color of candles
The way indicator works
1. The length of a candle, let’s call it a signal candle, is X% more than length of the largest of X previous candles (number of previous candles is an input parameter). Indicator changes the color of this signal candle and creates a tick on the chart.
2. The length of the signal candle is X% more than the average length of X previous candles (number of previous candles is an input parameter). Indicator changes the color of this signal candle and creates a tick on the chart.
Once signal candle has been formed the indicator changes its color as well as color of previous candles that have been analyzed.
Indicator’s chart has levels 1, 0 and -1.
If the signal candle is bullish than indicator’s chart takes the value of 1
If the signal candle is bearish than indicator’s chart takes the value of -1
Indicator’s chart takes the value of 0 with other candles that are not signal.
Indicator’s chart should look like the one on the following picture. Thin vertical lines. The indicator will only have 3 values: 1, 0, -1.

Input indicator’s parameters
There are two tabs.
General
1. Mode - bodies/shades.
· Indicator takes into account open and close prices if mode is bodies.
· Indicator takes into account high and low prices if mode is shades.
2. Number of candles – number of previous candles that indicator analyzes.
3. Average % - shows by how many percent the signal candle length should be larger than the average length of the previous candles.
4. Max % - shows by how many percent the signal candle length should be larger than the length of the largest of previous candles.
Color
1. Signal candle color - The color is the same both for bearish and bullish candles.
2. Previous candles color
3. Chart color
Example

General
1. Mode = bodies
2. Number of candles = 3
3. Average % = 50
4. Max % = 50
Color
1. Signal candle color = Orange
2. Previous candles color = Blue
3. Chart color = Red
Mode = bodies. So we take into account open and close prices.
Let’s calculate the average length of 3 previous candles.
Candle 1. 1.10709 - 1.10697 = 0.00012
Candle 2. 1.10696 - 1.10687 = 0.00009
Candle 3. 1.10720 - 1.10692 = 0.00028
If candle is bullish than its length = close price – open price
If candle is bearish than its length = open price - close price
Now the signal candle 1.10831 – 1.10725 = 0.00106
Average = 50%. So the signal candle should be larger at least by 50% than the average length of the previous candles.
(12+9+28)/3 = 16.3. If 16.3 points = 100% than 106 points = 650.3 %
The requirements are met. The signal candle is much larger than average length of previous candles.
Max = 50%. So the signal candle should be larger at least by 50% than the largest of the previous candles.
If 28 points = 100% than 106 points = 387.6 %
The requirements are met. The signal candle is much larger than max length of previous candles.
Once signal candle has been formed the indicator changes its color as well as color of previous candles that have been analyzed (3 previous candles in this case) and creates a tick on the chart. 3 candles that were analyzed and all other candles that are not signal candles are reflected on the chart as 0.

Similar orders
I need a professional AI-assisted Forex trading Expert Advisor (EA) for MetaTrader 5. The EA should not be based on a simple single indicator strategy. I want a robust multi-factor trading system that can analyze market conditions, trend, momentum, volatility, price action and risk before entering a trade. Requirements: Forex trading on MT5 Automated analysis and trade execution Dynamic entry and exit decisions Stop
We are seeking an independent technical reviewer for a frozen Python evidence/specification candidate related to an XAUUSD paper-trading risk system (ALKOOS-AI). This is NOT a request to develop, modify, optimize, or execute a trading robot or trading strategy. The task is limited to independent verification of a prepared evidence package. The reviewer should verify: Integrity of the supplied frozen artifact using
Hey guys, I’ve got an MT4 HFT EA that’s showing strong results on an IC Markets demo account, and I'm looking to move it over to MT5. Does anyone have a solid MT5 version that performs well on IC Markets? Having the source code (MQL5) included would be awesome. Thanks for any leads
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
I am looking for a developer experienced in EAs, MT5 and trade management optimization to help me add an intelligent early-exit system to my existing XAUUSD trading robot. The EA is already fully functional and performs best on the M15 timeframe. The entry strategy, BUY/SELL logic, sessions and core structure are already implemented. The work should focus exclusively on adding early exits for trades that are
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion