Custom Go Backtester
A custom backtesting engine built for strategies that stopped fitting neatly inside off-the-shelf Python frameworks.
This site is currently being refined after migration. If something seems missing, try Search or visit the older site.
oldws.anupshinde.comTag
A custom backtesting engine built for strategies that stopped fitting neatly inside off-the-shelf Python frameworks.
Aug 11, 2025
A backtest of random trading signals on NQ futures - from seed 42 experiments to massive 10,000-generator ensembles. Explore probability patterns, profit curves, and what happens when chaos meets code.
Jun 21, 2025
Outgrew Python tools, built my own Go backtester. Here's what I learned about speed, scale, and tradeoff.
Aug 17, 2018
How to plot the earthquakes on the global map. Here we will be using the historical earthquake data from USGS and plot it on the world map.
Mar 23, 2008
This is a continuation in the series of LSI (Latent Semantic Indexing) implementation. In this post, we will walk through the implementation of creating an Index.
Mar 23, 2008
This is a continuation in the series of LSI (Latent Semantic Indexing) implementation. In this post, we will walk through the implementation of searching an index based on user's query.
Mar 23, 2008
Latent semantic indexing (LSI) provides the ability to correlate semantically related terms that could be latent in the set of documents. Latent semantic analysis allows us to see semantics in the set of documents and how we can extract meaning of the text in the documents.