clickingbuttons
clickingbuttons
I'm sure you have your own ideas for how to implement things, but I'd love for ticker-change tracking to be done through an API that could provide other time-series metadata...
Whenever we update volume according to the [CTA (page 67)](https://www.nyse.com/publicdocs/ctaplan/notifications/trader-update/cts_output_spec.pdf) and [UTP (page 43)](https://www.utpplan.com/DOC/UtpBinaryOutputSpec.pdf) specs we update VWAP (which is "vw"). Since some trades that don't update high/low (like odd...
> Odd lots supposed to be of a lower volume compared to the rest of lots. In practice this isn't always the case. The SEC has a study that [shows...
> All of these functions would be defined to saturate to the destination integer type, when the operand exceeds the maximum or minimum value. Why saturate? This is inconsistent with...
@mochalins Problem still happens with `@intCast` removed. It was leftover from my reduction from some other code. I have removed it from the OP.
`choco upgrade ccache ninja` worked for me. Hopefully Github can upgrade their `windows-latest` runners with new `ccache` and `ninja` versions soon.
I just now read https://github.com/ziglang/zig/pull/18272#issuecomment-1876648529 and would like to give an argument in favor of this change: Date APIs are necessary for converting epoch timestamps to calendar dates and back....
~~This CI error is a bit outside my comfort zone, but I'll try to tackle it:~~ ```sh lib/std/time.zig:379:13: error: TODO implement airWithOverflow from u8 to u17 ``` Edit: Found workarounds....
Yes, it still satisfies the needs. The offset was added to aid the UEFI implementation, but that implementation can simply add the offset. The RFC 3339 implementation was just something...
> The proposal this implements is not accepted. A public (albeit inconvenient) implementation of `Date` already exists, so I considered the proposal at least **partially** accepted. Was #9040 was never...