numtostr(stklabel,0)出錯(cuò) [金字塔]
- 咨詢內(nèi)容:
股票交易發(fā)現(xiàn)
SENDPHONEMSG('關(guān)注' &numtostr(stklabel,0) ,0);結(jié)果手機(jī)監(jiān)控收到的信息是:關(guān)注1000004。1000004代碼是錯(cuò)誤的。
SENDPHONEMSG('關(guān)注' &numtostr(DYNAINFO(7),2) &numtostr(stklabel,0) ,0);結(jié)果手機(jī)監(jiān)控收到的信息是:關(guān)注39.58 1000000。1000000代碼是錯(cuò)誤的。
- 金字塔客服:
SENDPHONEMSG('關(guān)注' &stklabel ,0);
- 用戶回復(fù):
以下是引用王鋒在2016-10-31 17:15:12的發(fā)言:
SENDPHONEMSG('關(guān)注' &stklabel ,0); SENDPHONEMSG('關(guān)注' &numtostr(DYNAINFO(7),2) &stklabel ,0); 想輸出價(jià)格與代碼之間有空格或分隔符,怎么辦? 如下 SENDPHONEMSG('關(guān)注' &numtostr(DYNAINFO(7),2)& DRAWNULL&stklabel ,0);結(jié)果輸出為7.43-1600868
- 網(wǎng)友回復(fù):
如下
SENDPHONEMSG('關(guān)注' &numtostr(DYNAINFO(7),2)& &numtostr(DRAWNULL,0)&stklabel ,0);
結(jié)果輸出為:關(guān)注7.43-1600868
我們希望得到的結(jié)果是:關(guān)注7.43 600868 或 7.43 / 600868 或 7.43 #600868 怎么辦
- 網(wǎng)友回復(fù):
在你需要加空格或者其他字符的位置,使用&將其串聯(lián),例如 string1+空格 + string2
string1&' '&string2表達(dá)的就是string1 string2
[此貼子已經(jīng)被作者于2016-11-1 13:52:51編輯過]
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容