Type : Indicator, Name : Pivot Bar
IF H[1]>H and H[2]<H[1] and L[1]>L and L[2]<L[1] Then Begin
Plot1(High,»PBHigh»);
Plot2(Low,»PBLow»);
IF CheckAlert Then Alert = TRUE;
End;
Type : Indicator, Name : Pivot Bar
IF H[1]>H and H[2]<H[1] and L[1]>L and L[2]<L[1] Then Begin
Plot1(High,»PBHigh»);
Plot2(Low,»PBLow»);
IF CheckAlert Then Alert = TRUE;
End;