mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-09 10:37:45 +00:00
refactor: Added DEMA and TEMA types
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
//| |
|
||||
//+------------------------------------------------------------------+
|
||||
#property copyright "Copyright 2025, xxxxxxxx"
|
||||
#property version "1.02" // Corrected function name to StringToUpper
|
||||
#property description "Universal Moving Average (SMA, EMA, SMMA, LWMA) with Standard/Heikin Ashi source."
|
||||
#property version "1.10" // Added DEMA and TEMA types
|
||||
#property description "Universal Moving Average (SMA, EMA, SMMA, LWMA, TMA, DEMA, TEMA)."
|
||||
#property indicator_chart_window
|
||||
#property indicator_buffers 1
|
||||
#property indicator_plots 1
|
||||
|
||||
Reference in New Issue
Block a user