Skip to content

noban v1.1.0

Choose a tag to compare

@ucsandman ucsandman released this 07 Jul 19:09

noban v1.1.0 - first signed release

The Windows installer is now digitally signed by Wesley Sander via Microsoft Azure Trusted Signing. Windows can verify who published it, and the "Unknown publisher" install warning is gone. SmartScreen reputation builds with install volume, so some machines may still show a reputation prompt for a while; every future release is signed with the same identity, so that fades.

Verify your download

Get-FileHash .\noban-Setup-1.1.0.exe -Algorithm SHA256

Expected: a76f3fd26e03410ba6b7ef88d161b8328227d61108cde17a52eda8444c66e182 (also in SHA256SUMS.txt below). Right-click the installer > Properties > Digital Signatures to see the "Wesley Sander" signature.

What's new since v1.0.0

  • Backtest from your own history. Replay your imported trade history through any strategy and see the after-fee result it would have produced.
  • Strategy builder + lab. Compose entry/exit rules in the dashboard and trial them side by side in simulation before promoting one.
  • Live risk analytics. Sharpe, Sortino, and max drawdown computed on your live (or simulated) P&L, not just in backtests.
  • Multi-condition alerts. Alert on combinations of spread, float bucket, venue health, and price movement instead of a single threshold.
  • Tray keep-running mode. Close the window and the bot keeps scanning from the system tray.
  • License hardening. Signed revocation list checked at boot and daily; offline-first, and an unreachable list can never lock you out.
  • Dashboard hardening and updater safety fixes throughout.

Notes

  • Auto-update: existing v1.0.0 installs pick this up through the built-in updater.
  • Simulation remains the default. Live trading still requires an explicit opt-in and a Pro license.