Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 07:01:12 +0000



Post From: Combine Records with Same Time and Price for Large Volume Trade Indicator?

[2019-07-17 23:53:42]
Tom Hanks - Posts: 20
If I were to try to make this with ACSIL would I just be doing calculations on sc.BidVolume[] and sc.AskVolume[]?

I am a little confused on how to go about this because I am used to referencing values per bar, not per trade record.

How do i reference volume at a specific time? I know about referencing a bar with sc.ArraySize - x, but that wouldn't work here.

Could you maybe provide a small code example to get me started on this?

Thanks!