Knowledge Base
BarTypes Function
The BARTYPES() function allows you to easily identify bars that fit the following criteria:
To highlight or colour a bar that has closed below its midpoint:
BARTYPES().CloseBelowMid
To scan for an Outside bar where the close was below the open:
BARTYPES().Outside and
BARTYPES().CloseBelowOpen
- Higher than previous
- Lower than previous
- Outside the previous
- Inside the previous
- Close Above Open
- Close Below Open
- Close Above Midpoint
- Close Below Midpoint
To highlight or colour a bar that has closed below its midpoint:
BARTYPES().CloseBelowMid
To scan for an Outside bar where the close was below the open:
BARTYPES().Outside and
BARTYPES().CloseBelowOpen