Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 01:13:29 +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