
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello I have tried to load the latest version and it appears not to work
Which latest version are you referring to?
Latest versions of the cfb itself were posted here :
And they are working OK
On the other hand, if you are trying to use dynamic zones version, you have to have dynamiczones.dll in the libraries folder and you have to enable dll imports in the indicators properties - or else, it will not work. The dll you can download from here : https://www.mql5.com/en/forum/179876
Which latest version are you referring to?
Latest versions of the cfb itself were posted here :
And they are working OK
On the other hand, if you are trying to use dynamic zones version, you have to have dynamiczones.dll in the libraries folder and you have to enable dll imports in the indicators properties - or else, it will not work. The dll you can download from here : https://www.mql5.com/en/forum/179876
Thank you
Forum on trading, automated trading systems and testing trading strategies
Composite Fractal Behavior and its aplications
Mladen Rakic, 2014.03.23 22:24
In describing the cfb I am going to cheat : since it was invented by Jurik, here is what he is saying about it :
What is the Theory Behind CFB ? Does CFB find the Dominant Cycle ? How would I use CFB's results ? Do I specify a "period length" for CFB?________________________________
Now that was Jurik
The main problem in building this indicator for metatrader was the shear number of buffers it must use for its calculations and the calculations itself. There were some attempts to make it, but those were stopped at a first step : making a basic calculation function and that was all that was done. This is the "real" one. With some additions of course
In this indicator the "period" is replaced with "depth" :What deviates from Juriks cfb is the post smoothing : since the slope should determine the "trending" or "no trending" that I thought that some smoothing would not hurt. Smoothing used is the one from one more average and gives satisfactory results. Do not confuse the Smooth parameter with SmoothResult, SmoothSpeedand SmoothAdaptiveparameters. Smooth is a part of cfb calculations and the last 3 are used to smooth the already calculated cfb.
PS: attached a welth lab source that I used as a model for this indicator. Do not be alarmed when you compare the two sources : that is cfb (value wise the same thing, believe me, just everything can be done a BIT differently and faster
) Also attached what can be found and what people wrongly believe to be a cfb : the cfbAux function (this function is a correct, if you compare it to those posted on some sites
)
____________________________
Updated version posted here : Composite Fractal Behavior and its aplications
Composite Fractal Behavior (CFB) invented by Jurik
The forum
The articles
============
Composite Fractal Behavior (CFB)
CFB tells you how long the market has been in a quality trend. This value can be used to adjust the period length of other indicators, especially stochastic bands. In order to quantify the overall duration of a market's trend, we replaced classical cycle analysis methods (FFT, MEM, MESA) with a form of analysis that works even when no cycles exist. We accomplished this by examining a time series for specific fractal patterns of any size. We then gather all the patterns found and combine them into one overall index, CFB (Composite Fractal Behavior) Index.
Composite Fractal Behavior and its aplications - good thread with the following indicators:
============
Fractals MTF alerts
It is very advanced multi timeframe fractal indicator with alerts. There are some good features such as how to show the arrows when showJustOneArrow parameter is set to true :
showArrowType parameter :
0 -> draw arrow just on the first bar of the target time frame
1 -> draw arrow just on the last bar of the target time frame
2 -> draw arrow when the high is equal to high fractal or low is equal for low fractal
Additional option is to show the arrow just on the first bar of the target time frame fractal, or to repeat it on every bar belonging to that time frame bar.
Which latest version are you referring to?
Latest versions of the cfb itself were posted here :
And they are working OK
On the other hand, if you are trying to use dynamic zones version, you have to have dynamiczones.dll in the libraries folder and you have to enable dll imports in the indicators properties - or else, it will not work. The dll you can download from here : https://www.mql5.com/en/forum/179876
It seems their is nothing on page 13 for coding?
The cfb_adabtive_smoothed_cci_2 or 2.1 neither seems to work on mt4, maybe Im doing something wrong?
Or any of the other ones, all I get is a blank indicator window. dll imports is selected also. Any suggestions?
It seems their is nothing on page 13 for coding?
The cfb_adabtive_smoothed_cci_2 or 2.1 neither seems to work on mt4, maybe Im doing something wrong?
Or any of the other ones, all I get is a blank indicator window. dll imports is selected also. Any suggestions?
Page 13 seems to have fallen as a victim to one of the many "migrations" that the forex tsd forum had been gone through - unfortunatelly, as far as I know, nothing can be done regarding that
As of the rest : use the "nmc" (New Metatrader 4 Compatible) versions (ie: the newer versions, since, due to changes that mt4 has undergone some older code needed so changes). So, simply go further the thread and you shall find those versions too or simply recompile the code a couple of times (eventually the build 1090 will get it right and the values are going to re-appear since there is nothing wrong with the code in some cases when line display is used)
Page 13 seems to have fallen as a victim to one of the many "migrations" that the forex tsd forum had been gone through - unfortunatelly, as far as I know, nothing can be done regarding that
As of the rest : use the "nmc" (New Metatrader 4 Compatible) versions (ie: the newer versions, since, due to changes that mt4 has undergone some older code needed so changes). So, simply go further the thread and you shall find those versions too or simply recompile the code a couple of times (eventually the build 1090 will get it right and the values are going to re-appear since there is nothing wrong with the code in some cases when line display is used)
Such a simple fix, haha I wish I knew more about this kinda stuff. Thanks a lot.
Turns out it's a bug in build 1090. The fix is changing the code and recompiling it as Mladen explains here: https://www.mql5.com/en/forum/170914#comment_5642504