Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 132
- Rating:
- Published:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Confirmed Swing Points Helper is a small educational indicator for MetaTrader 5. It marks confirmed swing highs and swing lows directly on the chart, then labels the accepted pivots as HH, HL, LH or LL.
The idea behind the code is intentionally simple. A swing high is accepted only when its high is greater than a configurable number of bars on both the left and the right side. A swing low is accepted only when its low is lower than the same number of surrounding bars. This makes the signal confirmed rather than predictive.
Because the indicator waits for bars on the right side of the pivot, the markings appear with a natural delay. This is expected behavior for non-repainting swing logic and is useful when studying market structure after confirmation.
The code keeps the last accepted high pivot and the last accepted low pivot. New high pivots are compared with the previous high and labeled as HH or LH. New low pivots are compared with the previous low and labeled as HL or LL.
Inputs:
InpDepth - number of bars used on each side of the pivot.
InpMinDistancePoints - optional minimum distance between pivots of the same type.
InpShowLabels - enables or disables the HH, HL, LH and LL text labels.
InpHighColor - color used for swing high arrows and labels.
InpLowColor - color used for swing low arrows and labels.
InpFontSize - text size for labels.
InpObjectPrefix - prefix used for chart object names.
Daily Range Tracker
Daily Range Tracker — Live Today's Range vs Average Daily Range Daily Range Tracker by Fox Wave (foxwavetrading.top) shows you, at a glance, how much of the symbol's typical daily movement has already happened today — helping you judge whether the day still has room to run or is already exhausted.
Swap Meter
Swap Meter by Fox Wave (foxwavetrading.top) displays the live SELL and BUY swap rates for your current chart symbol in a clean, color-coded panel — and instantly alerts you the moment your broker changes either rate.
FVG Imbalance Marker Helper
A small educational MetaTrader 5 indicator that marks simple three-candle bullish and bearish Fair Value Gaps on the chart.
MACD Signals
Indicator edition for new platform.
