Attachments forums

List of attachments posted on this forum.


All files on forums: 136004

Re: TMA - Triangular Moving Average indicators MT4

Genry, Fri Apr 07, 2023 10:25 am

TMA(AlexeNP)_centered_asymmetric_bands_gm.mq4
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 (С уважением, Генри.)
All files in topic