Difference between revisions of "Custom 1 Line"

From MultiCharts
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
=== Definition===  
 
=== Definition===  
  
The Custom 2 Lines indicator is used to calculate and plot the value of the numeric expressions set by the Formula and Plot2Formula inputs. It is designed to plot any values that is the result of any calculations you use.  It is possible to use functions or insert any expressions that result in a number, for example, "close - close of 5 bars ago" or "range".  Additionally, this indicator will generate an alert according to the condition specified by the AlertCondition input. AlertCondition must be either true or false, for example, "range > range of 3 bar ago". The default plot settings are to plot the value in the same subchart as the main data series chart.
+
The Custom 1 Line indicator is used to calculate and plot the value of the numeric expression set by the Formula input. It helps to plot any value that is the result of some calculation you intend to use.  It is possible to use functions or insert any expression resulting in a number, for example "close - close of 5 bars ago".  Additionally, this indicator will generate an alert according to the condition specified by the AlertCondition input. AlertCondition must be either true or false, for example, "range > range of 3 bar ago". The default plot settings are to plot the value in the same subchart as the main data series chart.
 
 
  
 
=== Default Inputs ===  
 
=== Default Inputs ===  
  
'''Plot1Formula''' sets any numeric expression to be plotted, close-close[10] by default.
+
'''Formula''' sets any numeric expression to be plotted, close-close[10] by default.
 
 
'''Plot2Formula''' sets any numeric expression to be plotted, close-close[10] by default.
 
  
 
'''AlertCondition''' sets true/false expression to define the alert criteria.
 
'''AlertCondition''' sets true/false expression to define the alert criteria.

Latest revision as of 16:41, 10 September 2021

Definition

The Custom 1 Line indicator is used to calculate and plot the value of the numeric expression set by the Formula input. It helps to plot any value that is the result of some calculation you intend to use. It is possible to use functions or insert any expression resulting in a number, for example "close - close of 5 bars ago". Additionally, this indicator will generate an alert according to the condition specified by the AlertCondition input. AlertCondition must be either true or false, for example, "range > range of 3 bar ago". The default plot settings are to plot the value in the same subchart as the main data series chart.

Default Inputs

Formula sets any numeric expression to be plotted, close-close[10] by default.

AlertCondition sets true/false expression to define the alert criteria.