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提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?