Pivot:
Obtain any useful data about PRS (Pivot-Resistance-Support)
Name | Parameters | Description |
[PIVOT] Pivot-Resistance-Support | type[CLASSIC, FIBO, CAMARILLA] | Return pivot level for a specified pivot type |
[PIVOT] R1 | type[CLASSIC, FIBO, CAMARILLA] | Return R1 level for a specified pivot type |
[PIVOT] R2 | type[CLASSIC, FIBO, CAMARILLA] | Return R2 level for a specified pivot type |
[PIVOT] R3 | type[CLASSIC, FIBO, CAMARILLA] | Return R3 level for a specified pivot type |
[PIVOT] R4 | type[CLASSIC, FIBO, CAMARILLA] | Return R4 level for a specified pivot type |
[PIVOT] PIVOT | type[CLASSIC, FIBO, CAMARILLA] | Return pivot level for a specified pivot type |
[PIVOT] S1 | type[CLASSIC, FIBO, CAMARILLA] | Return S1 level for a specified pivot type |
[PIVOT] S2 | type[CLASSIC, FIBO, CAMARILLA] | Return S2 level for a specified pivot type |
[PIVOT] S3 | type[CLASSIC, FIBO, CAMARILLA] | Return S3 level for a specified pivot type |
[PIVOT] S4 | type[CLASSIC, FIBO, CAMARILLA] | Return S4 level for a specified pivot type |
[PIVOT] Crossed Level | type[CLASSIC, FIBO, CAMARILLA], timeframe | Return 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 Crossed | type[CLASSIC, FIBO, CAMARILLA], timeframe | Return 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 Lower | type[CLASSIC, FIBO, CAMARILLA], timeframe | Return 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 Upper | type[CLASSIC, FIBO, CAMARILLA], timeframe | Return 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. |