MAPC
- インディケータ
- Pavel Gotkevitch
- バージョン: 1.1
- アップデート済み: 26 3月 2020
MAPC (Moving Average Percent's Change) shows the Moving Average's percent change from one period to another selected period allowing you to track the smoothed price change rate.
MAPC is calculated according to the following equation:
MAPC[i] = 100 * (MA[i] - MA[i - n]) / MA[i],
where:
- MA[i] - current Moving Average value;
- MA[i - n] - value of the Moving Average that is n periods away from the current Moving Average value.
Input Parameters
- Period - Moving Average period; Method - smoothing method (Simple, Exponential, Smoothed, Linear weighted);
- Applied Price - applied price (Close, Open, High, Low, Median, Typical, Weighted);
- Displacement - shifting the Moving Average from one period to another selected period (Displacement = n in the above equation).
Note: if Displacement is less than 1 or more than Period, the following alert appears: "Incorrect Displacement value. Indicator will use value Displacement=Period".
ユーザーは評価に対して何もコメントを残しませんでした