Pavel Paramonov
Pavel Paramonov
(For later) more realistic exchange models, possibly based on [SimJulia.jl](https://github.com/BenLauwens/SimJulia.jl). Initially to provide a test suite for the live trading functionality here (based on a "time history script" file with...
Compare current implementation as associative collection with `Timestamps.jl` based alternative. Timing and memory allocation with long transaction lists when calculating a representative (e.g. profit/loss) metric. The main question is whether...
Deal in `orderhandling!` with a case when e.g. a limit-order is only partially filled.
Tests from Quantopian [examples](https://github.com/quantopian/zipline/tree/master/zipline/examples) and selected forex strategies. Need to verify the basic functionality also providing samples for writing tests of user-defined strategies.
See `TODO`-comments in `exchange.jl`.
Running test code from README; at ``` logoff(session) ``` ERROR: fix_session_logout failed in logoff at /home/pbp/.julia/v0.3/LibTrading/src/LibTrading.jl:296 It seems that ccall on the [line before that](https://github.com/StefanKarpinski/LibTrading.jl/blob/master/src/LibTrading.jl#L295) does close the connection, but...
**Describe the bug** Starting around 2025-06-30, running Vanna on Colab per documentation with ChromaDB results in error. The error refers to telemetry that should be turned off. Previously (as of...