Board logo

标题: 【RSI SE】 [打印本页]

作者: 龙听    时间: 2022-11-3 15:21     标题: 【RSI SE】

  1. inputs:  Price( Close ), Length( 14 ), OverBought( 70 ) ;
  2. variables:  var0( 0 ) ;

  3. var0 = RSI( Price, Length ) ;

  4. condition1 = Currentbar > 1 and var0 crosses under OverBought ;
  5. if condition1 then                                                                    
  6.         Sell Short ( "RsiSE" ) next bar at market ;
复制代码





欢迎光临 龙听期货论坛 (http://www.qhlt.cn/) Powered by Discuz! 7.2