Can an interval be a tick or volume, e.g.
myVar = ema( 25, inv(3000v) );
My primary charting hierarchy is 750v, 3000v, 9000v on ES #f
Aggregating all the information on a single (or 2) chart(s) is intriguing, especially from a performance perspective.
Will I be able to capture indicators like $trin in tick / volume charts?
myVar = ema( 25, inv(3000v) );
My primary charting hierarchy is 750v, 3000v, 9000v on ES #f
Aggregating all the information on a single (or 2) chart(s) is intriguing, especially from a performance perspective.
Will I be able to capture indicators like $trin in tick / volume charts?
Comment