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
Fat and Sat mtf
make sure RFTL and SATL (who hasn't) installed under correct name)
Here You Go
Hi folks
Can someone convert the attached indicator into a MTF indi?
It would REALLY be appreciated!!!!!!!!!!!!
thank you!
mwbroNot sure if it is the same one but might be what you are looking for
Edit: Sorry doesn't complile I saw it on another thread and thought it would help but it isn't programmed correctly
need help..
need help !!
pls convert this indic to be mtf indic..
this indic is from isakas
thanks for your help.
MTF QQE and Gann HiLo please?
Can anyone make (if they don't exist in mq4 format already) MTF indicators for the QQE and HiLo(SSL) please?
help.. can't change MTF_BBAND deviation
Try this one
i have found mtf_BBAND but i have a problem..
i can't change the deviation parameter from 2 to be 1...
pls..need your help
really need this indic.
thanks
i have found mtf_BBAND but i have a problem..
i can't change the deviation parameter from 2 to be 1...
pls..need your help
really need this indic.
thankspost 1018 page 102
1214/122
BB_FlatSq_mtf_sw.mq4 - bb flat + bb/kelt squeeze
thanks..
post 1018 page 102 1214/122
i found it sir... work well
thanks u verymuch
Help to find the problem
Hi all,
I am trying to change a bit of this indicator to add in MFI
But I have some problems when I complie it.
Can someone please tell me where I have done wrong or correct my mistakes?
Thanks a lot.
Wish everyone here a Happy new Year too.
I fixed it so it would compile but you have some "clean up" work to do. I am not sure what you really want to do.
You error was in the lines:
if (MFI_M1 > 80){ MFI_M1 = "-"; color_M1 = Green;}
MFI_M1 is a double and you were assigning a string to it. I changed it to"
if (MFI_M1 > 80){ MFI_StrM1 = "-"; color_M1 = Green;}
To fix the error.
Do you have the ORIGINAL SIGNAL BAR source code?
If so, please email a copy to scottybrickman at gmail dot com.
Thanks.