大智慧强弱买卖指标公式 源码
2025-10-30 02:26TR:=SUM(MAX(MAX(HIGH-LOW,Abs(HIGH-REF(CLOSE,1))),ABS(LOW-REF(CLOSE,1))),5); ...
或
,我们会在第一时间指导反馈。TR:=SUM(MAX(MAX(HIGH-LOW,Abs(HIGH-REF(CLOSE,1))),ABS(LOW-REF(CLOSE,1))),5); ...
var3:=llv(high,240); ...
input:K(1,1,3); ...
ma20:ema(c,20); ...
多头排列:=count(ma(c,10)>ma(c,20) and ma(c,10)>ref(ma(c,10) ,1) and ma(c,20)>ref(ma(c,20) ,1),1 ...