Home    |    Trading Alchemy Manual    |    Alchemy Functions Index

AlchemyDailySupport (Function)

AlchemyDailySupport is a multiple-output function that returns the value of the next lower daily support that has not been violated yet.  The value for the date of this daily low is passed by reference back to the variable oSupportDate.

AlchemyDailySupport (DaysAgo, MaxDays, oSupportDate)

Parameters

 

DaysAgo

Specifies the number of days ago on which the daily low is based on, whereas a value of 0 looks at today's low or a value of 1 looks at yesterday's low.  This input can be used as an offset to skip a given number of closer days.

MaxDays

Specifies the maximum number of lows stored.

oSupportDate The value for the date of the next lower daily low is passed by reference back to to this variable.

 

Returns

AlchemyDailySupport is a multiple-output function that returns the value of the next lower daily support that has not been violated yet.  The value for the date of this daily low is passed by reference back to the variable oSupportDate.

Home    |    Trading Alchemy Manual    |    Alchemy Functions Index