Attachments forums

List of attachments posted on this forum.


All files on forums: 136850

Re: WPR Indicators for MT4

Banzai, Wed Feb 12, 2020 2:30 pm

Below is the formula of the %R indicator calculation, which is very similar to the Stochastic Oscillator formula:

%R = -(MAX (HIGH (i - n)) - CLOSE (i)) / (MAX (HIGH (i - n)) - MIN (LOW (i - n))) * 100

Where:

CLOSE (i) — today's closing price;
MAX (HIGH (i - n)) — the highest maximum over a number (n) of previous periods;
MIN (LOW (i - n)) — the lowest minimum over a number (n) of previous periods.
All files in topic