
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
sir plz take a look i think both are diferent indicators upper side mine and lower side that u provide and giving different signals
pawanrao
Here is a version that gives exactly the same signals as the one you posted
Hi, i would suggest another version of one of my favourite indicator: the bbands stop mtf.
Mladen, could you please turn the bbands stop mtf indicator into this one that you see in the picture attached? The indicator should only color the candles...
thanks in advance

bbands_dots_mtf.mq4thefxpros
what "BBands dots" indicator are you using (since it is called from the mtf indicator internally)?
thefxpros what "BBands dots" indicator are you using (since it is called from the mtf indicator internally)?
sorry, i forgot. This one...
bbands_dots.mq4
Hi mrtools
BBands_mtf+alerts.mq4
ShiftHi Casaliss, added the shift
sorry, i forgot. This one... bbands_dots.mq4
Seems mrtools and me we are flooding now
Here is the "candles" version of BBands dots indicator. To get bars, set the wick and body with in parameters to same value. Attaching the BBands dots again (just in case, since it is still neaded for the multi time frame version to work)
pawanrao Here is a version that gives exactly the same signals as the one you posted
thank u very much sir
Mladen don't kill me...would you be willing to do the same work with this indicator (ribbon mtf)? I tried for myself by studying your indicators but i'm still too newbie of mql...
ma_-_ribbon_filled_mtf.mq4
ma_-_ribbon_filled.mq4
thanks anyway
Thefxpros, made this version maybe you will be able to use.
Thanks Mr tools, the indicator is good but did you change the formula of mtf calculation? Now i can't use it on uncommon timeframe. I trade on offline range bars charts...
Thanks Mr tools, the indicator is good but did you change the formula of mtf calculation? Now i can't use it on uncommon timeframe. I trade on offline range bars charts...
thefxpros
If you wish to use non standard time frames as a source for multi time frame in that indicator then replace the line 147 of that indicator that goes like this :
with this :
[CODE]return(StrToInteger(tfs);thefxpros
If you wish to use non standard time frames as a source for multi time frame in that indicator then replace the line 147 of that indicator that goes like this :
with this :
[CODE]return(StrToInteger(tfs);awesome! thank u mr tools and mladen!