moxt icon indicating copy to clipboard operation
moxt copied to clipboard

A high-performance trading library, written in Mojo and C++, designed to simplify quantitative trading.

Results 1 moxt issues
Sort by recently updated
recently updated
newest added

(base) root@5240126e613c:~/moxt# ./build.sh main.mojo -o moxt Executing command: ./scripts/mojoc main.mojo -lmoxt -L . -o moxt Included from /root/moxt/main.mojo:5: /root/moxt/base/globals.mojo:52:8: error: 'UnsafePointer[__G, 0]' value has no attribute 'init_pointee_move' ptr.init_pointee_move(__G()) ~~~^ Included...