Amarchuk
Amarchuk
Lena, thanks for your help! That can obviously solves at least part of the situation. Besides @magick93 question: docs says that > During algorithm restart, the state is restored (if...
Thanks @GuillaumeDSM for these examples! I start to investigate the possibilities to implement my strategy using `0.4.0` as a reference and will return with more questions. One particular question: will...
Hi @Herklos, yes, exactly as you formulate
Hi @GuillaumeDSM, is it correct that it is not yet available in the Web UI? And what does this actually mean - we can run same evaluator on just multiple...
Thanks, good to know about - I can't find it by myself. Hm, interesting - I try to pull `0.4.0` and different ways to install it. Which way you suggest...
Hm, I did not touch docker yet, but experienced second time the same problem with python install (the first one was yesterday when I ask previous comment): ```bash > python3.7...
@GuillaumeDSM Thanks for fast reply! I think that I actually *use* a supported architecture, but will give it another longer try anyway.
Hi there, First, another thanks for the great project! I can finally successfully install `0.4.0` using fresh virtualenv and also implement my own tentacle using some tricky way for previous...
Addition to 2: I notice in Chrome console this one, maybe it is related ``` Uncaught ReferenceError: get_websocket is not defined at init_backtesting_status_websocket (backtesting_util.js:151) at HTMLDocument. (backtesting.js:90) at e (jquery-3.4.0.min.js:2)...
Thanks so much @GuillaumeDSM! I don't be able to take a look at everything yet, but this is definitely helps (and ctrl+f5 works, can backtest changes now).