public PivotLevels(Bars bars, PivotType type, string description) public static PivotLevels Series(Bars bars, PivotType type) public enum PivotType { Pivot, R1, R2, R3, S1, S2, S3 }
R3 = R1 + (High – Low) R2 = Pivot + (High – Low) R1 = 2 × Pivot – Low Pivot = (High + Low + Close)/3 S1 = 2 × Pivot – High S2 = Pivot – (High – Low) S3 = S1 – (High – Low)