I am trying to build a script that needs to have external access. Without going into too much detail, I have external data that my internal logic in the indicator would need to access.
Is there a way to achieve something like this? Where a script could access a csv or any other type of outside data?
I was thinking of creating and handling an enum or a 3000 line string, but I thought there was probably a better way.
I am trying to build a script that needs to have external access. Without going into too much detail, I have external data that my internal logic in the indicator would need to access.
Is there a way to achieve something like this? Where a script could access a csv or any other type of outside data?
I was thinking of creating and handling an enum or a 3000 line string, but I thought there was probably a better way.
Share Improve this question asked Jan 18 at 9:08 OliOli 11 Answer
Reset to default 0No, this is not possible at the moment.
As you suggested, you can convert your data to a string and pass it to your indicator as an input. Then you can analyze the string in pinescript.