{"id":30250195,"url":"https://github.com/kibinzxc/tradingview-scripts","last_synced_at":"2025-08-23T15:42:02.295Z","repository":{"id":308326021,"uuid":"1032399657","full_name":"kibinzxc/tradingview-scripts","owner":"kibinzxc","description":"My personal Pine Script toolbox for TradingView charting","archived":false,"fork":false,"pushed_at":"2025-08-05T09:30:21.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T09:22:01.935Z","etag":null,"topics":["pinescript","script"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kibinzxc.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}},"created_at":"2025-08-05T08:52:05.000Z","updated_at":"2025-08-05T09:30:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"338405c4-6399-4525-83e9-fda2092497ec","html_url":"https://github.com/kibinzxc/tradingview-scripts","commit_stats":null,"previous_names":["kibinzxc/tradingview-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kibinzxc/tradingview-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibinzxc%2Ftradingview-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibinzxc%2Ftradingview-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibinzxc%2Ftradingview-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibinzxc%2Ftradingview-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kibinzxc","download_url":"https://codeload.github.com/kibinzxc/tradingview-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kibinzxc%2Ftradingview-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271755006,"owners_count":24815330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["pinescript","script"],"created_at":"2025-08-15T09:12:43.015Z","updated_at":"2025-08-23T15:42:02.161Z","avatar_url":"https://github.com/kibinzxc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 TradingView Scripts\n\nA collection of custom indicators and strategies written in Pine Script for use in [TradingView](https://www.tradingview.com/). This repository serves as a personal portfolio and toolbox for various market analysis tools.\n\n---\n\n## 📁 Included Scripts\n\n### `macd-divergence.pine`\nA clean and enhanced MACD indicator for TradingView that highlights key momentum shifts using visual markers.\n- Plots the traditional MACD line, Signal line, and Histogram.\n- Encircles MACD crossovers:\n - 🟢 Bullish crossover – MACD line crosses above the Signal line.\n - 🔴 Bearish crossover – MACD line crosses below the Signal line.\n- Circle markers appear at crossover points for better visual clarity.\n- Color-coded histogram bars indicate momentum strength and direction.\n- Includes built-in alert conditions for both crossover and histogram state changes.\n\n```bash\n# File: macd-divergence.pine\n# Highlights: MACD/Signal line crossovers with circle markers\n# Signals: \n#   - Bullish: MACD \u003e Signal\n#   - Bearish: MACD \u003c Signal\n# Features: Visual markers, color-coded histogram, customizable MA types\n```\n\n### `rsi-bb.pine`\nAn enhanced RSI indicator with optional Bollinger Bands and color-coded signal logic to help identify momentum and potential reversal zones.\n- Plots a custom RSI with dynamic coloring:\n - 🔴 Red when RSI is below 50 (bearish momentum)\n - 🔵 Blue when RSI is above 50 (bullish momentum)\n- Includes optional Bollinger Bands (based on SMA-50) over the RSI line to identify volatility and overbought/oversold ranges.\n- Visual gradient fills highlight overbought (above 70) and oversold (below 30) zones.\n- Optional divergence detection between price and RSI:\n - ✅ Bullish Divergence: Price makes a lower low while RSI makes a higher low\n - ❌ Bearish Divergence: Price makes a higher high while RSI makes a lower high\n- Alert conditions provided for both divergence types.\n\n```bash\n# File: rsi-bb.pine\n# Highlights:\n#   - RSI color changes based on 50 threshold (Red \u003c 50, Blue \u003e 50)\n#   - Optional smoothing and Bollinger Bands\n#   - Built-in divergence detection and alerts\n# Visuals:\n#   - Gradient fill for overbought/oversold\n#   - Dynamic MA and BB overlays (configurable)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibinzxc%2Ftradingview-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkibinzxc%2Ftradingview-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkibinzxc%2Ftradingview-scripts/lists"}