What is the relationship between volume and momentum? Looking forward to adding vwma, evwma, vema, adxvma to Composite RSI v1.6 MT4, Composite RSI v1.9 MT5 versions. The merit is immeasurable!
enum maTypes
{
ma_vwma, // 成交量加权移动平均
ma_evwma, // 弹性成交量加权移动平均
ma_vema, // 成交量加权指数移动平均
ma_adxvma
};