I wish to set up orders with the indications coming from indicators from the historical ohlc data. How can I implement indicators from tradingview or chartiq?
Hello @Lowkey_1999
You can actually use TLib or any other library, or can calculate indicator values on your own as well.
Also, we released a detailed series for beginners here: Learn Algo Trading with Python | Codes | Youtube Series. This should help you build your first algo.