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

Re: text beyond LastBarOnChart



PureBytes Links

Trading Reference Links

Sorry but that is not correct.

TS has their own algorithm for calculation of dates and times
past last bar on chart.

After many agonizing hours I finally ALMOST discovered their
algorithm and can now -- most of the time -- calculate the date
and time for any bar past the last bar on chart.

If you will extend the bars to right a considerable number and
then for various bar intervals observe what TS does this can
be done.

Clyde

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Clyde Lee Chairman/CEO (Home of SwingMachine)
SYTECH Corporation email: clydelee@xxxxxxxxxxxx 7910 Westglen, Suite 105 Office: (713) 783-9540
Houston, TX 77063 Fax: (713) 783-1092
Details at: www.theswingmachine.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - -


----- Original Message ----- From: "DH" <catapult@xxxxxxxxxxxxxxxxxx>
To: "Omega List" <omega-list@xxxxxxxxxx>
Sent: Sunday, October 10, 2004 2:19 PM
Subject: Re: text beyond LastBarOnChart


I think Alex is right that TS doesn't know what the date and time will
be some number of bars in the future. It doesn't calculate date and
time, it just reads them from the database of existing bars. I always
thought the date and time constraints on trendlines and text were kind
of silly. They should use relative barnumber just like an indicator.

A simple workaround is to add some leading spaces to your text,
"                Test" instead of "Test". Use the Text_SetStyle command
to format the text to the right.

--
 Dennis