An open API service indexing awesome lists of open source software.

https://github.com/solaribit/ninja-trading-lab-html

Ninja Trading Bot Lab is a powerful interactive trading compounding projection calculator.
https://github.com/solaribit/ninja-trading-lab-html

bot calculator html tradingbot

Last synced: about 2 months ago
JSON representation

Ninja Trading Bot Lab is a powerful interactive trading compounding projection calculator.

Awesome Lists containing this project

README

          

# Ninja Trading Bot Lab – Standalone HTML Version

![Ninja Trading Bot Lab](https://raw.githubusercontent.com/solaribit/ninja-trading-lab-html/refs/heads/main/ai-ninja-logo-350pxX80px.png)

**Live Demo** [Live Demo](https://solaribit.github.io/ninja-trading-lab-html/projection-calculator.html)

## What is this?

A **single, zero-dependency HTML file** that contains the exact same beautiful compounding calculator you now have as a WordPress plugin – but you can open it anywhere:

- Drop it on any web server
- Host it on GitHub Pages (free)
- Embed via ``
- Share the link with anyone – works offline too (after first load)

Perfect for Notion pages, link-in-bio sites, newsletters, or just giving someone a quick calculator without installing WordPress.

## Features (exactly the same as the plugin)

- Live exchange rates (USD ? ZAR ? GBP ? EUR) via ExchangeRate-API (free tier, no key required)
- 12-month & custom projections
- Weekly/monthly top-ups
- Gorgeous interactive Chart.js graph
- Reset button, quick presets (12m / 24m / 5y)
- 100% responsive (mobile-first)
- Works completely offline after first load (rates cached in localStorage)

## How to use

1. Download `ninja-trading-lab.html` from this repo
2. Open it in any browser ? done!
(or upload to your server / enable GitHub Pages)

### Enable GitHub Pages (free hosting)

First Fork this repository to YOURGITHUB then:
1. Go to repo **Settings** **Pages**
2. Source Deploy from a branch `main` ? `/ (root)`
3. Save and your calculator will be live in ~60 seconds at:
https://YOURGITHUB.github.io/ninja-trading-lab-html/projection-calculator.html

## Optional: Use your own free API key (faster updates)

1. Get a free key at https://www.exchangerate-api.com
2. Open the HTML file in your browser or on the demo and paste the key in the “ExchangeRate-API key” field
? rates will refresh instantly instead of daily

## Files in this repo

- `projection-calculator.html` the only file you need (copy-paste ready)
- `README.md` this file

## License

Same as the WordPress plugin ? **GPLv3 or later**

Feel free to fork, modify, embed, share – go wild!

Made with by **solaribit** in South Africa
**Ninja Trading Bot Lab** – now available as a ![wordpress plugin](https://github.com/solaribit/ninja-trading-lab) too!

---