Stockast
Predict stock market pricing over 180 minutes using Black-Scholes stochastic modeling and parallel Monte-Carlo simulations.
Install / Use
/learn @RajdeepKonwar/StockastREADME
Stockast 
Stock Market Forecasting using Parallel (OpenMP) Monte-Carlo Simulations

Compile Instructions
Windows
- Open
stockast.sln - [Optional] Right-click Solution 'stockast' in the Solution Explorer and select
Retarget solution - Build and run!
Linux
make
Type make clean to clean object file and executable.
Run Instructions
Windows
Simply run from Visual Studio or double-click the executable created inside x64\{config}\stockast.exe
By default, the program will try and utilize the maximum system threads available. In order to use a specific number of threads, set the environment vairable OMP_NUM_THREADS equal to the number of threads you want.
Linux
Set the number of threads to be used for computation,
export OMP_NUM_THREADS=number_of_threads
For example, export OMP_NUM_THREADS=8.
Then run the program
./stockast

General info
- The input file "data.csv" contains the stock-price values for 3 hours prior to run-time; this acts as the history-data and helps estimate the market volatility.
- The output file "opt.csv" contains the output (most likely outcome) price-vector from our code. One can use Excel or gnuplot to plot the resulting line graph of the predicted stock pricing.
- (Linux only) The script "profiling.sh" runs the parallel code from 1 to the specified number of threads. To use the script,
./profiling.sh "number_of_threads"
For example, ./profiling.sh 8.
Related Skills
feishu-drive
337.7k|
things-mac
337.7kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
337.7kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
1.9k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
