u/Fun-Society-1763

We built something that might be useful for this community.

QuantPlace has a free no-code backtester with one feature that is different from most tools: the Alt Data Signal strategy. Instead of price-based indicators, you plug in any dataset column as your entry signal. Custom sentiment scores, social volume, model outputs, fear and greed index, anything with a timestamp. The OHLC dataset handles prices and P&L separately.

You can stack up to 3 signal rules with AND logic, using operators like z-score threshold and N-bar percent change, which makes it usable for basic ML signal validation without writing a single line of code.

The statistical side is solid too:

  • Monte Carlo shuffle (500 permutations) to check if your Sharpe is edge or luck
  • In-sample / out-of-sample 70/30 split with side-by-side metric comparison
  • Parameter sweep with a 2D Sharpe heatmap across up to 200 combinations
  • Commission, slippage, stop loss, take profit all configurable

Data comes from the marketplace. Several free datasets available including daily OHLC, perpetual futures, social volume, and Fear and Greed Index. You can also upload your own signal data as a vendor.

It is not a replacement for a proper backtesting framework but it is useful for a quick sanity check on a signal before investing time building a full pipeline.

Free to use at quantplace.org/tools/backtest

https://preview.redd.it/ft5lmi5qo5zg1.png?width=1349&format=png&auto=webp&s=32d3be1ccd912bb19a990c6dce2bb08c002c8cbf

reddit.com
u/Fun-Society-1763 — 10 days ago

We built something that might be useful for this community.

QuantPlace has a free no-code backtester with one feature that is different from most tools: the Alt Data Signal strategy. Instead of price-based indicators, you plug in any dataset column as your entry signal. Custom sentiment scores, social volume, model outputs, fear and greed index, anything with a timestamp. The OHLC dataset handles prices and P&L separately.

You can stack up to 3 signal rules with AND logic, using operators like z-score threshold and N-bar percent change, which makes it usable for basic ML signal validation without writing a single line of code.

The statistical side is solid too:

  • Monte Carlo shuffle (500 permutations) to check if your Sharpe is edge or luck
  • In-sample / out-of-sample 70/30 split with side-by-side metric comparison
  • Parameter sweep with a 2D Sharpe heatmap across up to 200 combinations
  • Commission, slippage, stop loss, take profit all configurable

Data comes from the marketplace. Several free datasets available including daily OHLC, perpetual futures, social volume, and Fear and Greed Index. You can also upload your own signal data as a vendor.

It is not a replacement for a proper backtesting framework but it is useful for a quick sanity check on a signal before investing time building a full pipeline.

Free to use at quantplace.org/tools/backtest

https://preview.redd.it/aasg5q8fo5zg1.png?width=1349&format=png&auto=webp&s=d95ef623e921364c793a3c8df478736a0751f3b1

reddit.com
u/Fun-Society-1763 — 10 days ago
▲ 4 r/mltraders+3 crossposts

Hey guys,

I was looking for cheap or free datasets for a new project and ended up stumbling on something pretty cool. I know getting clean historical data without paying hundreds of dollars a month or dealing with annoying rate limits is always a massive pain.

I found a site called QuantPlace (https://quantplace.org). They have a marketplace for data that has the usual OHLCV stuff, but also alternative data like funding rates and social sentiment. A lot of the datasets are completely free, which is what I was originally after.

While I was digging around, I also found there a free deep backtesting tool on the site (https://quantplace.org/tools/backtest). It is actually pretty robust for a web app. You do not need to write out a whole python script, you just select a dataset, pick a strategy (SMA, MACD, RSI, etc.), configure slippage and commissions, and it spits out a tear sheet with the equity curve, max drawdown, Sharpe, and trade logs.

The most interesting part is you can use alternative data to trigger signals (like using social volume z scores to buy BTC) and it automatically aligns the timestamps against the price data.

Anyway, just thought I would share since I see people asking about where to get free data and backtesting engines on here all the time.

Hope it helps someone out. Also tried it with CLaude Code with their MCP server, works fine.

u/Fun-Society-1763 — 8 days ago