About Inv-Wave Lab
Open-source wave physics for stock research.
Inv-Wave Lab is an open-source experimental stock research terminal. It explores whether mathematical patterns from natural wave formation can add useful structure to stock analysis alongside fundamentals, sector context, macro weather, and risk.
How it works
Paste a ticker and the terminal builds a research view from price history, Yahoo Finance-compatible market data, model layers, forecast cones, buying opportunity guidance, risk diagnostics, and historical validation. It is designed for exploration and iteration, not automated trading or personalized financial advice.
Features
Open Source
The project is public so investors, builders, students, and quantitative researchers can inspect the logic, challenge the assumptions, report edge cases, and improve the model. Contributions are welcome, especially better validation, clearer risk communication, and stronger data adapters.
Run it locally
Clone the repo and start the local server in a few commands.
# Clone the repository
git clone https://github.com/Paramboia/Inv-Wave-Lab.git
# Navigate into the project
cd Inv-Wave-Lab
# Install dependencies
npm install
# Start the local server
npm start
Requires Node.js 20+ and npm. Open http://localhost:4173 after starting.
Contributing
- Fork the repository.
- Create a focused feature branch.
- Make your change and keep the model assumptions explicit.
- Run
npm test. - Open a pull request with context, screenshots if UI changed, and any backtest evidence.
Inv-Wave Lab was built by Miguel Macedo Parente.