거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
560
평가:
(1)
게시됨:
업데이트됨:
EnvSAR.mq5 (6.32 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

EnvSAR

Here is exactly how it works and how to read it:The Core ConceptInstead of plotting lines directly on your price chart, this indicator calculates the distance between the current candle and the Parabolic SAR dot.

It then normalizes that distance by dividing it by the total width of the Envelope channel.$$Level = \frac{\text{Price} - \text{SAR}}{\text{Envelope Upper} - \text{Envelope Lower}}$$By using the Envelope width as a divisor, the indicator scales itself automatically. A value of 1.0 or -1.0 means the distance between price and the SAR is exactly equal to the total height of your Envelope channel.

How to Read the HistogramLime Bars (UpLevel / Bullish Momentum): Appears when the minimum of the open/close price is above the Parabolic SAR.

Higher green bars indicate aggressive upward acceleration, showing that price is rapidly pulling away from its trailing stop.Red Bars (DownLevel / Bearish Momentum): Appears when the maximum of the open/close price is below the Parabolic SAR. Deeper red bars mean strong downward momentum as price drops heavily below the trailing stop.

The Gaps / Blanks: When the Parabolic SAR flips or sits directly inside the body of the candle (violating the upLevel > 0 or downLevel < 0 conditions), the histogram will print an empty value, signaling a structural trend pivot or extreme market consolidation.What it is Best ForMeasuring Trend Strength: Instead of just knowing if the trend is up or down, the fixed grid lines (0.5, 1.5, 2.5) allow you to see if the trend is accelerating or dying out.Filtering False Breakouts: If price breaks out but the histogram fails to cross key structural levels (like 0.5), it warns you of a weak move.

Profit Loss calendar Profit Loss calendar

P/L Calendar — Monthly Profit & Loss at a Glance. P/L Calendar shows you, day by day, exactly how your account performed this month — so you can spot your best and worst days, track your win rate, and see your trading rhythm without digging through the terminal's history tab.

Chart Navigator MT5 Light Chart Navigator MT5 Light

Chart Navigator MT5 Light — a mini-chart for quickly navigating the price chart and instantly jumping to your markers on it

T5Copier - MT 5 client to client Local trade copier T5Copier - MT 5 client to client Local trade copier

A local client to client trade copier with custom dashboard in C# and transport pipe in golang , complete src is provided in archive ( socket based ver ) ultra low latency

MA + Envelope Breakouts MA + Envelope Breakouts

Breakouts based on envelope channel or band, multi EA logic in One EA