GetSplitDenominator

GetSplitDenominator ();

Description

Returns the split denominator for the current symbol.

Example

AddVerticalLine(!IsNaN(GetSplitDenominator()), if GetSplitNumerator() > GetSplitDenominator()
then "Split!"
else "Reverse Split!", Color.GRAY);

The code draws a gray vertical line with the "Split!" or "Reverse Split!" label for days when a corresponding split took place. For more information, see the AddVerticalLine function.