Support Board
Date/Time: Tue, 13 May 2025 23:58:29 +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? |
![]() |