Quick Reference
Master VibeTrader’s interface with these keyboard shortcuts and mouse controls for efficient chart navigation and technical analysis.Symbol & Timeframe Selection
Select Symbol
Click on symbol - Open symbol selector and switch to a different trading instrument
Select Timeframe
Click on timeframe - Change chart timeframe (1m, 5m, 1h, 1D, etc.)
Chart Navigation
Mouse Controls
- Moving
- Scaling
- Reference Cursor
Keyboard Controls
Arrow Keys - Navigation
Arrow Keys - Navigation
Ctrl + Arrows - Reference Cursor
Ctrl + Arrows - Reference Cursor
Space - Speed Toggle
Space - Speed Toggle
Toggle between normal and fast movement speedNormal speed: 1 bar per incrementFast speed: 16.8% of visible bars per increment (Math.floor(nBars * 0.168))
ESC - Cancel/Hide
ESC - Cancel/Hide
Multi-purpose cancel key with context-aware behavior:
- Remove reference cursor (if active)
- Unselect drawing (if a drawing is selected)
- Hide crosshair (if visible)
Drawing Tools
Mouse Controls
- Selection
- Creation
- Editing
Select a drawing to display its handles and enable editing mode.Visual feedback: Drawing is highlighted and handles (anchor points) appear
Keyboard Controls
ESC - Unselect
Unselect the currently selected drawing.Effect: Handles disappear, drawing returns to normal state
DELETE - Remove
Delete the currently selected drawing.Warning: This action is immediate and cannot be undone!
Complete Shortcut Matrix
Mouse Shortcuts
Keyboard Shortcuts
Advanced Usage Patterns
Efficient Chart Analysis Workflow
Quick Navigation
Use
Shift + Wheel to quickly zoom out and see the big picture, then zoom in on areas of interest.Precise Analysis
Double-click to place a reference cursor on a key price level, then use
Ctrl + Arrow Keys to step through time while keeping that level marked.Pattern Drawing
Select a drawing tool, click to place points, use
Ctrl + Drag to add intermediate points (polyline), and press ESC when done to deselect.Speed Modifiers
Normal Speed (Default):
- Arrow keys: 1 bar
- Mouse wheel: 1 bar
- Reference cursor: 1 bar
- Arrow keys: Math.floor(nBars × 0.168) bars
- Mouse wheel: Math.floor(nBars × 0.168) bars
- Reference cursor: 1 bar (not affected)
Zoom Levels (Bar Width)
Context-Aware Controls
Many controls have different behaviors depending on context:ESC Key Behavior
Mouse Drag Behavior
Tips & Tricks
Fast Time Travel
Fast Time Travel
Hold
Space + Right Arrow repeatedly to quickly jump forward through time. Release Space for fine adjustments.Precision Placement
Precision Placement
Zoom in (
Up Arrow) before placing drawing handles for pixel-perfect alignment with price levels.Reference Cursor Navigation
Reference Cursor Navigation
Drawing Cleanup
Drawing Cleanup
After completing a drawing, press
ESC to deselect it immediately. This keeps your chart clean and prevents accidental modifications.Multi-Timeframe Analysis
Multi-Timeframe Analysis
Click timeframe → analyze → click another timeframe. Your zoom level and position reset for each timeframe automatically.
Accessibility
VibeTrader supports keyboard-only navigation:- All chart navigation can be performed without a mouse using arrow keys
- Reference cursor can be placed and moved with keyboard only (via code integration)
- Drawings require mouse for initial placement, but can be selected and deleted with keyboard
For users who prefer keyboard-only workflows, consider using the reference cursor as your primary navigation tool.