I have developed an AI model using python that predicts the future price of crypto/stock. I would like to make use of the output of this model in Pine Script.
I was initially hoping that I would be able to make an API call to my model, but I quickly realized that Pine Script doesn't currently have a way to do that.
Is there currently a way I can access external data through Pine Script. If the answer is no, does anyone know if this is something that might be added in the future to Pine Script or if it's intentionally left out?