googleandy 發表於 14-9-14 13:38

請教MC問題



if LastBarOnChart then begin    value50= text_new(date,time,GetAppInfo(aiHighestDispValue),"");text_setsize(value50,16); text_setbgcolor(value50,blue);text_setcolor(value50,White);text_setstring(value50, numtostr(C,0)); end;

如圖, 我期望每個 tick 都有一個新的Label(黃色框框)記錄收盤價,但,實際上,MC把好幾個tick重覆寫在同一Label上,隔一段時間才會出現新的Label.
請教諸位大大, 如何做才可達到---- "每個 tick 都有一個新的Label"?thanks.

folkchen 發表於 14-9-15 12:48

把text_new改成text_new_s
後面給的時間都要是 _S 的含秒 六碼時間資料
但是在同秒的部份它還是會重疊在一起分不出來同秒以下的

TrendRover 發表於 14-9-16 01:36

_s 外,再介紹 一個mc8.8後的新功能:每個order都有自己的編號!!
頁: [1]
查看完整版本: 請教MC問題