desktop:desktop_chart_scripting_function_reference_abs_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_abs_value [2022/01/11 16:24] – created robdesktop:desktop_chart_scripting_function_reference_abs_value [2023/09/21 19:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== ABS Function ======
 +
 +
 +  * ABS( <value> )
 Calculates the absolute value of a number. Calculates the absolute value of a number.
  
-Function Parameters +---- 
-Parameter Description +<datatables> 
-<value> The value to compute (e.g. CLOSE, HIGH, (H+L+C)/3, etc.)+Function Parameters^^ 
 +Parameter Description ^ 
 +|<value>|The value to compute (e.g. CLOSE, HIGH, (H+L+C)/3, etc.)
 +</datatables>
  
-Examples:+----
  
 +
 +<code lang |Examples:> 
 ABS(5.8) ABS(5.8)
-Evaluates to 5.8+Evaluates to 5.8 
  
 ABS(-5.8) ABS(-5.8)
 Evaluates to 5.8 Evaluates to 5.8
 +</code>
  • desktop/desktop_chart_scripting_function_reference_abs_value.1641918242.txt.gz
  • Last modified: 2023/09/21 19:55
  • (external edit)