Forex Zone - Forex Forum

L2 Waveband Trading [blackcat]

Discussion started on TradingView - Pine Script Indicators

Administrator
  • Hero Member
  • Posts: 5222
  • Points: 29676
  • Likes Received: 5226
  • Reputation: +220/-14
Overview:
  • The Waveband Trading script calculates trading signals based on a modified Relative Strength Index (RSI)-like system combined with specific price action criteria. It plots two lines representing different smoothed RSI-like indicators and marks potential buying opportunities labeled as "S" for stronger trends and "B" for weaker but still favorable ones.
  • The script begins by defining the waveband_trading_signals function which computes RSI-like metrics and determines buy signals under certain conditions. The main sections include input parameter definitions, function calls, data processing within the function, and plot commands for visual representation. Data flows from historical OHLCV data to various technical computations like EMAs and SMAs before being evaluated against user-defined thresholds to generate trade signals.

Example:
L2 Waveband Trading [blackcat] in TradingView - Pine Script Indicators_topic=4571


Features:
  • Utilizes EMA and SMA functions to smooth out price variations effectively.
  • Employs crossover logic between fast ('k') and slow ('d') indicators to identify entry points.
  • Incorporates volume checks ensuring increasing interest in trades aligns with upwards momentum.
  • Incorporates volume checks ensuring increasing interest in trades aligns with upwards momentum.
  • Uses the new labeling feature (label.new) introduced in Pine Script v5 for marking significant chart events visually.

Availability:


Linkback: https://www.forex.zone/tradingview-pine-script-indicators/41/l2-waveband-trading-blackcat/4571/
#1 - January 07, 2025, 10:58:54 PM
Attachments:
L2 Waveband Trading [blackcat] in TradingView - Pine Script Indicators_Forex%20Zone%20VIP%20Membership

Members:

0 Members and 1 Guest are viewing this topic.