Search found 153 matches

Return

Re: Moving Average indicators for MT4

by: Darks
Does anyone know if there is a moving average/filter that is partially weighted towards staying flat unless new highs/lows are made? It might be more in the adaptive/digital filters realm, and this may not be the thread for it. The idea behind it is that when a price is retracing/no longer explorin...

Re: Moving Average indicators for MT4

by: Darks
Darks wrote: Sat Aug 22, 2020 2:59 am Posting another variation of vaMA. This the Step vaMA indicator. It is using Mladen's Step Atr method.
Indicator posted above has an issue I don't know if anyone who used noticed. It seems some functions just need to be rewritten for MQL4.
Still learning.

Anyway here is the updated version.

Re: MACD indicators for MT4

by: Darks
So basically i was experimenting with an indicator for an algorithm and also decided to post it here. A lot of users may be familiar with Mladen's LR of MACD indicator. This basically is a DLR of MACD(Double linear regression also by Mladen). Also a Power factor is added(don't know what else to call...

Re: Moving Average indicators for MT4

by: Darks
Sharing a new type of average I am working on. The average is based on what is simply known as efficiency. The formula is below Efficiency = useful output / total input Here useful output is average price(could be any type of average) and total input is Price. So if efficiency is greater than its Hu...