By Tim Morris and Team
The LeMan Channel Indicator MT4 places two violet lines around price to show a changing outer channel. It can help a trader see when price is testing an unusually wide move relative to its recent candles, but it does not provide BUY or SELL arrows, alerts, stop losses, take profits, or automatic trades.
We tested the indicator on EURUSD H1 with its default N = 12 setting. Both channel lines loaded correctly and matched the readable MQ4 source. This test did not establish a profitable strategy, the best market or timeframe, or whether the lines remain unchanged after every closed candle and platform reload. Treat the channel as context for a trade plan, not as an entry signal by itself.

The native EURUSD H1 overview shows the indicator’s two violet channel lines with the default N=12 setting.
LeMan Channel Indicator MT4 at a glance
| Trader question | Short answer |
|---|---|
| What does it show? | Two changing violet lines above and below price. |
| What is it useful for? | Highlighting outer price areas that may deserve closer attention. |
| Does it give arrows? | No. The tested source contains no BUY or SELL arrows. |
| Does it send alerts? | No alert function was found in the source. |
| Does it trade automatically? | No. It is an indicator, not an Expert Advisor. |
| Default setting | N = 12. |
| Tested chart | EURUSD H1 on an MT4 demo terminal. |
| Does it repaint? | Unknown. A dedicated closed-bar and reload-stability test is still needed. |
The main advantage is simplicity: the chart remains readable and the outer lines are easy to see. The main limitation is equally important: a touch of either line has no confirmed trading meaning on its own. Traders looking for related tools can compare it with other MT4 volatility indicators, while remembering that channel formulas and behaviour can differ.
What the two violet lines mean
The upper violet line is labelled Up in the source, and the lower line is labelled Dn. They sit in the main price window rather than a separate indicator panel. Their distance from price changes as the recent candle excursions change.
In practical terms, a trader can read the lines as outer areas of interest:
- a test of the lower line can prompt a search for bullish rejection or a failed breakdown;
- a test of the upper line can prompt a search for bearish rejection or a failed breakout; and
- price moving strongly along or through a line can warn that momentum is still active.
These are general ways to study a price channel, not verified signals generated by this indicator. The lines do not turn colour, print arrows, or tell the trader when to enter. A candle close, nearby swing structure, market direction, spread, and a defined invalidation point still matter.
How the LeMan Channel calculation works
Because the MQ4 source is readable, we can describe the calculation without guessing. For each calculated bar, the indicator looks back over N bars. The upper calculation finds the largest difference between a bar’s high and the previous close, then adds that value to the current close. The lower calculation finds the largest difference between the previous close and a bar’s low, then subtracts that value from the current close.
With the default N = 12, each line therefore reflects the largest relevant excursion within a 12-bar window. Increasing N would make the calculation consider a longer sample; decreasing it would use a shorter sample. That does not automatically make a setting better or worse. It changes what “recent” means.
Both plotted lines also use a one-bar display shift. This moves the visible plots one bar to the right of their calculation index. Traders comparing the line with a particular candle should account for that visual shift rather than assuming the plotted point is calculated from a future candle.
The current bar can change while it is still forming. We did not run a candle-by-candle forward test followed by repeated reloads, so closed-bar stability and repainting remain unknown.
How to trade with the LeMan Channel Indicator
Use the channel to locate an area, then let price action decide whether there is a defensible trade. The following BUY workflow is an educational example, not a signal built into the indicator.
Illustrative BUY workflow
- Start with context. Prefer a market that is holding above a recent swing low or showing a clear recovery rather than falling without support.
- Wait for the lower violet area. Let price test or briefly move below the lower line; do not buy simply because the line was touched.
- Require rejection. Look for a candle to reject the lower area and close back above it, or for price to reclaim a nearby minor swing level.
- Plan the entry. A cautious entry can be considered only after the confirming candle closes. Chasing price before the close gives the setup no confirmed rejection.
- Define invalidation first. An illustrative stop belongs below the rejection low or another logical structure level, not at an arbitrary fixed distance.
- Choose a realistic target. A prior swing high, the middle of the recent range, or the upper channel area may provide a reference. Check the distance with a Risk/Reward Calculator before accepting the trade.
In the selected EURUSD H1 frame, price recovered from the channel’s lower half
before a bullish candle closed higher; it was not a clean touch of the lower
violet boundary. The marked plan begins only after that separate confirmation.

