MT4 to MT5 code converter - page 35

 
mladen:

TMA true has nothing in common with TMA and most versions are repainting too. The "TMA true is simply a lwma (linear weighted moving average), Because of that, there is no need to convert it : use some existing mt5 lwma with some bands instead of the "tma true" indicator - what would be the purpose of giving that name to a simple lwma on mt5 too?

Check this thread : https://www.mql5.com/en/forum/181241

As of the rest : I am truly glad to see my trend direction and force index (a very old version) in a decompiled form. You might want to check this thread : https://www.mql5.com/en/forum/175037/page971 for original (no-decompiled) source

Value chart (the correct value chart) for metatrader 5 can be found on this thread : https://www.mql5.com/en/forum/179806

Thank you very much..i'll check the links.
 

HI friends.

i have these indicators and i want this indicator for mt5 .

Thanks.

Files:
 
anagold:

HI friends.

i have these indicators and i want this indicator for mt5 .

Thanks.

The first needs "ind - Profitunity AO 3" in order to work

The second is awesome oscillator - you already have that for mt5

 
mladen:

The first needs "ind - Profitunity AO 3" in order to work

The second is awesome oscillator - you already have that for mt5

ind - Profitunity AO 3 attached to this post.

for second indicator please attend that indicator has arrow signal on the chart and that is important for me .

Thanks

 
anagold:

ind - Profitunity AO 3 attached to this post.

for second indicator please attend that indicator has arrow signal on the chart and that is important for me .

Thanks

Since both are simply extensions of awesome oscillator, you can use any of the existing ao indicators that already do what you need (a lot of ao out there - what would be the purpose of making one more that will do exactly the same as those that already exist).
 
mladen:
Since both are simply extensions of awesome oscillator, you can use any of the existing ao indicators that already do what you need (a lot of ao out there - what would be the purpose of making one more that will do exactly the same as those that already exist).
other multi time awesome oscillators indicator on mt5 have not arrow. please guide me for that.
 
anagold:
other multi time awesome oscillators indicator on mt5 have not arrow. please guide me for that.

Since awesome oscillator is a simple sma(5)-sma(34), take any average crossing in which you have arrowsd, set the period to 5 and 34, set the average type to sma, and you shall have awesome oscillators arrows on chart

https://www.metatrader5.com/en/terminal/help/indicators/bw_indicators/awesome

 
mladen:

Since awesome oscillator is a simple sma(5)-sma(34), take any average crossing in which you have arrowsd, set the period to 5 and 34, set the average type to sma, and you shall have awesome oscillators arrows on chart

https://www.metatrader5.com/en/terminal/help/indicators/bw_indicators/awesome

thanks but how is that for higher time frame signal on current time frame(multi time frame ) ?

 
anagold:

thanks but how is that for higher time frame signal on current time frame(multi time frame ) ?

Isn't that obvious? Use multi time frame ma cross
 
mladen:
Isn't that obvious? Use multi time frame ma cross
thanks . I've got it