EmbarAlmog

Results 7 comments of EmbarAlmog

Hi @sam31415 , I have tried to replicate your issue but wasn't successful. Could you please share more information about your use case. I guess that you were not trying...

Thanks for the update. I am closing this, please reopen if this issue arises again. Thanks

Hi @avolution, currently catalyst does not support `set_benchmark` in live mode but fully supported in backtest mode. We are adding this to our backlog and hope to implement it in...

Hi @wkpzwy , Please provide more information on the issue you are experiencing, it is advisable to follow the guidelines provided when opening a new issue. Embar

Hi @avolution, I have tried to reproduce it, because it happens randomly, it is very difficult to reproduce. Is there more information that you can provide? Thanks

Hi @kooomix, there is an api function that can fit your needs: https://enigma.co/catalyst/appendix.html#scheduling-functions You can use `schedule_function` for scheduling a function to be run at the intervals you desire. Here...

The schedule function can schedule any function that you want, as long as its parameters are context and data. If you don't want the `handle_data` to be called every minute,...