动量占比指标 同花顺公式

拾荒网 同花顺公式 75

N:=20;

P:=2;

MID:MA(VOL,N)/ZYLTGB;

UPPER: MID + P*STD(MID,N);

LOWER: MID - P*STD(MID,N);

Zero: 0;