fxcodebase-backup

Median Convergence Divergence

Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=71846
Forum: 17 · Topic 71846 · 2 post(s)


Median Convergence Divergence

Apprentice · Wed Feb 02, 2022 8:19 am

USDJPY D1 (02-02-2022 1418).png

Instead of a moving average, median value is calculated using sort function.

What is the Median? The median tells you where the middle of a data set is.

To find the median, first order the numbers from smallest to largest. Then find the middle number. For example, the middle for this set of numbers is 5, because 5 is right in the middle: 1, 2, 3, 5, 6, 7, 9.

Median Convergence Divergence.lua


Median Average, Median Moving Average

Apprentice · Wed Feb 02, 2022 8:37 am

USDJPY D1 (02-02-2022 1436).png

Median Average.lua