龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2022-11-1 11:44

【BullishDivergence】

[code]inputs:
        PriceValue1( numericseries ),
        PriceValue2( numericseries ),
        Strength( numericsimple ),
        Len( numericsimple ) ;

BullishDivergence = Divergence( PriceValue1, PriceValue2, Strength, Len, -1 ) ;
[/code]

页: [1]