Is the backtest with Python reliable enough ?
Hello Luca,
Yes, the backtest with python is absolutely reliable. It depends on mainly how you do it and if you're following guidelines to avoid biases like lookahead, survivorship etc. There are a lot of python libraries like zipline, backtrader etc which will do them for you. They are opensource and tested.
Thank you;
How, where can I find more strategies I can use there?
Cause till now I am checking only the RSI free strategy. It's ok, but if I want to find more?
Hello Luca,
You can learn more strategies from Quantra courses - here. You can read about strategies on our blog site. You can also view the webinars on our youtube channel.
You can find a list of demo strategies you can directly use on the blueshift platform at our Github repo.