I need some help to understand how to calculate the volume required from ATI Last function.
Let's say I have a 2 trades for a given interval (1min), one trade is short with volume 10 and price 1 and the other is long with volume 21 and price 3. To my understanding I should pass 21-10 = 9 for volume and 3 for price as arguments in the Last method?

Comment