龙听期货论坛's Archiver

C
+
+


 微信: QQ:

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

【StandardDev】

[code]inputs:
        PriceValue( numericseries ),
        Len( numericsimple ),
        DataType( numericsimple ) ;                                                
                                                                                    
                     

Value1 = VariancePS( PriceValue, Len, DataType ) ;
if Value1 > 0 then
        StandardDev = SquareRoot( Value1 )
else
        StandardDev = 0 ;
[/code]

页: [1]