You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
在日线三买选股中,有两段代码麻烦作者给一个详细的规则,感谢。
一、
bars = get_kline(symbol, freq="D", end_date=datetime.now(), count=1000)
c = CZSC(bars, freq="日线")
上面这段代码中,如果想把日线换成30分钟应该修改哪些参数?
二、
在这里判断是否有五笔三买形态,也可以换成自己感兴趣的形态
上面这段代码中,X5代表5笔,L代表多头,那么B0代表什么呢?
Beta Was this translation helpful? Give feedback.
All reactions