shabz Posted August 2, 2010 Report Posted August 2, 2010 Hi, Can anybody make this indicator into MTF version ? http://www.4shared.com/file/aSas3-0O/Trend_Magic2.html Quote
radicaltour Posted August 3, 2010 Report Posted August 3, 2010 here you go shabz: http://www.multiupload.com/ZTUUKJHYHQ it was just a line of code and so i haven't tested it yet. hermes 1 Quote
shabz Posted August 3, 2010 Author Report Posted August 3, 2010 Thanks radicaltour, I don't think its correct, if you compare the Trend Magic lines drawn on 2 timeframes, say the 15 min & 5 min. I had seen somewhere on the TSD Forum the formula for converting indicators to MTF, but I can't find it again. Quote
iwjw Posted August 3, 2010 Report Posted August 3, 2010 if you want to see the M15 values on a M5 chart you have to use iBarShift to get the M15 shift I personally would create a new indicator that serves as an envelope for TrendMagic like: offset=iBarShift(NULL,PERIOD_M15,Time); -> where Time is the M5 candle value=iCustom(NULL,PERIOD_M15,"TrendMagic",..params here...,buffer#,offset) -> the offset corresponds to the M15 candle Quote
4xmeter Posted August 3, 2010 Report Posted August 3, 2010 Thanks, iwjw However, I tried and now i have a nice mess of difficulties. Could you help, please! Thanks in advance Quote
iwjw Posted August 3, 2010 Report Posted August 3, 2010 Thanks, iwjw However, I tried and now i have a nice mess of difficulties. Could you help, please! Thanks in advance at least, it doesn't look ugly: http://[email protected]/file/BYkvb2eB/Trend_Magic2_MTF.html shabz and vince-ac 2 Quote
shabz Posted August 3, 2010 Author Report Posted August 3, 2010 (edited) Hi iwjw, I would really like to be able to choose the timeframe, be it 15 or 60 min onto a smaller TF chart. It would be most useful if you could create a complete mq4 indicator so that I can understand what you have described so simply. It will be most appreciated, Thanks. You were faster in responding than my typing, Thanks Edited August 3, 2010 by shabz post superceded Quote
iwjw Posted August 3, 2010 Report Posted August 3, 2010 Hi iwjw, I would really like to be able to choose the timeframe, be it 15 or 60 min onto a smaller TF chart. It would be most useful if you could create a complete mq4 indicator so that I can understand what you have described so simply. It will be most appreciated, Thanks. see post above There is a param HigherTF where you can set the TF The indi doesn't check the number...so if you set it to 34 or so you'll get what you deserve So only 15,30,60,....are valid 4xmeter and shabz 2 Quote
iwjw Posted August 4, 2010 Report Posted August 4, 2010 (edited) Hi traders, here you can get another variation of multi timeframe The indi is showing the TrendMagic of the selected chart period and the following 3 periods above (for periods<=H4) It's based on a 4TF indi I found a while ago. I'm using this as an easy template to create MTFs for whatever Indi I want If you activate "chart shift" you can see the timeframes that are shown on the right side of the indi window To use this indi you have to have the Trend Magic2 in your indicators folder. Haven't looked whether the indi produces tradable setups but in general: either all bars are blue or red for entry Here you go: http://[email protected]/file/o9WEYXwx/4_TF_TM.html as always: @->a...0->o EDIT: deleted Edited August 4, 2010 by iwjw removed that indi has a bug Quote
shabz Posted August 5, 2010 Author Report Posted August 5, 2010 Thanks iwjw, Trend magic 2_MTF working perfectly. Quote
Marchello Posted June 20, 2011 Report Posted June 20, 2011 Please post a new good link Thanking in advance Good trading wishes Quote
bgrtz Posted June 21, 2011 Report Posted June 21, 2011 (edited) Hope this helps.. http://www.4shared.com/file/E06Eemt3/Trend_Magic2__MTF.html Regards NB. Sorry, I forgot to put the CCI & ATR setting, so in the previous url MTF only took the default CCI=50 & ATR=5. Now you can set the CCI & ATR from the MTF version. Edited June 21, 2011 by bgrtz hermes and Marchello 2 Quote
Marchello Posted June 21, 2011 Report Posted June 21, 2011 Hope this helps.. http://www.4shared.com/file/EbfSpVgQ/Trend_Magic2__MTF.html Regards Truly thank you "bgrtz' Good trading wishes Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.