開盤前是否公式自動(dòng)過濾不運(yùn)行
作者:開拓者 TB 來源:cxh99.com 發(fā)布時(shí)間:2020年11月29日
-
咨詢內(nèi)容:
If((currenttime>0.083000)&&(currenttime<0.090000))
{StrValue=GetTBProfileString(Symbol,"AKey");
if(Value(StrValue)!=0)
{SetTBProfileString(Symbol,"AKey",Text(0));}}
重置數(shù)據(jù)庫(kù)文件,好像無法重置,必須手工關(guān)閉自動(dòng),再開啟才能運(yùn)行重置。是不是tb機(jī)制,還是寫法有問題?
?
?來源:CXH99.COM
-
TB技術(shù)人員:
是不是沒有新bar進(jìn)來公式就不會(huì)運(yùn)行呢