ctrade is an open source timer, five minute and one minute countdown timer for stock trading
As a technical trader, I wanted to have a easy and clear view of how minutes and seconds there is left to the next 5 minute and 1 minute candle.
- 5 minutes countdown timer
- 1 minute countdown timer
- Date and time in New York
- Bootstrap 5
- VueJS
- Electron
- npm for building the project
- Optional : Docker on you computer and yarn to generate a windows app
- Install dependencies npm by running "npm install"
- Run "npm start" in terminal to launch the electron app
To generate a windows app, you can use the already generated app in the repository or compile your own.
To compile your own, first start Docker on you machine and then run
yarn && yarn dist -w
- Please get in touch if you want to contribute to this project or any other of my projects.
This project is open sourced under the GNU GPL v3 licence