Alexei Andreev
Alexei Andreev
Forked from [this conversation](https://github.com/enigmampc/catalyst/issues/295#issuecomment-391274407). I'm running a daily algorithm: [2018-04-01] It orders 0.6 BTC at limit price of $6953. I expect that this order will be filled ASAP on 2018-04-02....
I'd like to disable all logging from Enigma Catalyst. I'm running it in the paper trading mode, but using my own trading API, so I don't need it to print...
JSON v1.13.2 Julia 1.9.4 ```julia hello_world = Dict("\"a\"" => 1) open("my_new_file.json", "w") do io JSON3.pretty(io, hello_world) end ``` Will result in: ``` { ""a"": 1 } ``` Which is not...