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.
Создано
Описание
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.
Создано
Mar 28, 2026, 06:10 AM
Длительность
0:11
Теги
support-resistanceprice-actiontechnical-analysis