Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 224 Bytes

File metadata and controls

4 lines (4 loc) · 224 Bytes

#defining variable of RelativeVolumeStDev(*Days) with StandardDev of *3
def volumeCondition = RelativeVolumeStDev(50).RelVol >= 3;
#scan if volumneCondition is over 3 for 5 days
plot signal = Sum(volumeCondition, 5) >= 3;