desktop:desktop_chart_scripting_function_reference_ema_value

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
desktop:desktop_chart_scripting_function_reference_ema_value [2022/01/11 19:16] – created robdesktop:desktop_chart_scripting_function_reference_ema_value [2023/09/21 19:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== EMA ======+====== MOV Function ======
  
 +
 +  * MOV( <value>, <periods>, <MAType> )
 +Computes the moving average of the value over the specified number of periods using the specified moving average type.
 +
 +----
 +
 +<datatables>
 +^ Function Parameters^^
 +^ Parameter ^ Description ^
 +|<value>|The value to compute the moving average of.|
 +|<periods>|The number of periods to compute the moving average over.|
 +|<MAType>|The type of moving average to compute.|
 +</datatables>
 +
 +----
 +
 +
 +
 +MAType can be specified as follows:
 +
 +----
 +<datatables>
 +^ MAType^^
 +^ Parameter ^ Description ^
 +|MAType.SMA|Simple moving average.|
 +|MAType.SMMA|Smoothed moving average.|
 +|MAType.EMA|Exponential moving average.|
 +|MAType.LWMA|Linear weighted moving average.|
 +|MAType.LSMA|Least square moving average.|
 +|MAType.HMA|Hull moving average.|
 +|MAType.WILDERMA|Wells Wilder simple moving average.|
 +</datatables>
 +
 +----
 +
 +
 +
 +===== Aliases =====
 +
 +The following are aliases for the MOV function:
 +
 +  * SMA( <value>, <periods>)
 +  * EMA( <value>, <periods>)
 +  * SMMA( <value>, <periods>)
 +  * LWMA( <value>, <periods>)
 +  * LSMA( <value>, <periods>)
 +  * HMA( <value>, <periods>)
 +  * WILDERMA( <value>, <periods>)
  • desktop/desktop_chart_scripting_function_reference_ema_value.1641928576.txt.gz
  • Last modified: 2023/09/21 19:55
  • (external edit)