thebearfib

VWAP_CURRENT_YESTERDAY

thebearfib Mis à jour   

The "VWAP CURRENT YESTERDAY" is a Pine Script designed for TradingView that automatically calculates and plots the Volume Weighted Average Price (VWAP) for the current day, the previous day.

Dynamic VWAP Calculation:
Automatically generates VWAPs for 1 day and 2 day.

User-Friendly Customization:
Through input options, users can easily toggle the visibility of each VWAP line, adjust colors, and set line thicknesses to their preference.

Configuration Options

1. VWAP Source:
Choose the price source for VWAP calculation. Default is the typical price (`hlc3` - the average of high, low, and close).

2. VWAP Lines:
Toggle the display for Today's VWAP, Yesterday's VWAP, and the VWAP from 2 days ago.
Customize colors and thickness for each VWAP line for clear visual distinction.

3. VWAP Labels:
Configure label sizes and positions to ensure that VWAP values are easily identifiable on the chart.

How It Works:
- The script calculates the sum of price multiplied by volume (`vwapsum`) and the sum of volumes (`volumesum`) for the specified periods.
- It utilizes an impulse function to reset calculations at the start of each new session or custom date, ensuring accurate and relevant VWAP values.
- Final VWAP values are plotted as lines on the chart, with optional labels for current and 2-day VWAPs for quick reference.

Customization Guide:
- To activate or deactivate specific VWAP lines, navigate to the 'VWAP Lines' section in the script's settings and toggle the respective options.
- Adjust the color and thickness of each VWAP line under the same section to match your charting preferences.
- Label settings, including size and offset, can be customized in the 'VWAP Labels' section, allowing for personalized label positioning and readability.

Notes de version:
Bug
Notes de version:
updated label delete
Notes de version:
update

Script open-source

Dans le véritable esprit de TradingView, l'auteur de ce script l'a publié en open-source, afin que les traders puissent le comprendre et le vérifier. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais la réutilisation de ce code dans une publication est régie par le règlement. Vous pouvez le mettre en favori pour l'utiliser sur un graphique.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser ce script sur un graphique ?