← All projects

Quantitative Tools · TradingView

TradingView Indicator Suite

A developing collection of chart indicators structured around reusable signal logic, configurable inputs and readable visual output.

  • StatusIn Progress
  • PlatformTradingView
  • FocusIndicator engineering
  • LanguagePine Script

The suite explores how market-derived signals can be implemented as clear, configurable software components.

Development focuses on separating calculation logic from chart presentation, exposing meaningful parameters and avoiding claims about profitability. Indicators are analytical tools; any evaluation needs an explicit methodology, transaction-cost assumptions and out-of-sample testing.

  • Pine Script
  • TradingView
  • Technical analysis
  • Time-series logic
  • Version control
Reusable

Signal logic

Calculation components are designed for consistent reuse.

Configurable

Inputs

Parameters expose meaningful control without cluttering the interface.

No claims

Performance

No return statistic is presented without a documented backtest.

The intended design separates source data, feature calculations, signal conditions and rendering so each layer can change without rewriting the full indicator.

OHLCV data
Derived features
Signal conditions
Filters
Chart output
Indicator examples pending

Representative chart views will be added after the suite's signal definitions and presentation are stable.

Look-ahead bias

Signal logic must not use information unavailable at the evaluated bar.

Visual density

Useful overlays need to remain readable across instruments and timeframes.

Parameter design

Inputs should be understandable and bounded without encouraging overfitting.

Evaluation

Indicator usefulness and strategy performance are separate questions.

  • How to express time-series calculations within a bar-by-bar execution model.
  • Why analytical visualisation needs strict control of hierarchy and clutter.
  • How easily financial experiments can overfit when parameters are tuned repeatedly.
  • Why investment or return claims require substantially stronger evidence than a working indicator.