@impratikthakkar yes, you can use webhooks to send alerts, which can be used to send a buy or sell order based on your strategy. you also wouldn't need to get Connect for this as your data source would be tradingview
Instead of calculating the indicator value manually, you can try using a module. I use pandas_ta, which has many indicators built in as functions. You can find the documentation for the same online. Additionally, there is another library TA_lib, whi…