# Privacy Policy — NhugaTrade Assistant
**Last updated: May 15, 2026**
## Overview
NhugaTrade Assistant is a Chrome extension that detects TradingView strategy signals and forwards them to a user-configured Telegram bot.
## Data We Collect
We collect **no personal data**. No names, emails, or identifying information are collected, stored, or transmitted.
## Data Stored Locally
The following is stored only on your device via Chrome's `chrome.storage.local` API:
| Data | Purpose |
|------|---------|
| Telegram Bot Token | Authenticate with your Telegram bot |
| Telegram Chat ID | Identify where to send signal messages |
| Symbol Filter | Your optional list of symbols to forward |
| Enabled state | Whether forwarding is active |
| Signal log | Last 50 signals sent (shown in popup only) |
This data is never transmitted to any third party other than Telegram's API.
## Third-Party Services
When a signal is detected, the extension sends a POST request to:
`https://api.telegram.org/bot{your-token}/sendMessage`
This is governed by [Telegram's Privacy Policy](https://telegram.org/privacy). We have no access to Telegram's servers.
## Permissions Explained
| Permission | Reason |
|-----------|--------|
| `storage` | Save settings and signal log locally |
| `tradingview.com` | Detect strategy signals on chart pages |
| `api.telegram.org` | Send signal messages to your Telegram bot |
## No Remote Code
The extension executes no remote code. All scripts are bundled in the extension package.
## Contact
For questions, visit the Chrome Web Store listing page for NhugaTrade Assistant.