Login Page - Create Account

Support Board


Date/Time: Sat, 22 Nov 2025 20:03:15 +0000



Post From: Feature Request - Combine Increment in Ticks for market data retrieval functions

[2025-11-22 17:07:24]
gcUserStudies - Posts: 115
Feature Request:
Add support for Chart DOM "Combine Increment in Ticks" setting to market data retrieval functions, or provide new functions that return combined values matching what's displayed in DOM columns when the setting
"Apply Combine Increment in Ticks to Other Market Data Columns (Chart >> Chart Settings >> Market Depth menu)" is set to Yes.

When this setting is set to Yes then the Market Depth Combine Increment in Ticks will be applied to the other market data columns. Otherwise, the other market data columns will display the data in the native resolution.

So the challenge is with the resolution. When using functions like GetRecentBidVolumeAtPrice() and GetRecentAskVolumeAtPrice() (and other similar functions) only return single-tick values, even when the Apply Combine Increment is enabled.

Solutions?
1) Modify existing functions to automatically respect the DOM's "Apply Combine Increment in Ticks to Other Market Data Columns"
2) Add new functions like GetRecentBidVolumeCombinedAtPrice() that return the combined value as displayed in the DOM

This would help with custom studies that retrieve this data and could match what Sierra is showing when combine is enabled and applied to other market data columns.

Thank you and appreciate any considerations for adding support for this. Unless it's already there and I missed it!