Board logo

标题: 【Pivot High】 [打印本页]

作者: 龙听    时间: 2022-11-3 13:05     标题: 【Pivot High】

  1. inputs: Price( High ), LeftStrength( 3 ), RightStrength( 3 ) ;

  2. condition1 = PivotHighVSBar( 1, Price, LeftStrength, RightStrength, RightStrength + 1 ) <> -1 ;
  3. if condition1
  4. then
  5.         begin
  6.         Plot1[RightStrength]( High[RightStrength], "PivotHi" ) ;
  7.         Alert ;
  8.         end
  9. else
  10.         NoPlot( 1 ) ;
复制代码





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