Support Board
Date/Time: Wed, 29 Oct 2025 09:18:22 +0000
Post From: ACSIL - A function that returns the Bar Period Type and Setting
| [2017-11-29 04:14:20] |
| StevieD - Posts: 39 |
|
Unless I misunderstand the question, the SC "Are" functions are what you are looking for... sc.AreTimeSpecificBars() sc.AreRangeBars() sc.AreVolumeBars() and others. Combine with sc variable calls like... sc.SecondsPerBar sc.VolumePerBar sc.RangeBarType HTH |
