Difference between revisions of "Formula OHLC"

From MultiCharts
Jump to navigation Jump to search
(Created page with "=== Definition === Coming soon. === Default Plots=== This indicator has no input values. Category:Pre-built Indicators")
 
 
Line 1: Line 1:
 
=== Definition ===  
 
=== Definition ===  
  
Coming soon.
+
The Formula OHLC indicator is used to plot the expression formula as an OHLC bar.
  
 +
<div style="background-color: #E3FBE5;">'''Note:''' This indicator can be used with live data only. </div>
  
=== Default Plots===  
+
=== Default Inputs===  
  
This indicator has no input values.
+
'''Formula''' enter a PowerLanguage expression, rsi(c, 14) by default.
  
 +
'''Baseline1'''  enter a PowerLanguage expression, 70 by default.
 +
 +
'''Baseline2''' enter a PowerLanguage expression, 30 by default.
 +
 +
'''PlotBaseline1''' set true to plot the value of the Baseline1 input; set false to not plot the value, true by default.
 +
 +
'''PlotBaseline2''' set true to plot the value of the Baseline2 input; set false to not plot the value, true by default.
  
 
[[Category:Pre-built Indicators]]
 
[[Category:Pre-built Indicators]]

Latest revision as of 17:43, 29 September 2021

Definition

The Formula OHLC indicator is used to plot the expression formula as an OHLC bar.

Note: This indicator can be used with live data only.

Default Inputs

Formula enter a PowerLanguage expression, rsi(c, 14) by default.

Baseline1 enter a PowerLanguage expression, 70 by default.

Baseline2 enter a PowerLanguage expression, 30 by default.

PlotBaseline1 set true to plot the value of the Baseline1 input; set false to not plot the value, true by default.

PlotBaseline2 set true to plot the value of the Baseline2 input; set false to not plot the value, true by default.