Pivot

Pivot:

Obtain any useful data about PRS (Pivot-Resistance-Support)

NameParametersDescription
[PIVOT] Pivot-Resistance-Supporttype[CLASSIC, FIBO, CAMARILLA]Return pivot level for a specified pivot type
[PIVOT] R1type[CLASSIC, FIBO, CAMARILLA]Return R1 level for a specified pivot type
[PIVOT] R2type[CLASSIC, FIBO, CAMARILLA]Return R2 level for a specified pivot type
[PIVOT] R3type[CLASSIC, FIBO, CAMARILLA]Return R3 level for a specified pivot type
[PIVOT] R4type[CLASSIC, FIBO, CAMARILLA]Return R4 level for a specified pivot type
[PIVOT] PIVOTtype[CLASSIC, FIBO, CAMARILLA]Return pivot level for a specified pivot type
[PIVOT] S1type[CLASSIC, FIBO, CAMARILLA]Return S1 level for a specified pivot type
[PIVOT] S2type[CLASSIC, FIBO, CAMARILLA]Return S2 level for a specified pivot type
[PIVOT] S3type[CLASSIC, FIBO, CAMARILLA]Return S3 level for a specified pivot type
[PIVOT] S4type[CLASSIC, FIBO, CAMARILLA]Return S4 level for a specified pivot type
[PIVOT] Crossed Leveltype[CLASSIC, FIBO, CAMARILLA], timeframeReturn pivot level if a candle is crossed it. Time frame of the candle and type of pivot can be set by parameters. For example: FIBO, H1 Returns level of FIBO pivot that is crossed by H1 candle. Suppose H1 candle crossed up R2. This parameters returns level of R2.
[PIVOT] Is Crossedtype[CLASSIC, FIBO, CAMARILLA], timeframeReturn true if a candle is crossed a pivot. Time frame of the candle and type of the pivot can be set by parameters. For example: CLASSIC, M5 Means if M5 candle crossed a classic pivot return true and else return false.
[PIVOT] Next Lowertype[CLASSIC, FIBO, CAMARILLA], timeframeReturn upper pivot level if a candle is crossed a pivot line. Time frame of the candle and type of pivot can be set by parameters. For example: FIBO, H1 Returns level of upper FIBO pivot that is crossed by H1 candle. Suppose H1 candle crossed up R2. This parameters returns level of R3.
[PIVOT] Next Uppertype[CLASSIC, FIBO, CAMARILLA], timeframeReturn lower pivot level if a candle is crossed a pivot line. Time frame of the candle and type of pivot can be set by parameters. For example: FIBO, H1 Returns level of lower FIBO pivot that is crossed by H1 candle. Suppose H1 candle crossed up R2. This parameters returns level of R1.