https://github.com/ocignis/ocignis-fe
Minimal trading bot to easily run and schedule trading strategies. Built with TypeScript, React and Material UI.
https://github.com/ocignis/ocignis-fe
hft hft-trading react trading-algorithms trading-bot trading-strategies typescript
Last synced: 6 months ago
JSON representation
Minimal trading bot to easily run and schedule trading strategies. Built with TypeScript, React and Material UI.
- Host: GitHub
- URL: https://github.com/ocignis/ocignis-fe
- Owner: ocignis
- License: mit
- Created: 2023-02-19T21:56:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T11:50:39.000Z (about 3 years ago)
- Last Synced: 2025-04-11T21:38:10.648Z (over 1 year ago)
- Topics: hft, hft-trading, react, trading-algorithms, trading-bot, trading-strategies, typescript
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ocignis Frontend
[![CI][ci-badge]][ci-url]
[![CI-Deployment][ci-deployment-badge]][ci-deployment-url]
Ocignis - Minimal trading bot to easily run, stop or schedule trading strategies.
## Deployments
- [Ocignis App](https://app.ocignis.com)
- [Ocignis UI](https://ui.ocignis.com)
## Running
- `npm install`
- `npm run build`
- `npm run dev` - Spin up Ocignis trading bot app 🚀
Visit Ocignis app [localhost:3100](http://localhost:3100/)
## Monorepo - General info
This frontend monorepo implements Ocignis trading bot app. For more general info on this monorepo features and conventions check this [template](https://github.com/mkosir/turborepo-boilerplate).
[ci-badge]: https://github.com/ocignis/ocignis-fe/actions/workflows/CI.yml/badge.svg
[ci-url]: https://github.com/ocignis/ocignis-fe/actions/workflows/CI.yml
[ci-deployment-badge]: https://github.com/ocignis/ocignis-fe/actions/workflows/CI-Deployment.yml/badge.svg
[ci-deployment-url]: https://github.com/ocignis/ocignis-fe/actions/workflows/CI-Deployment.yml