Multi Timeframe Indicators - page 849

 

Hi Mladen

I'm back for another fix

Has this version of woodies CCI been done as MTF for new MT4?

Can't find this exact one with the pretty colours, just another one which doesn't look the same.

cci_woodies.mq4

DS

Files:
 
dynamicsoul:
Hi Mladen

I'm back for another fix

Has this version of woodies CCI been done as MTF for new MT4?

Can't find this exact one with the pretty colours, just another one which doesn't look the same.

cci_woodies.mq4

DS

Hi DS, added a new mt4 compatible mtf.

Files:
 

Thanks so much

 

Mr T

You are right with the old calculation ,but it totally goes to another direction , unreliable .

can we eliminate the old calculation, and just have a regular vertical shift ( + or - )

like the horizontal shift

Thank again

Files:
 
mrtools:
Rkhan1, far as I can tell if you put OldCalculation = true, there is a built in vertical shift.

Mr T

You are right with the old calculation ,but it totally goes to another direction , unreliable .

can we eliminate the old calculation, and just have a regular vertical shift ( + or - )

like the horizontal shift

Thank again

Files:
 
rkhan1:
Mr T

You are right with the old calculation ,but it totally goes to another direction , unreliable .

can we eliminate the old calculation, and just have a regular vertical shift ( + or - )

like the horizontal shift

Thank again

rkhan1

Better to leave those values as is (without vertical shift)

 

Hmmmmmmmmm

I guess it will change the whole code of the indy

 
rkhan1:
Hmmmmmmmmm I guess it will change the whole code of the indy

rkhan1

All that has to be changed is the following part :

switch(Period())

{

case 1: UpDownShift = 3; break;

case 5: UpDownShift = 5; break;

case 15: UpDownShift = 7; break;

case 30: UpDownShift = 9; break;

case 60: UpDownShift = 20; break;

case 240: UpDownShift = 35; break;

case 1440: UpDownShift = 40; break;

case 10080: UpDownShift = 100; break;

case 43200: UpDownShift = 120; break;

}

where you have to change the value of UpDownShift (in points) depending on the time frame. But that is highly subjective value and all in all, would need to be changed each time you change the time frame (if you set it to be used as a parameter). So, instead of having an indicator that would behave the similar way in each time frame, you would have to change parameters each time you change time frame (and symbols, but that is another story) leaving you with constant parameter adjusting instead of simply using the indicator for decision making

 

Hello mladen and mrtools,

you guys mind adding mtf to this indi. thank you very much.

price-volume-trend.mq4

Files:
 
johnjacob:
Hello mladen and mrtools,

you guys mind adding mtf to this indi. thank you very much.

price-volume-trend.mq4

Hello Johnjacob, added the mtf.

Files:
Reason: