UDP – indicator MetaTrader 5

UDP - indicator for MetaTrader 5
Indicator UDP (Up/Down Percentage) displays the direction of candlesticks, i.e., up/down, as a percentage over the selected period. It has two configurable parameters: Period – calculation period; Applied price – price used for calculations. Calculations: UP = SMA(UpF, Period) DN = SMA(DnF, Period) where: If Price > PrevPrice: UpF = 1 otherwise: UpF = 0 … Read more