Here's a simple script to see the VWAP (Volume weighted average price). To see a good approximation, you need to switch to the one minute chart since TOS doesn't provide tick data.
plot Data = TotalSum(Volume * Close) / TotalSum(Volume);
Wednesday, December 12, 2007
Subscribe to:
Posts (Atom)