Date/Time and OHLC Completion
Completes blank Open, High, Low, and Close cells using the previous row’s closing price. Combines the date and time into a single cell. If the time cell is blank, it is treated as 0:0.
Syntax
Section titled “Syntax”MT_CompleteDPlusT_OHLC(Range)Array formula.
Parameters
Section titled “Parameters”-
rangerange Range containing Date, Time, Open, High, Low, and Close.
Return Values
Section titled “Return Values”-
DateTimeDateTime Combined date and time -
Opendecimal Completed open price -
Highdecimal Completed high price -
Lowdecimal Completed low price -
Closedecimal Completed closing price