龙听期货论坛's Archiver

C
+
+


 微信: QQ:

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

【TLValue】

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

TLValue = StartPriceValue + ( StartBar - TgtBar ) * TLSlope( StartPriceValue, StartBar,
EndPriceValue, EndBar ) ;
[/code]

页: [1]