Knowledge Base

Contents:
Installation & Setup |
Compatibility & Features |
Customization & Settings |
Troubleshooting |
Updates & Roadmap |
Licensing & Accounts

Installation & Setup

How do I install an indicator on TradingView?
To install an indicator on TradingView, log in, open your chart, click the “Indicators” button at the top, then search for the indicator name and click “Add” to integrate it instantly.

Watch the step-by-step tutorial: How to Install an Indicator.

Can I get trial access before purchasing an indicator?
Yes, we offer a one-week trial period. To request trial access, fill out this form and provide your TradingView username along with the indicator you want to trial.

Compatibility & Features

Are your indicators compatible with all markets?
Our indicators work on every market supported by TradingView: stocks, forex, cryptocurrencies, indices, commodities, and futures. Just choose the indicator that best matches your trading strategy.
Do your indicators repaint?
Some advanced features may repaint by design, but all alert signals are non-repainting. If a signal appears intra-bar and then disappears, wait for confirmation on the next candle before taking action.

Customization & Settings

Can I customize the indicator settings?
Yes. Most indicators allow parameter adjustments. You can change inputs, colors, timeframes, and other options to match your trading style.
How do I integrate your indicator into my PineScript strategy?
To call our indicator inside a PineScript strategy, use this snippet:


// Example in PineScript v5
myIndicator = request.security("RSI_OB_Indicator", timeframe.period, close)
plot(myIndicator, color=color.blue)
    

Troubleshooting

Why does the indicator return 'Error: unknown function X'?
This error usually indicates that your TradingView build is outdated. Update to the latest PineScript version via TradingView settings. If the issue persists, contact support with a screenshot of the console log.
What should I do if my indicator won't load after a TradingView update?
TradingView occasionally changes PineScript syntax. We aim to release a patch within 48 hours of any major TradingView update. Check the indicator’s page for the latest version or reach out to support.

Updates & Roadmap

When will specific features of an indicator be updated?
We maintain a public roadmap on our Telegram group. Minor bug fixes are released monthly, while major feature releases (complete rewrites) can take 6–12 months, depending on complexity.
Where can I view the changelog for each indicator version?
Each indicator page on our TradingView page includes a “Changelog” section at the bottom, listing all versions, release dates, and summaries of changes.

Licensing & Accounts

Do I need a premium TradingView account to use paid indicators?
No. A basic (free) TradingView account is sufficient to use paid indicators. However, a Pro account is recommended to access real-time data, multiple indicators, and advanced features.
Can I use the same license on multiple TradingView accounts?
Each purchase is tied to a single TradingView username. If you change your username or email, please contact support to transfer or update your license.