Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 11:45:09 +0000



Post From: Ask/Bid Volume difference bars

[2019-07-29 19:48:55]
Sawtooth - Posts: 3995
Use two instances of the Spreadsheet Formula study, one for each color:

-Hide the Ask/Bid Volume Difference Bars study.

-Green formula:
=IF(ID17.SG4>ID17.SG1,ID17.SG2,0)

-Red formula:
=IF(ID17.SG4<ID17.SG1,-ID17.SG3,0)

where ID17 is the Ask/Bid Volume Difference Bars study; edit formula as needed.

Note: the Volume study must be below both Spreadsheet Formula studies in the Studies to Graph list, and set all studies to the same Chart Region.