@@ -6,23 +6,48 @@ permalink: /indicators/
66has_children : false
77---
88
9- # Demo Indicators
9+ ## Basic Demo
1010
11- These demo indicators showcase the capabilities of PineTS for creating interactive trading indicators .
11+ A simple introduction to QFChart with basic candlestick charting and essential features .
1212
13- ## Simple Cross Signal (uses native PineScript)
13+ [ View Demo ] ( https://quantforge.org/demos/basic-01.html ) {: .btn .btn-primary }
1414
15- This example shows how to load and run a native PineScript code using PineTS and QFChart
16- [ View Demo] ( indicators/cross-signal/index.html ) {: .btn .btn-primary }
15+ ## Full Featured Demo
1716
18- ## WillVixFix Indicator (uses PineTS syntax)
17+ Comprehensive demo showcasing all QFChart features including multiple indicators, tools, and advanced charting capabilities.
1918
20- WillVixFix is a volatility-based indicator that helps identify potential reversal points in the market.
19+ [ View Demo ] ( https://quantforge.org/demos/full.html ) {: .btn .btn-primary }
2120
22- [ View Demo ] ( indicators/willvixfix/index.html ) {: .btn .btn-primary }
21+ ## PineScript Demo
2322
24- ## Squeeze Momentum Indicator (uses PineTS syntax)
23+ Execute native Pine Script code using PineTS runtime and visualize the results with QFChart. Demonstrates runtime transpilation.
2524
26- The Squeeze Momentum indicator identifies when the market is "squeezing" (low volatility) and about to break out with increased momentum.
25+ [ View Demo ] ( https://quantforge.org/demos/pinescript.html ) {: .btn .btn-primary }
2726
28- [ View Demo] ( indicators/sqzmom/index.html ) {: .btn .btn-primary }
27+ ## Live Charts
28+
29+ These demos showcase real-time streaming with PineTS, featuring live data updates and countdown timers.
30+
31+ ### Live MACD (1min)
32+
33+ Real-time MACD indicator on 1-minute timeframe. Demonstrates live indicator calculations and updates.
34+
35+ [ View Demo] ( https://quantforge.org/demos/live-macd-1min.html ) {: .btn .btn-primary }
36+
37+ ### Live Squeeze Momentum (1min)
38+
39+ Live Squeeze Momentum indicator on 1-minute timeframe. Shows advanced indicator visualization.
40+
41+ [ View Demo] ( https://quantforge.org/demos/live-sqzmom-1min.html ) {: .btn .btn-primary }
42+
43+ ### Live Institutional Bias (1min)
44+
45+ Real-time Institutional Bias indicator on 1-minute timeframe. Demonstrates complex indicator calculations.
46+
47+ [ View Demo] ( https://quantforge.org/demos/live-institbias-1min.html ) {: .btn .btn-primary }
48+
49+ ## Williams VIX Fix (Daily)
50+
51+ Williams VIX Fix indicator on daily timeframe. Shows volatility-based indicator visualization.
52+
53+ [ View Demo] ( https://quantforge.org/demos/williams-vixfix-daily.html ) {: .btn .btn-primary }
0 commit comments