Filters indicators - page 20

 

Hmm not sure why ithe image is showing only half of the picture. but here is the link

http://i928.photobucket.com/albums/ad125/wongggg/rangingfilter2-1.jpg

 

...

I think that what you call a ranging market is the hardest and easiest to find at the same time. Easiest because the forex market is always (99.99% of time, cases like GBPUSD in 1992 are very rare) changing in predictable range even if it is trending. Hardest because finding a flat market is hard to predict (the nature of the market is not to have balance but to have one side prevail, and it would be flat if the short and long volumes are in balance)

Maybe a good thread for that would be this one for start : https://www.mql5.com/en/forum/173636

Or maybe something like this one : https://www.mql5.com/en/forum/general

blitzzz:
Hi All. I've started looking into forex a few weeks back and am still studying the use of indicators. So I found myself in this thread, looking for filters to identify ranging and trending markets. Would there be any gd filter indicators here that would be able to detect or identify ranging markets as shown in the figure below? So far I found RCBi indicator to be somewhat useful in doing that (by looking at the distance from the top red line to the bottom yellow line). Would be great if this indicator can allow me to have my own inputs rather than just the countbars. Anyways I am still studying it. Any recommendation of other filters and or advice are very much welcome.

 

nice filter

Hi

this indicator has NO REPAINT AND NO LAG.

Files:
 
blitzzz:
Hi All. I've started looking into forex a few weeks back and am still studying the use of indicators. So I found myself in this thread, looking for filters to identify ranging and trending markets. Would there be any gd filter indicators here that would be able to detect or identify ranging markets as shown in the figure below? So far I found RCBi indicator to be somewhat useful in doing that (by looking at the distance from the top red line to the bottom yellow line). Would be great if this indicator can allow me to have my own inputs rather than just the countbars. Anyways I am still studying it. Any recommendation of other filters and or advice are very much welcome.

Hi,

Im also investigating the ranging market parts as it's probably the most difficult thing that impedes the way to a profitable system. One definite way to filter ranging markets is to set Standard Deviation to very low levels relevant to the timeframe and pair your trading, such that it does a very subtle filter function without impeding profitable trade signals too. Signal Noise filters are possible too, but personally i find them abit too noisy still and not trading friendly.

Another standard way to filter out ranging markets will be the standard ADX. The adaptive ADX versions are worth trying out, although there are no holy grails but still ADX is still good enough

Yours sincerely,

Wintersky

 

STLM histo

STLM histo filter

Files:
stlm_hist.png  48 kb
stlm_hist.mq4  13 kb
 

irena

regarding the half_spectrum_FIR indicator in post 194--

how would you use this as a Filter??

Thank you.

 

Hi, Does anyone have ADX indicators no repaint when higer high or lower low, because ADX in MT4 repaint badly

 
tampa:
STLM histo filter

hi mrtools,

Please put arrow on chart. Also, please provide me the iCustom string and the "if" command to buy/sell.

Thanks much.

 
tamaraofx:
hi mrtools,

Please put arrow on chart. Also, please provide me the iCustom string and the "if" command to buy/sell.

Thanks much.

Hi Tamarofx,

Added the arrows, the iCustom could go something like

double stlmNow = iCustom(NULL,0,"STLM_hist + arrows",2,currentBar);

double stlmPre = iCustom(NULL,0,"STLM_hist + arrows",2,currentBar+1);

if (stlmNow>stlmPre) //buy

if (stlmNow<stlmPre) //sell

Files:
 

Ema variation + filter

This is an ema variation with filter indicator (a version for a new metatrader 4 was posted here : https://www.mql5.com/en/forum/183353/page49 ) that work with a current builds of metatrader 4 too. Description of "ema variation" can be fond here : https://www.mql5.com/en/forum/183353/page49

Reason: