Docs / source reviewed
Jev Pulse / Bybit Demo
Jev market judgments with a Bybit Demo strategy dashboard
How this project uses Jev
- Input
- Market indicators, order books, fees, positions and portfolio risk for BTC, ETH and XAUT, with USDT as a capital destination
- Jev decides
- Per-asset regime, setup, direction, liquidity and risk judgments, plus portfolio destination and risk-budget choices
- Code executes
- Code sizes positions and derives buy/sell/hold, checking freshness, balances, allocation limits and execution switches; account configuration defaults to Demo and A/B mode records paper trades only
EDITOR’S NOTES
Where to start
Who it is for
Developers studying the split between structured judgments and deterministic execution. Listed here as a Demo experiment.
Setup requirements
Requires personal TypeSafe, Bybit Demo and database configuration; credentials remain server-side and Cron uses CRON_SECRET authentication.
Suggested first experiment
Read configuration, risk and routing code first. Keep trading disabled in your own isolated environment while inspecting records and responsibilities before deciding on a demo experiment.
Before adopting
Explicit configuration can unlock mainnet, and the public dashboard displays trades and balances. Curation checks public sources; it does not establish profitability or live-trading safety, and we placed no orders.
Editorial guidance based on linked sources; not an independent runtime test.
Evidence and limitations
Listed as a demo-trading and strategy-observation case. Explicit configuration can unlock mainnet; it is not simulation-only. The public dashboard can expose balances and trades. Server-side credential use, Cron authentication and execution checks were reviewed; no account connection, orders, profitability verification or independent live-trading security audit was performed.
This project has not been run independently here. Author-reported results are not independently verified results.
Original sources
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/README.md ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/lib/config.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/lib/jev.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/lib/providers/bybit.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/lib/execution.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/lib/risk.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/app/api/cron/route.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/app/api/state/route.ts ↗
- https://github.com/nevzataksoy/jev-trader-bybit/blob/804dde6d2e6c6ac332fbad83a24ac1785b2a5135/lib/strategy/runner.ts ↗