Alexander Mukhanchikov:
А чем они отличаются?
Выгружаю свечи RIZ1, 5 минутки
$candles:{\(it.Time; format="HH:mm:ss"\), \(it.OpenPrice\), \(it.HighPrice\), \(it.LowPrice\), \(it.ClosePrice\), \(it.:[Volume]{color=red}\)
}$
дает
10:00:00, 155785, 156900, 155070, 155100,
10:05:00, 155100, 155690, 154960, 155620,
10:10:00, 155620, 155815, 155040, 155040,
То же самое c Total
$candles:{\(it.Time; format="HH:mm:ss"\), \(it.OpenPrice\), \(it.HighPrice\), \(it.LowPrice\), \(it.ClosePrice\), \(it.:[TotalVolume]{color=red}\)
}$
дает
10:00:00, 155785, 156900, 155070, 155100, 28466
10:05:00, 155100, 155690, 154960, 155620, 16789
10:10:00, 155620, 155815, 155040, 155040, 16184