Smoothed Demark

 

Anyone have a smoothed demark indicator?

Not the TD, just the standard but smoothed. Could have some use.

Many many thanks.

 

mt4 formula

Worst case, can someone provide the mt4 demark code so i can work on it?

muchos gracias

 
 

T3 DeMarker

Found this old thread and found that it was un-answered ...


The way how DeMarker is calculated it is possible to replace some parts of calculation with different ways, and in that case, we can get a much smoother result. So, this one is not a smoothed DeMarker (it is not a DeMarker that is additionally smoothed, in which case we would have some lag added to it) but it is a smoother DeMarker (since T3 is "faster" than the SMA that is originally used in DeMarker, it should be even faster. Default T3Hot of 0.5 is used to make it close to the built in DeMarker. With higher T3Hot fields you can get much "faster" DeMarker, it is just a matter how fast you wish it and when it becomes "too fast". One need to experiment with it a bit)

Here is a comparison : upper is the regular, built in DeMarker and lower is the T3 Demarker.

Files:
demarker.gif  23 kb
 
mladen:
CCI of smoothed DeMarker (but in this case super smoother is used for smoothing, not T3) and atr used to emphasize the values : cci_of_demarker_amp_atr.mq4

Is there a DeMarker with changeable price?

 
nbtrading:
Is there a DeMarker with changeable price?

Price can not be changed for DeMarker (due to the way t is calculated)

But you can check this version : https://www.mql5.com/en/forum/172986/page22 (if you want the original demarker use sma for ma type)

 

CCI of smoothed DeMarker (but in this case super smoother is used for smoothing, not T3) and atr used to emphasize the values : CCI of DeMarker & atr.mq4

 

Forum on trading, automated trading systems and testing trading strategies

All about MQL5 Wizard : create robots without programming.

Sergey Golubev, 2025.05.10 07:13

MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel

MQL5 Wizard Techniques you should know (Part 64): Using Patterns of DeMarker and Envelope Channels with the White-Noise Kernel

We follow up our last article that paired momentum based DeMarker indicator with the support/resistance Envelopes bands by examining how their signals could be harnessed in machine learning. We have had similar approaches on indicator pairings in recent articles, and readers seeking some introduction can look into those. Essentially, we implement the MQL5 indicators in the Python language, while using price data imported with the MetaTrader 5 Python module. This module allows you to log onto your broker’s server and retrieve price data and symbol information.