shipwithjev

Catalog / Trading & markets

0499GitHub

jev_stock

Experiment in forecasting Hong Kong stock direction: it builds a past-only state from market data, asks for an up, flat or down call, and renders a standalone report.

sosopop/jev_stockREADME ↗
# Hong Kong Stock Direction Forecasting with TypeSafe JEV

Language: **English** · [简体中文](README.zh-CN.md)

This repository is an experiment in forecasting the next Hong Kong stock-market direction with TypeSafe JEV. You enter a Hong Kong stock code, the program downloads market data, builds a past-only state, asks JEV for a structured `up` / `flat` / `down` forecast, validates the response, and can render a standalone HTML report.

The default reference market is deliberately small: the target stock, the Hang Seng Index (`HSI`), and the Hang Seng TECH Index (`HSTECH`). The project does not silently add a basket of unrelated stocks.

## Example output

The generated report presents the cutoff date, direction forecasts, model probabilities, and the main state summary in a compact layout.



## My view of JEV for stock forecasting

My current view is that JEV is more useful here as a disciplined reasoning layer than as a proven quantitative trading model.

The useful part is the separation of responsibilities. The Python program owns data retrieval, date alignment, feature calculation, leakage checks, label definitions, and scoring. JEV receives a readable state and makes a consistent classification choice. This can be helpful when several weak signals point in different directions and a human wants one repeatable interpretation of the same evidence.

The risky part is the word “probability”. A response such as `down: 0.68` is a model probability for the supplied question. It is not automatically a 68% historical win rate, and `confidence: 0.52` is not a calibrated 52% chance of being correct. Calibration has to be measured with many timestamped predictions and later observations. This repository therefore shows the raw output, but does not turn it into an investment reco

Also filed under Trading & markets

Jarrod Watts

@jarrodwatts

I built a trading bot with Jev! Jev decides if it should "buy" or "sell", given the price feed of an asset pair, and executes real trades. It uses Monad to place the orders on Kuru's on-chain order book in every 300ms block. Demo link → https://t.co/vwl2SUu4jm

X postTrading & markets

I built a trading bot with Jev

brainstormity

github.com

Crypto terminal that reads up to 1,000 posts about a ticker alongside market and funding data and turns them into a buy, sell, hold, or take-profit call.

GitHubTrading & markets

Jev X Sentiment Analysis

Jarrod Watts

@jarrodwatts

A trading bot that places an order in every 300 ms block.

GitHubTrading & markets

jev-trader

Decision window
300 ms blocks