龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2022-11-3 14:31

【EntryBar ATR Stop LX】

[code]
[IntrabarOrderGeneration = false]
inputs: ATRLength( 5 ), NumATRs( 1 ) ;

if MarketPosition <> 1 then
        Sell ( "EbAtrLX" ) next bar at Close - AvgTrueRange( ATRLength ) * NumATRs stop ;
[/code]

页: [1]