desktop:desktop_chart_scripting_function_reference

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
desktop:desktop_chart_scripting_function_reference [2022/01/11 14:52] – [Level 1 Headline] robdesktop:desktop_chart_scripting_function_reference [2023/09/21 19:58] (current) – external edit 127.0.0.1
Line 77: Line 77:
 ---- ----
 <datatables> <datatables>
-^ Mathematical Functions ^^+^Mathematical Functions^^
 ^ Function ^ Description ^ ^ Function ^ Description ^
-| ABS( <value> ) | Calculates the absolute value of a number. | +|[[desktop:desktop_chart_scripting_function_reference_ABS( <value> )|ABS( <value> )]]| Calculates the absolute value of a number.| 
-| ACCUM( <value> ) | Accumulates (sums) a value over all the data points on the chart.| +|[[desktop:desktop_chart_scripting_function_reference_ACCUM( <value> )|ACCUM( <value> )]]| Accumulates (sums) a value over all the data points on the chart.| 
-| ACOS( <value> ) | Computes the inverse cosine of the value. | +|[[desktop:desktop_chart_scripting_function_reference_ACOS( <value> )|ACOS( <value> )]]| Computes the inverse cosine of the value.| 
-| ASIN( <value> )| Computes the inverse sin of the value.| +|[[desktop:desktop_chart_scripting_function_reference_ASIN( <value> )|ASIN( <value> )]]| Computes the inverse sin of the value.| 
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_ATAN( <value> )|ATAN( <value> )]]| Computes the inverse tan of the value.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_CASH( <value> )|CASH( <value> )]]| Converts the specified tick value to a cash value using the conversion parameters defined for the current market.
-Your Name +|[[desktop:desktop_chart_scripting_function_referenceCASHTICKS( <value> )|CASHTICKS( <value> )]]|Converts the specified cash value to a tick value using the conversion parameters defined for the current market.
-My Name +|[[desktop:desktop_chart_scripting_function_referenceCEILING( <value> )|CEILING( <value> )]]| Computes the nearest larger integer to the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_COS( <value> )|COS( <value> )]]| Computes the cosine of the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_CROSS_ABOVE( <value1>, <value2> )|CROSS_ABOVE( <value1>, <value2> )]]| Determines when value1 crosses above value2.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_CROSS_BELOW( <value1>, <value2> )|CROSS_BELOW( <value1>, <value2> )]]| Determines when value1 crosses below value2.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_DISPLAY( <value> )|DISPLAY( <value> )]]| Formats the specified tick value to a text representation of the price.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_EMA( <value> )|EMA( <value> )]]| Computes an exponential moving average of the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_FLOOR( <value> )|FLOOR( <value> )]]| Computes the nearest smaller integer to the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_HIGHEST( <value>, <periods> )|HIGHEST( <value>, <periods> )]]|Returns the highest value occurring over the last number of periods from the current data point.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_INPUT( <value 1>, ... <value n> )|INPUT( <value 1>, ... <value n> )]]| Allows for user input into the script via property pages.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_HMA( <value> )|HMA( <value> )]]| Computes a hull moving average of the value.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_LASTVAL( <value>, <periods> )|LASTVAL( <value>, <periods> )]]|Returns the nearest non-Nil value over the last number of periods for the current data point.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_LWMA( <value> )|LWMA( <value> )]]|Computes a linear weighted moving average of the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_LN( <value> )|LN( <value> )]]|Computes the natural (base e) logarithm of the value.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_Log( <value> )|LOG( <value>, <base> )]]|Computes the logarithm of the value in the specified base.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_LOG10( <value> )|LOG10( <value> )]]|Computes the base 10 logarithm of the value.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_LOWEST( <value>, <periods> )|LOWEST( <value>, <periods> )]]|Returns the lowest value occurring over the last number of periods from the current data point.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_LSMA( <value> )|LSMA( <value> )]]|Computes a least square moving average of the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_MAX( <value 1>, ... <value n> )|MAX( <value 1>, ... <value n> )]]| Returns the largest of the specified values.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_MIN( <value 1>, ... <value n> )|MIN( <value 1>, ... <value n> )]]| Returns the smallest of the specified values.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_MOD( <value 1>, <value 2> )|MOD( <value 1>, <value 2> )]]|Returns the remainder of the division of value 1 by value 2.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_MOV( <value>, <periods>, <MAType> )|MOV( <value>, <periods>, <MAType> )]]|Computes the moving average of the value over the specified number of periods using the specified moving average type.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_OFFSET( <value>, <periods> )|OFFSET( <value>, <periods> )]]|Gets the value offset by the specified number of periods.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_POW( <value>, <power> )|POW( <value>, <power> )]]|Computes the value raised to the specified power.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_ROC( <value>, <periods> )|ROC( <value>, <periods> )]]| Computes the rate of change of the specified value over the specified number of periods.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_SIN( <value> )|SIN( <value> )]] |Computes the sine of the value.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_SMA( <value> )|SMA( <value> )]]|Computes a simple moving average of the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_SMMA( <value> )|SMMA( <value> )]]|Computes a smoothed moving average of the value.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_SQRT( <value> )|SQRT( <value> )]]|Computes the square root of the value.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_STDDEV( <value>, <periods> )|STDDEV( <value>, <periods> )]]|Computes the standard deviation of the value over the specified number of periods.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_STDDEVP( <value>, <periods> )|STDDEVP( <value>, <periods> )]]|Computes the standard deviation (entire population) of the value over the specified number of periods.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_SUM( <value>, <periods> )|SUM( <value>, <periods> )]]|Computes the sum of the values over the specified number of periods.
-Your Name +|[[desktop:desktop_chart_scripting_function_reference_SQRT( <value> )|SQRT( <value> )]]| Calculates the square root of a number.
-My Name +|[[desktop:desktop_chart_scripting_function_reference_TAN( <value> )|TAN( <value> )]] |Calculates the tangent of the value.
-Your Name |+|[[desktop:desktop_chart_scripting_function_reference_WILDERMA( <value> )|WILDERMA( <value> )]]|Computes a Wells Wilder simple moving average of the value.|
 </datatables> </datatables>
  
