Home | Trading Alchemy Manual | Alchemy Functions IndexAlchemyMajorLow (Function)AlchemyMajorLow is a multiple-output function that returns the value of the next lower major low that has not been violated yet. The value for the bar number of this major low is passed by reference back to the variable oLowBar. AlchemyMajorLow (PivStrength, MaxPiv, oLowBar) Parameters
|
PivStrength |
Specifies the number of higher bars on each side of the major low. |
MaxPiv |
Specifies the maximum number of lows stored. |
oLowBar | The value for the bar number of this major low is passed by reference back to to this variable. |
ReturnsAlchemyMajorLow is a multiple-output function that returns the value of the next lower major low that has not been violated yet. The value for the bar number of this major low is passed by reference back to the variable oLowBar. |