Support and Resistance Price Oscillation
Support and Resistance Price Action
Overview
A short visual demonstration of a price series bouncing between a green support line (the "floor") and a red resistance line (the "ceiling") on a simple Cartesian axis. The key takeaway is how price repeatedly tests these two levels.
Phases
| # | Phase Name | Duration | Description |
|---|---|---|---|
| 1 | Setup | ~3âŻs | The axes fade in, then the green support line and red resistance line are drawn across the full width. Their labels ("Support (Floor)" and "Resistance (Ceiling)") appear just below/above the lines. |
| 2 | Price Action | ~5âŻs | A yellow polyâline representing price is drawn pointâbyâpoint, moving from left to right and bouncing between the two horizontal lines. |
| 3 | Hold & Summary | ~2âŻs | The completed price line remains on screen while a small caption "Price oscillates between support and resistance" fades in at the bottom, then the scene ends after a brief pause. |
Layout
âââââââââââââââââââââââââââââââââââââââââââââââ
â TOP AREA â
â (optional title, fades) â
âââââââââââââââââââââââââââââââââââââââââââââââ€
â MAIN AREA â
â Axes with support, resistance, price line â
â (labels attached to the horizontal lines) â
âââââââââââââââââââââââââââââââââââââââââââââââ€
â BOTTOM AREA â
â Caption / equation (small font) â
âââââââââââââââââââââââââââââââââââââââââââââââ
Area Descriptions
| Area | Content | Notes |
|---|---|---|
| Top | Optional title (e.g., "Support & Resistance") | Fades in with the Setup phase; can be omitted if not needed |
| Main | Cartesian axes, green support line, red resistance line, yellow price polyâline, and their labels | Primary visual focus; labels are positioned DOWN for support and UP for resistance |
| Bottom | Small caption: "Price oscillates between support and resistance" | Fades in during the Hold & Summary phase; uses a legible small font |
Notes
- All elements belong to a single
Sceneclass (e.g.,SupportResistance). - Colors: supportâŻ=âŻGREEN, resistanceâŻ=âŻRED, priceâŻ=âŻYELLOW.
- The price line should be created with
Create(price, run_time=5)to match the original timing. - No additional textual explanations are required beyond the labels and final caption.
- Keep the total runtime under 12âŻseconds to stay well within the 30âsecond guideline.
- Ensure the axes have no arrow tips (
include_tip=False) to match the provided code. - The caption fades in (
FadeIn) and stays for the remainder of the scene before the finalwait.
Créé par
Description
The scene shows Cartesian axes with a green horizontal support line and a red horizontal resistance line. A yellow polyline representing price is drawn from left to right, bouncing repeatedly between the two lines. Labels identify the lines, and a caption at the bottom states that price oscillates between support and resistance.
Date de création
Mar 28, 2026, 06:10 AM
Durée
0:11
Tags
support-resistanceprice-actiontechnical-analysis