Home    |    Trading Alchemy Manual    |    Alchemy Functions Index

AlchemyRollingPivots (Function)

AlchemyRollingPivots is a multiple-output function that provides the pivots for P, R1, R2, R2, S1, S2 and S3 of the Alchemy Rolling Pivots indicator.

AlchemyRollingPivots (DataSer,oR3,oR2,oR1,oS1,oS2,oS3)

Parameters

 

DataSer

Specifies the data series number of the larger time frame symbol applied to the chart.

oR3

Variable that receives the value of R3.

oR2

Variable that receives the value of R2.

oR1

Variable that receives the value of R1.

oS1 Variable that receives the value of S1.
oS2 Variable that receives the value of S2.
oS3 Variable that receives the value of S3.

 

Returns

AlchemyRollingPivots returns the value for P.  The value for R1 is passed by reference back to the variable oR1.  The value for R2 is passed by reference back to the variable oR2.  The value for R3 is passed by reference back to the variable oR3.  The value for S1 is passed by reference back to the variable oS1.  The value for S2 is passed by reference back to the variable oS2.  The value for S3 is passed by reference back to the variable oS3.

Home    |    Trading Alchemy Manual    |    Alchemy Functions Index