Antoine
Results
3
comments of
Antoine
Hello everyone! I have a similar issue with `Minus` / `Plus` / `Times` / `Over` `IndicatorExtensions` with QuantBook (Jupyter). `Of` is the only composite `IndicatorExtensions` that seems to work with...
### Update: Remove gca method as it conflicts with simple surface plotting. New technique found instead: Adds `plot_surface` function overloading: ```cpp template void plot_surface(long figure, const std::vector &x, const std::vector...