kooomix
kooomix
I've recently found that once a live algo is stopped (for any reason) and then restarted, not all information that is for the algorithm is being preserved, specifically found that...
I have restarted my algorithm (using the same namespace) and found out that the transactions list (_context.perf_tracker.todays_performance.processed_transactions_) is empty... while the context.portfolio remained updated... I don't know how to reproduce......
Hi, I have set the "record" function to log information and have configured the Analyze function to output recorded and perf data into a CSV file. As far as I...
Hi, I have been experimenting paper trading lately. - When I set the "frequency" parameter of the "run_algorithm" method to "minute" it runs the "handle_data" as expected, every minute. -...
Hi, I the documentation [here](https://enigma.co/catalyst/features.html) it says: "Support for accessing multiple exchanges per algorithm, which opens the door to cross-exchange arbitrage opportunities." Does catalyst really support multiple exchanges using the...
Hi, I have ingested all data for my symbols and ran a back-test in which I use data.history to get the data for all symbols in one request. The issues...
Hi, When creating a margin limit order (using exchange.create_order) with sideEffectType = 'MARGIN_BUY' I have found a conceptual issue I believe is out of ccxt control but maybe someone have...