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

Re: Weekly chart coding question



PureBytes Links

Trading Reference Links

Hello Paul,

TS2000i and newer version have the ability to specify that the bar be
complete.  For example:

if BarStatus(0) = 2 then Plot1(Close, "Plot1");

In TS4 it may be possible but I will have to check.


Best regards,

Benjamin Blanco,
EasyLanguage Specialist
( former TradeStation Technologies, Inc. employee of six years )
http://www.benjaminblanco.com/

EasyLanguage is a registered trademarks of TradeStation Technologies, Inc.

----- Original Message -----
From: "Paul" <rivatrading@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Thursday, March 27, 2003 6:59 PM
Subject: Weekly chart coding question


Hi All,

I have a weekly chart with end of day data. What I want to do is not plot
the last value of the  indicator until the weekly bar has finished
updating. I do this in realtime by unticking the update every tick option.

Is there a way to recode any indicator so it will not show the last plot
until the bar has been completed?

Regards,
Paul