Can I backtest in Line charts using CTB

Can I backtest on Line charts using CTB?

@Market_Monarchs Line chart type is not supported in CTB currently. The CTB will backtest on the candlesticks charts even if you try to backtest on the line chart. Hence, you cannot backtest on Line charts using CTB.

Note- Line charts are nothing but the close price of the candles formed. So, if you want to backtest conditions on line charts, you can simply create conditions with the ‘close(0)’ function in Streak. For example, you want to create a strategy in line chart saying that the EMA 20 has crossed over the price. Then, you can simply create a condition like this: Close(0) crosses below EMA (close,20,0)