Formula OHLC
From MultiCharts
The Formula OHLC indicator is used to plot the expression formula as an OHLC bar.
This indicator can be used with live data only.
Default Inputs
Formula( rsi(c, 14) ): enter a PowerLanguage expression.
Baseline1( 70 ): enter a PowerLanguage expression.
Baseline2( 30 ): enter a PowerLanguage expression.
PlotBaseline1( true ): set true to plot the value of the Baseline1 input; set false to not plot the value.
PlotBaseline2( true ): set true to plot the value of the Baseline2 input; set false to not plot the value.