Silence - MetaTrader 5 Script - MQL5 #21673 | Forex Indicators Download - MT4/MT5 Resources

The silent indicator shows aggressiveness (rate of price change, blue line) and volatility (red line) in separate windows.
The indicator has three input parameters:
Aggression = InterpolationAggress Volatility = interpolated volatility
Where:
InterpolationAggress = (0 - (MinAggress - BAggress) * -100.0 / (MinAggress-MaxAggress))) InterpolationVolatil = (0 - (MinVolatil - BVolatil) * -100.0 / (MinVolatil - MaxVolatil))) BAggress = B/pointBVolatil = Sqrt(dAmount) B = SMA(Abs(application price - previous application price), period) dAmount = Power(Application Price - SMA(Application Price, Period)) / Period
- MinAggress, MaxAggress - the maximum and minimum values of BAggress during the "Interpolation" period;
- MinVolatil, MaxVolatil - the maximum and minimum values of BVolatil during the "interpolation" period.

Attachment download
📎 silence.mq5 (14.19 KB)
Source: MQL5 #21673
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •