Difference between revisions of "Custom PaintBar"

From MultiCharts
Jump to navigation Jump to search
(Created page with "=== Definition === The Custom PaintBar indicator is used to paint the bar a specified color when certain criteria are met. The criteria can be set in the Criteria input.<br>...")
 
 
Line 7: Line 7:
 
=== Default Inputs===  
 
=== Default Inputs===  
  
'''Criteria''' sets the expression for painting the bars, high < high[1] and low > low[1] by default.
+
'''Criteria''' sets the criteria to be evaluated, high < high[1] and low > low[1] by default.
  
 
[[Category:Pre-built Indicators]]
 
[[Category:Pre-built Indicators]]

Latest revision as of 17:43, 7 October 2021

Definition

The Custom PaintBar indicator is used to paint the bar a specified color when certain criteria are met. The criteria can be set in the Criteria input.
High, Low, Open and Close parameters can be used for the Custom PaintBar criteria.

Default Inputs

Criteria sets the criteria to be evaluated, high < high[1] and low > low[1] by default.