Board logo

标题: 【混沌鳄鱼线(Chaos Alligator)】 [打印本页]

作者: 龙听    时间: 2022-11-3 13:57     标题: 【混沌鳄鱼线(Chaos Alligator)】

  1. [LegacyColorValue = true];

  2. Inputs:
  3.         Jaw(13),
  4.         JawOffset(8),
  5.         Teeth(8),
  6.         TeethOffset(5),
  7.         Lip(5),
  8.         LipOffset(3),
  9.         Value((High+Low)/2);

  10.                
  11. value1=Average(value,Jaw)[JawOffset];
  12. value2=Average(value,Teeth)[TeethOffset];
  13. value3=Average(value,Lip)[LipOffset];

  14. if currentbar>=21 then
  15. begin
  16.         plot1(value1,"BLblue");
  17.         plot2(value2,"BLred");
  18.         plot3(value3,"BLgreen");
  19. end;
复制代码





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