Illustrative only: the BUY, stop-loss, and take-profit labels are editorial guides. They are not outputs from the indicator and were not used to measure performance.
When to skip the setup
- Price is driving down through the lower line with large candles and no rejection.
- The proposed stop must sit inside ordinary candle noise or creates poor risk-to-reward.
- A high-impact news release is close and the spread or volatility is unstable.
- The chart is crowded, range boundaries are unclear, or the confirmation candle has already moved too far.
- The trade conflicts with your tested risk-management plan.
A SELL idea can be studied with the logic reversed at the upper channel, but it should still require its own bearish context, rejection, invalidation, and target. We have kept this guide to one clear example rather than implying that every upper or lower touch is tradable.
Settings, pairs, and timeframes
N is the only external input in the reviewed source. Its default value is 12. We observed that setting on EURUSD H1; we did not compare alternative values, pairs, or timeframes for accuracy or profitability.
For demo testing, a trader could logically begin with:
- M15 to M30 for shorter-term observation, accepting more market noise and faster line changes;
- H1 as the documented test context and a practical starting point for intraday review;
- H4 to D1 for slower swing analysis, where each 12-bar window covers much more time; and
- liquid forex pairs first, because stable execution and tighter spreads make visual study easier.
These are testing suggestions based on how lookback channels generally respond to timeframe changes, not verified “best” settings. Change one variable at a time, save screenshots, and compare enough closed candles before deciding whether a configuration suits your method.
Installation and troubleshooting
Install the MQ4 or compiled EX4 file in the MetaTrader 4 data folder under MQL4/Indicators, restart MT4 or refresh the Navigator, then attach the indicator to a clean chart. Our MT4 and MT5 indicator installation guide covers the full folder and refresh process.
Quick troubleshooting
- Indicator not in Navigator: confirm it is in the MT4 Indicators folder, not the MT5 Indicators folder, then refresh or restart the terminal.
- No violet lines: check that enough history is loaded, confirm
Nis a positive value, and inspect the Experts and Journal tabs for errors. - Lines are difficult to see: use the indicator’s colour controls or a contrasting chart background; avoid altering the evidence when comparing tests.
- Chart looks different: confirm the same symbol, timeframe, broker data, zoom, history window, and
Nsetting.
The source compiled in the recorded test with zero errors and zero warnings. No order functions, DLL calls, WebRequest calls, alerts, or external file dependencies were found.
What we tested and what remains unknown
We attached the indicator normally to a clean EURUSD H1 demo chart with N = 12, compared the visible lines with the readable source, and captured a native overview. We then reviewed four substantially different historical windows and selected one enlarged native chart frame for teaching clarity, not because it showed the largest later price move. Trading, order submission, DLL access, and WebRequest access remained disabled throughout the observation.
The test confirmed that two violet lines displayed in the main chart and that the automated capture matched the normal chart attachment. It did not test win rate, profit factor, drawdown, optimal parameters, EA buffer use, or any fixed stop-loss and take-profit method. It also did not complete the forward-and-reload protocol required to classify the indicator as repainting or non-repainting.
That boundary matters: the article explains what the source calculates and how a trader might study the visible channel, but it does not certify a profitable trading system.
Frequently asked questions
Is the LeMan Channel Indicator a BUY and SELL signal indicator?
No. The reviewed indicator plots two violet lines and contains no arrow or alert logic. Any trade entry needs separate confirmation rules.
What is the best setting?
No best setting was established. N = 12 is the default and the value used on EURUSD H1 in our test. Compare alternatives on a demo chart before relying on them.
Can it be used for scalping or swing trading?
It can be observed on shorter or longer timeframes, but suitability was not verified. Short charts generally contain more noise, while H4 and D1 create slower, broader decision cycles.
Does the LeMan Channel Indicator repaint?
Unknown. The forming bar can update, and a dedicated closed-candle, forward-play, and reload-stability test is required before making a non-repainting claim.
Does it place trades automatically?
No. It is an MT4 custom indicator, not an Expert Advisor, and no order functions were found in the source.
Final thoughts
The LeMan Channel Indicator MT4 is best treated as a clean visual map of recent outer price excursions. Its readable source, single N input, and two-line display make it straightforward to study, but the channel does not remove the need for context, confirmation, invalidation, and controlled risk.
Start with the tested N = 12 setting on a demo H1 chart, record how closed candles interact with both lines, and test stability before building rules around it. Never risk money simply because price touches a channel boundary.
Risk note: Forex trading involves substantial risk. The marked trade plan is educational and does not represent a recommendation or verified result.
Recommended MT4/MT5 Broker
XM Broker
- *FREE $50 To Start Trading Instantly! (Withdraw-able Profit)
- Deposit Bonus up to $5,000
- Unlimited Loyalty Program
- Award Winning Forex Broker
- Additional Exclusive Bonuses Throughout The Year
>> Sign Up for XM Broker Account here <<
(Free MT4 Indicators Download)

Enter Your Email Address below, download link will be sent to you.




