getMasterBar
Description​
Gets the MasterBarTickLookup
for a given masterbar at which the masterbar is played the first time.
- JavaScript
- C#
- Kotlin
getMasterBar(bar: MasterBar): MasterBarTickLookup
MasterBarTickLookup GetMasterBar(MasterBar bar)
fun getMasterBar(bar: MasterBar): MasterBarTickLookup
Parameter | Summary |
---|---|
barAll | The masterbar to find the time period for. |
Returns​
A MasterBarTickLookup
containing the details about the first time the MasterBar
is played.