Line 150: Line 150:
  
 ---- ----
-====== Level 1 Headline ====== 
  
-<datatables> 
-^Mathematical Functions^^ 
-^ Function ^ Description ^ 
-|ABS( <value> )| Calculates the absolute value of a number.| 
-|ACCUM( <value> )| Accumulates (sums) a value over all the data points on the chart.| 
-|ACOS( <value> )| Computes the inverse cosine of the value.| 
-|ASIN( <value> )| Computes the inverse sin of the value.| 
-|ATAN( <value> )| Computes the inverse tan of the value.| 
-|CASH( <value> )| Converts the specified tick value to a cash value using the conversion parameters defined for the current market.| 
-|CASHTICKS( <value> )|Converts the specified cash value to a tick value using the conversion parameters defined for the current market.| 
-|CEILING( <value> )| Computes the nearest larger integer to the value.| 
-|COS( <value> )| Computes the cosine of the value.| 
-|CROSS_ABOVE( <value1>, <value2> )| Determines when value1 crosses above value2.| 
-|CROSS_BELOW( <value1>, <value2> )| Determines when value1 crosses below value2.| 
-|DISPLAY( <value> )| Formats the specified tick value to a text representation of the price.| 
-|EMA( <value> )| Computes an exponential moving average of the value.| 
-|FLOOR( <value> )| Computes the nearest smaller integer to the value.| 
-|HIGHEST( <value>, <periods> )| Returns the highest value occurring over the last number of periods from the current data point.| 
-|INPUT( <value 1>, ... <value n> )| Allows for user input into the script via property pages.| 
-|HMA( <value> ) Computes a hull moving average of the value. 
-|LASTVAL( <value>, <periods> )| Returns the nearest non-Nil value over the last number of periods for the current data point.| 
-|LWMA( <value> )| Computes a linear weighted moving average of the value.| 
-|LN( <value> )| Computes the natural (base e) logarithm of the value.| 
-|LOG( <value>, <base> )| Computes the logarithm of the value in the specified base.| 
-|LOG10( <value> )| Computes the base 10 logarithm of the value.| 
-|LOWEST( <value>, <periods> )| Returns the lowest value occurring over the last number of periods from the current data point.| 
-|LSMA( <value> )| Computes a least square moving average of the value.| 
-|MAX( <value 1>, ... <value n> )| Returns the largest of the specified values.| 
-|MIN( <value 1>, ... <value n> )| Returns the smallest of the specified values.| 
-|MOD( <value 1>, <value 2> )| Returns the remainder of the division of value 1 by value 2.| 
-|MOV( <value>, <periods>, <MAType> )| Computes the moving average of the value over the specified number of periods using the specified moving average type.| 
-|OFFSET( <value>, <periods> )| Gets the value offset by the specified number of periods.| 
-|POW( <value>, <power> )| Computes the value raised to the specified power.| 
-|ROC( <value>, <periods> )| Computes the rate of change of the specified value over the specified number of periods.| 
-|SIN( <value> ) | Computes the sine of the value.| 
-|SMA( <value> )| Computes a simple moving average of the value.| 
-|SMMA( <value> )| Computes a smoothed moving average of the value.| 
-|SQRT( <value> )| Computes the square root of the value.| 
-|STDDEV( <value>, <periods> )| Computes the standard deviation of the value over the specified number of periods.| 
-|STDDEVP( <value>, <periods> )| Computes the standard deviation (entire population) of the value over the specified number of periods.| 
-|SUM( <value>, <periods> )| Computes the sum of the values over the specified number of periods.| 
-|SQRT( <value> )| Calculates the square root of a number.| 
-|TAN( <value> ) |Calculates the tangent of the value.| 
-|WILDERMA( <value> )| Computes a Wells Wilder simple moving average of the value.| 
-</datatables> 
  • desktop/desktop_chart_scripting_function_reference.1641912753.txt.gz
  • Last modified: 2023/09/21 19:55
  • (external edit)