Renko Chart
Syntax
Section titled “Syntax”MT_Renko(Range, [BrickSize], [EndType], [QuoteType])Array formula.
Parameters
Section titled “Parameters”-
rangerange Range containing either: (0) DateTime, Open, High, Low, Close, Volume; or (1) Date, Time, Open, High, Low, Close, Volume. -
brickSizedecimal Brick size (default: 2.5) -
endTypeint The type of price (0:Close, 1:High/Low) (default: 0) -
quoteTypeint 0: DateTime, O, H, L, C, V 1: Date, Time, O, H, L, C, V (default: 0)
Return Values
Section titled “Return Values”-
TimestampDateTime -
Opendecimal -
Highdecimal -
Lowdecimal -
Closedecimal -
Volumedecimal -
IsUpbool true: up, false: down
Syntax
Section titled “Syntax”MT_RenkoAtr(Range, [ATR Period], [EndType], [QuoteType])Array formula. RenkoAtr is not recommended for backtesting.
Parameters
Section titled “Parameters”-
rangerange Range containing either: (0) DateTime, Open, High, Low, Close, Volume; or (1) Date, Time, Open, High, Low, Close, Volume. -
atrPeriodint ATR Period (default: 14) -
endTypeint The type of price (0:Close, 1:High/Low) (default: 0) -
quoteTypeint 0: DateTime, O, H, L, C, V 1: Date, Time, O, H, L, C, V (default: 0)
Return Values
Section titled “Return Values”-
TimestampDateTime -
Opendecimal -
Highdecimal -
Lowdecimal -
Closedecimal -
Volumedecimal -
IsUpbool true: up, false: down