28 skills found
melonattacker / Utility Token Price SimulatorUtility Token Price Simulator is a simulator that simulates general token price when setting parameters. It is implemented based on the theory of "Tokenomics: Dynamic Adoption and Valuation".
EsterHlav / Black Scholes Option Pricing ModelBlack Scholes Option Pricing calculator with Greeks and implied volatility computations. Geometric Brownian Motion simulator with payoff value diagram and volatility smile plots. Java GUI.
marina-haliem / Dynamic RideSharing Pooling SimulatorA Simulator for Dynamic Ride-Sharing with Pooling: Joint Matching,Pricing, Route Planning, and Dispatching
AmirhosseinHonardoust / Crypto Price Equilibrium SimulatorAn explainable modeling system that analyzes cryptocurrency prices as equilibrium outcomes shaped by market forces. This simulator computes force decompositions, equilibrium bands, tension scores, and scenario-based what-if simulations to reveal how demand, supply, volatility, liquidity, and speculation negotiate price.
Sarthak-Bhagat2006 / Bullnest Trading SimulatorBullnest is a full-stack Real-Time Stock Trading Simulator that allows users to manage a virtual portfolio, track real-time stock prices, and visualize market trends. It leverages Finnhub API for live market data and Chart.js for interactive visualizations, providing a realistic trading experience without financial risk.
BigFood2307 / FS22 DynamicFieldPricesMod for changing field prices in Farming Simulator 22
Aayushman-Gupta / Multithreaded Stock Price Simulator📈 Multithreaded Stock Price Simulator built in C++ with Producer–Consumer concurrency, thread-safe queues, and a React frontend for real-time stock visualization.The frontend consumes this data over WebSockets and displays it with interactive charts.
mesjou / Price Simulatorsimulation platform for algorithmic pricing
apenwarr / SimhousingA surprisingly poor simulator of Silicon Valley housing prices.
imdeep2905 / PyStockMinimalistic Stock Trading Simulator with real prices!
1scarecrow1 / Options Market MakingAlgorithm which quotes bid and ask prices for a stock and its options continuously by defining a bid-ask spread. Further, outstanding delta and gamma is hedged. Algorithm was run on Optiver’s Optibook market making simulator.
danielrcollins1 / BookOfWarSimulator and price-balancer for the OED Book of War tabletop game.
wyattm94 / Pairs Trading Algorithm With Time Series AnalysisA custom-built pairs trading simulator in R to analyze different ways of coducting this type of trade on US Sector SPDRs. We assessed both commonly-used price and return correlations between assets as well as using model residuals for both ARIMA and GARCH (volatility) type time series modelling.
ipang-dwi / PsofpPrice Simulation and Order App - Firstplato - www.firstplato.com
charlesangelolai / Crypto Trading SimulatorCrypto Trading Simulator (CTS) is a JavaScript web app that simulates a cryptocurrency trading platform. This web app uses the CoinGecko API to fetch up-to date market data of the top 100 cryptocurrencies on their market. The market data is then rendered into the web apps market table which updates the data at an interval. A user is given a $100,000.00 (Fake Currency) as their starting buying power which they can use to buy and sell cryptocurrencies at their current price. Each coin that is bought is then stored into the Rails backend API and rendered into the user's Wallet table which displays the price and quantity of when the coin (cryptocurrency) was bought, along with the current value of that coin in the market, and the calculated return if sold.
berkerol / Stock Price SimulatorGenerate a random stock chart or watch its progress
BitPickles / Zama Auction ScannerOn-chain scanner and clearing price simulator for the ZAMA FHE token auction. Tracks bids, deposits, and demand curves
vikram-codes-hub / TradeSphereTradeSphere — Real-time stock exchange simulator with order matching engine, Redis order book, BullMQ background jobs, Socket.IO live updates, and ML-powered price predictions via a Flask microservice.
ethanrasmussen / Btc LstmOptions Spreads Trading Bot using LSTM to predict BTC prices, then executing optimal trades with Selenium automation on CME trade simulator. Won 3rd place against humans in UIUC SP22 Trading Challenge.
charlesangelolai / Crypto Trading Simulator V2 FrontendCrypto Trading Simulator v2 is a React web app that simulates a cryptocurrency trading platform. This web app will have the same features as it did v1 with new features such as a chart component that plots the 30 day price change of a cryptocurrency, updated model associations that will help us keep track of the positions of a user and their trade history, and a transactions table. Redux will be used to handle our state management. We will be utilizing Axios to send async calls to our server. Our backend will be setup as a Rails API and we will be making use of Active Model Serializers to serialize the data we’re sending back to the frontend.