TA-Lib : Technical Analysis Library

 

NAME
    TA_GetUnstablePeriod - C Function


SYNOPSIS
    #include "ta_libc.h"

    unsigned int TA_GetUnstablePeriod( TA_FuncUnstId id );

DESCRIPTION
Return the number of period being strip off for a given functions. This is returning the value who was set with TA_SetUnstablePeriod.

PARAMETERS

'id'
Specify from which TA function you wish to get the unstable period value.

RETURN VALUE
Always succeed. If not applicable parameter are passed, zero is returned.

SEE ALSO

TA_SetUnstablePeriod