The difference between the mladen's recalculating 'centered' TMA and normal TMA is not great but just more smoothed. As in the pic below on a 1 hour chart the recalculated difference between downtrend red to uptrend green is 5 hours.
'Centered' TMA left. Normal TMA right.
Re: TMA - Triangular Moving Average indicators MT4
512Yes, it's interesting, quite similar. The shift is especially clearly
seen for faster changes...
seen for faster changes...
Re: TMA - Triangular Moving Average indicators MT4
513Centered TMA envelope_with Channel Line_BTN.mq4
This does not help system trade. Probably.
But this can be useful for manual backtest. Especially for those who like to channel analysis.
This button is not only ON/OFF, but a recalculate button.
When the button is pressed, the recalculation is made to the right end of the display chart .
Centered TMA is repainting.
However, the extended line of cTMA should give you a hint when drawing the channel.
cTMA is TMA moved in the past direction.There is no data for the moved.Therefore, it is extrapolated using LWMA. But this indicator is an extension of the shifted TMA without extrapolation.
[Tips]
If price break the channel (make new high or new low) and pullback to channel line, it is a good time to trade. Personally, I feel that the 1-hour and 4-hour charts have a higher success rate. This method has few chances but the RR-ratio is very good.
If you find any good ideas, please let us know.
This does not help system trade. Probably.
But this can be useful for manual backtest. Especially for those who like to channel analysis.
This button is not only ON/OFF, but a recalculate button.
When the button is pressed, the recalculation is made to the right end of the display chart .
Centered TMA is repainting.
However, the extended line of cTMA should give you a hint when drawing the channel.
cTMA is TMA moved in the past direction.There is no data for the moved.Therefore, it is extrapolated using LWMA. But this indicator is an extension of the shifted TMA without extrapolation.
[Tips]
If price break the channel (make new high or new low) and pullback to channel line, it is a good time to trade. Personally, I feel that the 1-hour and 4-hour charts have a higher success rate. This method has few chances but the RR-ratio is very good.
If you find any good ideas, please let us know.
- These users thanked the author yoake for the post (total 4):
- sal, eduarescobar, Jedidiah, Chickenspicy
Re: TMA - Triangular Moving Average indicators MT4
514Added.mahessara wrote: Sun Jan 08, 2023 4:54 am could anyone please help add push notification for this indicator
Re: TMA - Triangular Moving Average indicators MT4
515
Thanks for your help MrTools!
One more request, this indicator alert doesn't work properly. Can you fix it and please add push notification? really appreciate it

Re: TMA - Triangular Moving Average indicators MT4
516TMA(AlexeNP)_centered_asymmetric_bands_gm.mq4
Non-drawing TMA channel.
The non-drawing TMA algorithm was developed by AlexeNP.
Non-drawing TMA channel.
The non-drawing TMA algorithm was developed by AlexeNP.
Code: Select all
//+------------------------------------------------------------------+
//| TriangularMA centered asymmetric bands.mq4 |
//| Mladen |
//+------------------------------------------------------------------+
//+------------------------------------------------------------------------------------------+
//| AIS TMA+EMA.mq4 |
//| https://forexsystemsru.com/threads/matematicheskie-osnovy-indikatorov.89867/post-1789861 |
//| AIS Forex |
//| AlexeNP https://www.mql5.com/ru/users/aleksej1966 |
//+------------------------------------------------------------------------------------------+
//+------------------------------------------------------------------+
//| TMA(AlexeNP)_centered_asymmetric_bands_gm.mq4 |
//| Genry(gm) |
//+------------------------------------------------------------------+
// 10jan2023 Genry mod: TMA calculation without redrawing
// Indicator TMA(AlexeNP)_centered_asymmetric_bands_gm combines indicator codes from AlexeNP and Mladen.
// The calculation part of Mladen's TMA algorithm was replaced by Alexey's calculation without redrawing.
// Added the ability to select a symbol.
// The indicator is developed in the theme:
// https://forexsystemsru.com/threads/sovetnik-twokio-abha.87593/post-1818243
//--------
//
// Sincerely, Genry (С уважением, Генри.)
Re: TMA - Triangular Moving Average indicators MT4
517
Can anyone make an indicator like this?
It's quite similar to TMA but combined with RSI 20 - 80, arrows will appear when:



- Outside band
Arrows with trend
Outside band + Arrows with trend
Hello, my name is Linh, nice to meet you.
Re: TMA - Triangular Moving Average indicators MT4
518[quote=Genry post_id=1295508899 time=1680827332 user_id=4939068]
TMA(AlexeNP)_centered_asymmetric_bands_gm.mq4
Non-drawing TMA channel.
Thanks bro. to post this indicator..
can anyone coders can add alert and message for this indicator for arrow close price
also arrow distance option
TMA(AlexeNP)_centered_asymmetric_bands_gm.mq4
Non-drawing TMA channel.
Thanks bro. to post this indicator..
can anyone coders can add alert and message for this indicator for arrow close price
also arrow distance option
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: TMA - Triangular Moving Average indicators MT4
519Addition to the basic version 1.
"TMA(AlexeNP,gm)_centered_asymmetric_bands_v1.01.mq4"
Remember: if the Alert is set on the zero bar (alertsOnCurrent), it will yell each time at the appearance and disappearance of the arrow or at the breaking of the channel border back and forth.
// 12JAN2023 Genry mod: Added History parameter.
The 'koeff' parameter controls the indentation of the indicator arrows.
Good luck!
Re: TMA - Triangular Moving Average indicators MT4
520thanks bro..Genry wrote: Sun Apr 09, 2023 11:41 pm This version has already been made on January 12, 2023.
// 12JAN2023 Genry mod: Added History parameter.
Good luck
i will give a new idea with respect TMA and rsi DIVERGENCE.
try..
my Easter gift. to all traders.
"There is NO GOD higher than TRUTH" - Mahatma Gandhi