Home
last modified time | relevance | path

Searched refs:TA_TRANGE (Results 1 – 9 of 9) sorted by relevance

/dports/devel/ta-lib/ta-lib/src/tools/ta_regtest/ta_test_func/
H A Dtest_trange.c205 retCode = TA_TRANGE( in rangeTestFunction()
253 retCode = TA_TRANGE( test->startIdx, in do_test()
302 retCode = TA_TRANGE( test->startIdx, in do_test()
/dports/devel/ta-lib/ta-lib/src/ta_func/
H A Dta_TRANGE.c141 /* Generated */ TA_RetCode TA_TRANGE( int startIdx,
/dports/devel/ta-lib/ta-lib/src/ta_abstract/
H A Dta_java_defs.h338 #define TA_TRANGE trueRange macro
/dports/devel/ta-lib/ta-lib/include/
H A Dta_func.h4848 TA_RetCode TA_TRANGE( int startIdx,
/dports/finance/py-ta-lib/ta-lib-TA_Lib-0.4.17/talib/
H A D_ta_lib.pxd492 …TA_RetCode TA_TRANGE(int startIdx, int endIdx, const double inHigh[], const double inLow[], const …
H A D_stream.pxi7656 …retCode = lib.TA_TRANGE( length - 1 , length - 1 , high_data , low_data , close_data , &outbegidx …
7657 _ta_check_success("TA_TRANGE", retCode)
H A D_func.pxi10679 …retCode = lib.TA_TRANGE( 0 , endidx , <double *>(high_data+begidx) , <double *>(low_data+begidx) ,…
10680 _ta_check_success("TA_TRANGE", retCode)
H A D_ta_lib.c116421 …__pyx_v_retCode = TA_TRANGE(0, __pyx_v_endidx, ((double *)(__pyx_v_high_data + __pyx_v_begidx)), (… in __pyx_pf_5talib_7_ta_lib_310TRANGE()
207002 …__pyx_v_retCode = TA_TRANGE((__pyx_v_length - 1), (__pyx_v_length - 1), __pyx_v_high_data, __pyx_v… in __pyx_pf_5talib_7_ta_lib_650stream_TRANGE()
/dports/devel/ta-lib/ta-lib/src/ta_abstract/frames/
H A Dta_frame.c3204 /* Generated */ return TA_TRANGE( in TA_TRANGE_FramePP()