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

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.

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