Toward an Open Source AI-Friendly Trading Platform.
- APIs for specifying ticker, timeframe, and indicators etc.
- Supports Pine Script indicators via PineTS.
- Take screenshot of chart.
Pine Script™ is a trademark of TradingView, Inc., and serves as their programming language for creating custom trading tools. VibeTrader is an independent platform and is not affiliated with, endorsed by, or sponsored by TradingView.
https://deepwiki.com/dcaoyuan/vibetrader
- Click on symbol: Select symbol
- Click on timeframe: Select timeframe
-
Mouse:
- Drag: Move chart
- Ctrl + Drag: Scale chart
- Double click on chart: Put a reference crosshair
- Double click on y-axis: Remove reference crosshair
- Wheel: Move chart
- Shift + Wheel: Zoom in/out chart
-
Keyboard:
- Left/Right arrow: Move chart
- Ctrl + Left/Right arrow: Move reference crosshair
- ESC: Remove reference crosshair / Hide crosshair
- Up/Down arrow: Zoom in/out chart
- Space: Swich fast/normal moving speed
-
Mouse:
- Click on drawing: Select it
- Double Click: Complete variable-handle drawing
- Ctrl + Click on variable-handle drawing's handle: remove this handle
- Ctrl + Drag on variable-handle drawing's segment: insert a handle
-
Keyboard:
- ESC: Unselect drawing
- DELETE: Delete selected drawing
npm install
npm run build
npm run preview