Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 22:46:13 +0000



Post From: getting a new indicator

[2013-05-11 01:51:10]
lotus123 - Posts: 23
can you guys make some new indicators?

it would be like this -

if the Last Trading Price > Previous Trading Price
then Record the Amount of Volume that took place
else if the last trading price was < or = previous trading price
then record zero.

and

if the Last Trading Price < Previous Trading Price
then Record the Amount of Volume that took place
else record zero.

This wouldn't be like your current up down volume indicator, since if the last trade was at the same price, nothing would be recorded.

It would also be nice if you could do this with trades, substituting Number of Trades in the above pseudocode for Amount of Volume.


Else, could this be done some other way, or give me a hint about how to write it up.

Any help would be appreciated.