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.
Created By
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.
Created At
Mar 28, 2026, 06:10 AM
Duration
0:11
Tags
support-resistanceprice-actiontechnical-analysis