Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 17:01:08 +0000



Ask Trade / Bid Trade

View Count: 1370

[2016-06-22 00:13:19]
sampater - Posts: 243
Is there an ACSIL variable that indicates if the last trade is the Bid Trade or Ask Trade?
I need an access by ACSIL to parameters that are in the column "Type" in the Time and Sales Window.

Thanks
[2016-06-22 05:29:18]
Sierra Chart Engineering - Posts: 104368
Yes. This is in the time and sales data structure:
http://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Functions.html#scGetTimeAndSales
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-06-22 18:32:06]
sampater - Posts: 243
Thank you for your answer but it is quite complicated for my purpose.

I have 1 minut chart and i need the access (during receiving current market data for the symbol of the chart, or during a chart replay) only to the volume of the last trade and whether it is a Bid Trade or Ask Trade. Something simply like the sc.LastSize but indicating whether it is the volume of the bid or ask trade.
[2016-06-22 18:43:58]
Sierra Chart Engineering - Posts: 104368
This is definitely not complicated at all. You can easily access the last trade with the Time and Sales data. The structure member is:
s_TimeAndSales::Type. It can be: SC_TS_BID, SC_TS_ASK

There is no reason why anything else we should be added and it will not be added.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-06-24 14:50:17]
sampater - Posts: 243
Is s_TimeAndSales::Volume float or integer variable?
[2016-06-24 17:16:09]
Sierra Chart Engineering - Posts: 104368
This is an integer.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account