Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 11:08:38 +0000



Post From: ACSIL: how to know if the latest trade was at bid or ask?

[2022-06-05 10:21:49]
User431178 - Posts: 613
In no particular order.

1) Open a 1-trade chart via ACSIL and check for ask of bid volume at last index.
ACSIL Interface Members - Functions: sc.OpenChartOrGetChartReference()

2) Use sc.GetTimeAndSales and get the last trade in the array.
ACSIL Interface Members - Functions: sc.GetTimeAndSales()

3) Use sc.ReadIntradayFileRecordAtIndex and get the intraday record for the most recent trade.
ACSIL Interface Members - Functions: sc.ReadIntradayFileRecordAtIndex()

Either of 2 or 3 would be my choice.