龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2022-11-2 13:56

【TLAngle】

[code]inputs:
        StartPriceValue( numericsimple ),
        StartBar( numericsimple ),
        EndPriceValue( numericsimple ),
        EndBar( numericsimple ) ;

TLAngle = ArcTangent( TLSlope( StartPriceValue, StartBar, EndPriceValue, EndBar ) ) ;
[/code]

页: [1]