wiggium

Normalized Performance Comparison

This script visualizes the relative performance of a primary asset against a benchmark composed of three reference assets. Here's how it works:

  1. User Inputs:
    - Users specify ticker symbols for three reference assets (default: Platinum, Palladium, Rhodium).

  2. Data Retrieval:
    - Fetches closing prices for the primary asset (the one the script is applied to) and the three reference assets.

  3. Normalization:
    - Each asset's price is normalized by dividing its current price by its initial price at the start of the chart. This allows for performance comparison on a common scale.

  4. Benchmark Creation:
    - The normalized prices of the three reference assets are combined to create a composite benchmark.

  5. Ratio Calculation:
    - Computes the ratio of the normalized primary asset price to the combined normalized benchmark price, highlighting relative performance.

  6. Plotting:
    - Plots this ratio as a blue line on the chart, showing the primary asset's performance relative to the benchmark over time.
This script helps users quickly assess how well the primary asset is performing compared to a set of reference assets.
Скрипт с открытым кодом

В истинном духе TradingView автор этого скрипта опубликовал его с открытым исходным кодом, чтобы трейдеры могли понять, как он работает, и проверить на практике. Вы можете воспользоваться им бесплатно, но повторное использование этого кода в публикации регулируется Правилами поведения. Вы можете добавить этот скрипт в избранное и использовать его на графике.

Отказ от ответственности

Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.

Хотите использовать этот скрипт на графике?