Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 13:24:20 +0000



studies TimeAndSalesBidSize

View Count: 1653

[2013-10-18 19:19:35]
User21223 - Posts: 92
Listed below code studies TimeAndSalesBidSize. What to write to the value of Bid Size was over from 400. So that studies "TimeAndSalesBidSize" showed a value above 400

SCSFExport scsf_TimeAndSalesBidSize(SCStudyInterfaceRef sc)
{
SCSubgraphRef BidSize = sc.Subgraph[0];

if (sc.SetDefaults)
{
// Set the configuration and defaults

sc.GraphName = "Time and Sales BidSize";

sc.StudyDescription = "";

sc.GraphRegion = 1;
sc.ValueFormat = sc.VolumeValueFormat;

BidSize.Name = "BidSize";
BidSize.DrawStyle = DRAWSTYLE_BAR;
BidSize.PrimaryColor = RGB(255,255,255); // white
BidSize.LineWidth = 1;
BidSize.DrawZeros = false;




//During development set this flag to 1, so the DLL can be modified. When development is completed, set it to 0 to improve performance.
sc.FreeDLL = 0;

return;
}
[2013-10-22 01:42:16]
Sierra Chart Engineering - Posts: 104368
We will see if we can add high and low Size filters to the Time and Sales Bid Size and Ask Size studies.
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
[2013-10-22 08:27:22]
User21223 - Posts: 92
Great message. I hope for a quick message
[2013-10-26 02:31:26]
Sierra Chart Engineering - Posts: 104368
This will be in 1039:
Volume/Size Filter input settings have been added to the Time and Sales Bid Size and Time and Sales Ask Size studies.

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