how to explain the thinkscript grammar?

前端 未结 0 843
慢半拍i
慢半拍i 2020-12-31 01:37
def trend = if isNaN(reversal[1]) then 0 else if reversal[1] != reversal then 0 else trend[1] * (1 - smf) + cpc * smf;

def agg_count = compoundvalue(1, if timeInter         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题