最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

pine script - Pinescript external database access - Stack Overflow

programmeradmin1浏览0评论

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 1
Add a comment  | 

1 Answer 1

Reset to default 0

No, 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.

发布评论

评论列表(0)

  1. 暂无评论