Text_Delete does not delete cleanly

Questions about MultiCharts and user contributed studies.
User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Text_Delete does not delete cleanly

Postby TJ » 03 Mar 2008

pls see attachment...

Text_Delete does not delete cleanly

I have even put id_text on intrabarpersist to no avail.

Code: Select all

var: intrabarpersist id_text(0);

if condition1 then
begin
text_delete(id_text);
id_text = text_new_self(date, time, stoch, "----Caution");

end;
Attachments
delete2.jpg
(10.47 KiB) Downloaded 289 times

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 04 Mar 2008

please send me complete indicator and WSP.


Return to “MultiCharts”