WAVELET TRANSFORM FORCE Trading Guide
Last updated: July 22, 2026
The Wavelet Transform Force is a quantitative technical analysis tool. wavelet_transform_force.js A high-end multi-scale trend indicator using Wavelet-inspired decomposition. Analyzes market energy across 4 distinct time-frequency scales.
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- Fast Scale (
s1): Controls the calculation period and sensitivity for market detection. - Medium Scale (
s2): Controls the calculation period and sensitivity for market detection. - Long Scale (
s3): Controls the calculation period and sensitivity for market detection. - Macro Scale (
s4): Controls the calculation period and sensitivity for market detection. - Smoothness (
smooth): Controls the calculation period and sensitivity for market detection. - Normalization (
norm): Controls the calculation period and sensitivity for market detection. - Show Heatmap (
showHeatmap): Controls the calculation period and sensitivity for market detection. - Enable Glow (
showGlow): Controls the calculation period and sensitivity for market detection. - Integral Force (
force): Controls the calculation period and sensitivity for market detection. - Hidden Force (
_force): Controls the calculation period and sensitivity for market detection. - Confluence Peak (
isConfluent): Controls the calculation period and sensitivity for market detection. - Wavelet Force (
force): Controls the calculation period and sensitivity for market detection. - Scale Confluence (
isConfluent): Controls the calculation period and sensitivity for market detection.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
isConfluent- Scale Confluence event signal.
2. Filters and Trade Levels
s1- Fast Scale value used for structural qualification or thresholds.s2- Medium Scale value used for structural qualification or thresholds.s3- Long Scale value used for structural qualification or thresholds.s4- Macro Scale value used for structural qualification or thresholds.smooth- Smoothness value used for structural qualification or thresholds.norm- Normalization value used for structural qualification or thresholds.showHeatmap- Show Heatmap value used for structural qualification or thresholds.showGlow- Enable Glow value used for structural qualification or thresholds.force- Integral Force value used for structural qualification or thresholds._force- Hidden Force value used for structural qualification or thresholds.isConfluent- Confluence Peak value used for structural qualification or thresholds.force- Wavelet Force value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.