[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creeping Text



PureBytes Links

Trading Reference Links


I had a problem with this code in the past. After making a note to
myself on a chart, I noticed sometime later it had disappeared.
It seems that for some reason the reference number changes under
its own accord disqualifying the code. This happened several times
until I gave up on it.
Or, am I the only one with this problem? (TS4)

Ian.



Message text written by INTERNET:omega-list@xxxxxxxxxx
>Input: TextBoxNumber(0);

If LastBarOnChart then begin
    Text_SetLocation(TextBoxNumber,Date,Time,Close);
     Text_SetStyle(TextBoxNumber,1,1);

end;

If CurrentBar = 1 then Plot1(C,"");
<