Home | Trading Alchemy Manual | Alchemy Functions IndexAlchemyDailyRes (Function)AlchemyDailyRes is a multiple-output function that returns the value of the next higher daily resistance that has not been violated yet. The value for the date of this daily high is passed by reference back to the variable oResDate. AlchemyDailyRes (DaysAgo, MaxDays, oResDate) Parameters
|
DaysAgo |
Specifies the number of days ago on which the daily high is based on, whereas a value of 0 looks at today's high or a value of 1 looks at yesterday's high. This input can be used as an offset to skip a given number of closer days. |
MaxDays |
Specifies the maximum number of highs stored. |
oResDate | The value for the date of the next higher daily high is passed by reference back to to this variable. |
ReturnsAlchemyDailyRes is a multiple-output function that returns the value of the next higher daily resistance that has not been violated yet. The value for the date of this daily high is passed by reference back to the variable oResDate. |