龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2022-11-3 15:05

【Pivot Extension LE】

[code]
[IntrabarOrderGeneration = false]
inputs: Price( Low ), LeftStrength( 4 ), RightStrength( 2 ) ;

condition1 = PivotLowVS( 1, Price, LeftStrength, RightStrength, RightStrength + 1 ) <> -1 ;
if condition1 then
        Buy ( "PivExtLE" ) next bar at market ;

[/code]

页: [1]