Login Page - Create Account

Support Board


Date/Time: Wed, 01 Jan 2025 14:01:48 +0000



Post From: NYSE Up/Down Volume Ratio - Modification

[2016-05-18 01:23:24]
SK - Posts: 33
Folks - Attached pic has NYSE UP/Down volume ratio plotted , this is provided by the service default.

Now I need a slight modification to this ratio plot as below , once the ratio is calculated i'd like to plot the reading as an histogram on either side of zero line with green above and red below
if (close("$UVOL") >= close("$DVOL"))
then
up/down ratio = (close("$UVOL") / close("$DVOL")) else -( close("$DVOL") / close("$UVOL"))

How can this be done?
image2016-05-17_21-16-45.jpg / V - Attached On 2016-05-18 01:22:53 UTC - Size: 171.66 KB - 519 views