Multi Timeframe Indicators - page 36

 
deepdrunk:
does any one have MTF boolinger bands ?

it would be nice to have Trend bands also in MTF version

i will like to use them with MTF bbsqeeze for ranging market with divergence

and MTF BB (or trend bands maybe) for tourning points

the MTF squeeze showed for me a black window, but the the other one works well

 

Thanks Arthur

 

Here is MTF bbsqeeze_dark

to use it you have to save bbsqueezedark also.It work but i could not get all

hystogram to plot, i don't know why...if some mql4 programmer can help here.

Also here is Trend Bands in MTF version.Also you need to save Trend Bands indicator.

MTF bbsqueeze can be grait tool for ranging market if used with MTF boolingers or some other suport - resistance levels.

If i see bbsqueeze on 15 minuts and 1 hour squeezed i dont trade or i try to take reversal trades.Best reversals are if we have squeeze on 4 hours or daily

because there is much more space to take the trade.

I wish i found this strategy earlier few years ago it would save me lot of bad entries...

 

Please help with MTF center of gravity indicator

Hi,

Can anybody help me with MTF center of gravity indicator? After I apply it, it only shows a black indicator window . Thank you in advance for the help!

yjl

 

I found where the problem is.

BTW, what does "per" mean? Thanks,

 

MTF use with main file

MTF COG only can exe with COG file

Files:
 

To Keris

--------------------------------------------------------------------------------

Hi Keris,

I modified your MTF-HMA Russian Color to include both SATL and xpMA capabilities.

I am not a coder,even remotely,and,even if the indicators work as I intend them to work,I think that they can be improved,so,if you can dedicate some time,I will be thankful..I attach a copy of post31 in thread I started(simbasystem)..and the indicators

QUOTE

OK my friends,

I will post the only additional indicator you need for making money in GBPUSD --#MTF_xpMA_v2SATL--(by the way,you need 2 other indicators,that I include ,to make it work),besides the standard ones included in your platform and your common sense .

Before posting it ,I want to thank several people,I didn`t create this indicator,I just tweaked and modified the work of others ,who deserve all the merit,and,since I am not a programmer,all the code mistakes are my own(do not worry the indicator works).My only merit was realizing,as a trader ,the merits of 3 different threads in this Forum,and having the "lucky balls" to spend several hours to create a mixed indicator being a non programmer,and,unbelievably,making it work(the code can and should be improved,it works properly,exactly as it should,but I am sure somebody can clean it )

First,Newdigital for his eye opener thread on digital indicators,where I discovered SATL,and,of course the creators of the indicator that work at finware.Thanks.

Second,Keris for his MTF thread which gave me several practical answers

to questions that were basic to my conception of MTF trading,and for all the indicators he created and posted,which I have used to "MTF" both xpMA and SATL.Thanks.

And third but not last,CODERSGURU, for his xpMA thread where he showed again that his ideas and programming capabilities are as exceptional as he surely is as a person .Thanks.

Basically,I used Keris Mtf Moving average as a mold,I "introduced" xpMA versatile capabilities into this mold,and,then ,I "introduced" SATL into the equation...

I didn`t modify any of the copyrights(How could I dare ? ),so,the copyright that appears is the one for Keris(the first mold),it is my personal opinion that the real merit relies on all the people just mentioned..so it is up to them if they want to jointly copyright it ,or whatever ,the merit relies on ALL of them,not on a single one.

Ok,I attach the 3 indicators,the 2 basic that "form" the one we are going to use,and the template -NEXT POST-you need for the BASIC simba system.Please do not trade this template ,for the moment,we are at market cross roads(see the attachment MARKETCROSSROADS.GIF),this is the basic method,the advanced one will help you avoid these "cross road" times(killing fields)..but you need to start from the beginning..enjoy the ride....FIESTA.gif

Regards,

SIMBA

 

Simple question here. Would there be a way to tell indicator this...

If indicator timeframe<current timeframe SetIndexStyle(0,DRAW_NONE)

I use 15, 1h, 4h, 1d on a few indicators. All is fine on 15m but obviously screwed on 1d so I would like to exclude the 15, 1h, 4h on the 1d timeframe.

Get it?

//+------------------------------------------------------------------+

//| MTF RSI |

//+------------------------------------------------------------------+

int start()

{

datetime TimeArray[];

int i,limit,y=0,counted_bars=IndicatorCounted();

// Plot defined time frame on to current time frame

ArrayCopySeries(TimeArray,MODE_TIME,Symbol(),TimeFrame);

limit=Bars-counted_bars;

for(i=0,y=0;i<limit;i++)

{

if (Time<TimeArray[y]) y++;
 

MTF XPMa

Does someone have MTF XPMa ?

Many thanks,

Pippt

 
Pippt:
Does someone have MTF XPMa ?

Many thanks,

Pippt

I think the last version has MTF capabilities.