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

Re: indicator to calculate the time used to finish a volume chart bar



PureBytes Links

Trading Reference Links

Since TS does not work in seconds you cannot do it.

If it takes more than a minute then you can plot
(using the custom plot stuff)

TimeToMinutes(Time)-TimeToMinutes(Time[1])

You might look at using the computer time as a way
to do this

----- Original Message ----- From: "ericzh2003" <ericzh2003@xxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Monday, April 03, 2006 02:23 AM
Subject: indicator to calculate the time used to finish a volume chart bar


Hi list,

How can I write an indicator to calculate the time (how many seconds)
used to finish one bar on a volume based chart.

thanks in advance for any help.

Eric