{"id":45659011,"url":"https://github.com/ferranbt/pinecone","last_synced_at":"2026-02-24T08:58:30.133Z","repository":{"id":334512153,"uuid":"1141003240","full_name":"ferranbt/pinecone","owner":"ferranbt","description":"Pinescript runtime written in Rust","archived":false,"fork":false,"pushed_at":"2026-02-13T12:11:26.000Z","size":427,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T21:23:04.280Z","etag":null,"topics":["pine","pine-script","pinescript"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ferranbt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-24T04:18:08.000Z","updated_at":"2026-02-13T12:11:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ferranbt/pinecone","commit_stats":null,"previous_names":["ferranbt/pinevm","ferranbt/pinecone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferranbt/pinecone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fpinecone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fpinecone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fpinecone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fpinecone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferranbt","download_url":"https://codeload.github.com/ferranbt/pinecone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferranbt%2Fpinecone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29777506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pine","pine-script","pinescript"],"created_at":"2026-02-24T08:58:26.064Z","updated_at":"2026-02-24T08:58:30.123Z","avatar_url":"https://github.com/ferranbt.png","language":"Rust","readme":"# Pinecone\n\nA modular PineScript interpreter written in Rust.\n\nPinecone executes PineScript code (TradingView's scripting language) with support for technical analysis, custom indicators, and strategy backtesting. The interpreter is designed to be extensible - you can add custom builtin functions and output types to integrate with your own systems.\n\n## Features\n\n- Full PineScript v5 language support\n- Technical analysis functions (moving averages, oscillators, etc.)\n- Drawing objects (plots, labels, boxes)\n- Modular output system - extend with [custom types and builtins](examples/custom-builtin-func)\n- Type-safe generic architecture\n\n## Example\n\n```rust\nuse pine::Script;\n\nlet script = Script::compile(r#\"\n    fast_ma = ta.sma(close, 10)\n    slow_ma = ta.sma(close, 20)\n    plot(fast_ma, color=color.blue)\n    plot(slow_ma, color=color.red)\n\"#)?;\n\nlet output = script.execute(\u0026bar)?;\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferranbt%2Fpinecone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferranbt%2Fpinecone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferranbt%2Fpinecone/lists"}