Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 2 reads | 0 comments |

Silence - indicator for MetaTrader 5

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.

Silence - indicator for MetaTrader 5


Attachment download

📎 silence.mq5 (14.19 KB)

Source: MQL5 #21673

Verification code Refresh