Support Board
Date/Time: Sun, 24 Nov 2024 16:36:03 +0000
Post From: sc.BidSize / sc.AskSize always 0? Why?
[2024-05-17 22:04:43] |
User275839 - Posts: 61 |
Oh... I checked my code and the docs again. I was using %.2f to format the integer values sc.BidSize and sc.AskSize. I changed the formatting to %d and the values now print as expected. Thank you for clarifying when those values are accessible and valid. |