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
Alternative ichomoku cfb
HELLO MR TOOLS,
Many thanks for the great work and service you are rendering.
Can you kindly help me create an HISTO VERSION of PRICE crosssing over the STOP ORDER LINE of the alternative ichimoku cfb on post 53.
When price CLOSES ABOVE the STOP ORDER LINE the Histo will show GREEN COLOR , and when price CLOSES BELOW the STOP ORDER LINE the HISTO will show RED COLOR.
THANKS IN ADVANCE
winner246
Can you post the source (.mq4 not .ex4)?
HELLO MR TOOLS,
Many thanks for the great work and service you are rendering.
Can you kindly help me create an HISTO VERSION of PRICE crosssing over the STOP ORDER LINE of the alternative ichimoku cfb on post 53.
When price CLOSES ABOVE the STOP ORDER LINE the Histo will show GREEN COLOR , and when price CLOSES BELOW the STOP ORDER LINE the HISTO will show RED COLOR.
THANKS IN ADVANCESource
hello MLADEN,
i originally got it here at POST 53,THANKS
hello MLADEN, i originally got it here at POST 53,THANKS
Hello Winner246,
This is the histo of that version.
Histo
Hello mr tools,
thank you very much
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 )Mladen
Since CFB should determine the "trending" or "no trending" can you make a multi symbol CFB indicator exactly like multi pair momentum https://www.mql5.com/en/forum/178416/page17 thank you very much.
Mladen Since CFB should determine the "trending" or "no trending" can you make a multi symbol CFB indicator exactly like multi pair momentum https://www.mql5.com/en/forum/178416/page17 thank you very much.
nevar
Here is the multi pair cfb. Added slope coloring (since the rising slope in cfb means that there is trend and falling slope means that there is no current defined trend (it makes it a bit easier to determine if the trend is found or not). Decided to make it this way since this way you can jave unlimited number of symbols and you can have slope coloring (if I applied slope coloring to the way how multi symbols momentum was made, only two symbols could be drawn on the chart)
Mladen Since CFB should determine the "trending" or "no trending" can you make a multi symbol CFB indicator exactly like multi pair momentum https://www.mql5.com/en/forum/178416/page17 thank you very much.
And this version too (done as that multi symbols version was made)
This one is limited to 8 symbols and it does not have a slope coloring (as I explained already, in that case only two symbols could be calculated and drawn on a same subwindow, ad that is why in this version I left out the slope coloring)
Due to latest "upgrades" of metatrader 4 some indicators are having a compile "errors". Here are some of those updated to be able to work in both build 509 as well as in new builds
One more that is adapted for these new changes