Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
393 views
in Technique[技术] by (71.8m points)

javascript - 警报一次脚本? (交易视图)(alert once script ?? ( trading view))

I get lots of alerts when I qualify

(我有资格获得很多警报)

 //Body Filter dai = ema (close,2000) body = ema (close,9) abody = ema(close, 90) lower=input(50) mac = sma(close, 10) len = abs(close - mac) sma = sma(len, 100) max = max(open, close) min = min(open, close) up = close < open and len > sma * 1 and min < min[1] and fastrsi < lower and body > abody down = crossover(body,dai) alertcondition(up, title="up", message = "LONG") alertcondition(down, title="short", message = "sell") 

I want to get only 1 alert, and repeat when a sell alert is made.

(我只想获得1条警报,并在发出销售警报时重复。)

what should I do???

(我该怎么办???)

  ask by hin hoang translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...