This app connects to the Deriv API and analyzes tick data for selected indices to generate high-probability digit match predictions.
- Dropdown to select volatility index
- Live WebSocket connection to Deriv API
- Strategy + filters applied in background
- Prediction shown after analysis
- Clone the repository or upload to GitHub.
- Run
npm installto install dependencies. - Replace
YOUR_API_TOKENandYOUR_APP_IDinsidesrc/App.jsx. - Run locally with
npm run devor deploy to Vercel.
- This is a starter version with placeholder strategy & filters.
- Analysis logic runs in the background on live ticks.
- Prediction suggests a likely digit match within 3–10 seconds.
