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