Support Board
Date/Time: Thu, 27 Feb 2025 15:08:47 +0000
Post From: Numbers Bars Calculated Values
[2021-07-05 16:52:23] |
User158665 - Posts: 44 |
Hi John, I am trying to use "Numeric Information Table Graph" as you suggested. I need some help, I am trying to show only ASK > BID in 1 column. If the number is negative, dont show. I wrote Subgraph_AskHBid[sc.Index] = ((sc.AskVolume[sc.Index] / sc.BidVolume[sc.Index]) -1) > 0;
The Result is "1" for ((Ask > Bid) > 0) but it does not show the actual value (which is what I am trying to get). I also tried to create 1 column for whatever value was higher. If Bid was higher than 0, show Bid. If Ask was higher, show ASK. But did not get it to work. So I going with 2 columns, but I dont want to show the negative value. How can I do that? Date Time Of Last Edit: 2021-07-05 16:53:10
|
![]() |