龙听期货论坛's Archiver

C
+
+


 微信: QQ:

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

【C_Doji】

[code]inputs: Percent( numericsimple ) ;
condition1 = AbsValue( O - C ) <= ( H - L ) * Percent * .01 ;
if condition1 then
        C_Doji = 1
else
        C_Doji = 0 ;
[/code]

页: [1]