Support Board
Date/Time: Sun, 24 Nov 2024 10:35:06 +0000
[User Discussion] - BidSize Filter
View Count: 2891
[2013-10-11 16:03:20] |
User21223 - Posts: 92 |
Hi I use the studies Time and Sales BidSize and Time and Sales AskSize. Is it possible to do a filter for data. Just as in the Time and Sales Volume Inputs Volume Filter >= and Volume Filter <=.
|
[2013-10-14 15:54:45] |
User21223 - Posts: 92 |
Please reply.
|
[2013-10-15 02:48:12] |
Sierra Chart Engineering - Posts: 104368 |
This requires custom programming. Refer to this page: https://www.sierrachart.com/index.php?l=doc/doc_BuildCustomStudiesDLL.html 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-15 07:33:25] |
User21223 - Posts: 92 |
Can anyone make such a indicator. Do not know much about programming.
|
[2013-10-15 08:46:46] |
ganz - Posts: 1048 |
User21223 hi try this one http://s24.postimg.org/xuwotshtx/b_a_b2.png |
bid_ask_b3.dll - Attached On 2013-10-15 08:46:35 UTC - Size: 88.5 KB - 647 views |
[2013-10-15 08:54:33] |
User21223 - Posts: 92 |
Hi ganz I wish the studies Time and Sales BidSize was a input BidSize Filter >= and BidSize Filter <=. Similarly for Time and Sales AskSize. |
[2013-10-15 09:03:51] |
ganz - Posts: 1048 |
User21223 it's not clear do you need Max > X > Min ? |
[2013-10-15 09:05:10] |
User21223 - Posts: 92 |
yes
|
[2013-10-15 09:14:30] |
ganz - Posts: 1048 |
User21223 try >b4< |
bid_ask_b4.dll - Attached On 2013-10-15 09:14:25 UTC - Size: 89.5 KB - 521 views |
[2013-10-15 09:29:51] |
User21223 - Posts: 92 |
not quite satisfy me. And if you can not be converted original Time and Sales AskSize
|
[2013-10-15 09:36:43] |
ganz - Posts: 1048 |
User21223 it is already done set other subgraphs to Ignore in other case i've no idea you are talking about. sorry. good luck. |
[2013-10-15 09:41:11] |
User21223 - Posts: 92 |
"set other subgraphs to Ignore" . how to do it
|
[2013-10-15 09:49:11] |
User21223 - Posts: 92 |
please see the http://screenshooter.net/0707608/sobwnds
|
[2013-10-15 11:35:37] |
ganz - Posts: 1048 |
User21223 omg :( 1. add bid_ask_b4.dll set Draw style for bid, ask, asksize to IGNORE here http://www.sierrachart.com/index.php?l=doc/doc_ChartStudies.html#SubgraphsTab 2. add bid_ask_b4.dll set Draw style for bid, ask, bidsize to IGNORE here http://www.sierrachart.com/index.php?l=doc/doc_ChartStudies.html#SubgraphsTab Date Time Of Last Edit: 2013-10-15 11:38:04
|
[2013-10-15 17:52:52] |
User21223 - Posts: 92 |
Listed below code studies TimeAndSalesBidSize. What to write to the value of Bid Size was over for example 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; } |
To post a message in this thread, you need to log in with your Sierra Chart account: