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.
|