A 5-minute candlestick countdown timer for stock traders, built for macOS.
This app provides a simple, clean interface to help traders track 5-minute intervals, synchronized with real-world market time.
- Automatic 5-Minute Countdown: Automatically syncs to the 5-minute intervals of the clock (e.g., xx:00, xx:05, xx:10). When launched, it calculates the remaining time in the current interval.
- Market Hours Awareness: The timer automatically runs only during US stock market hours (Mon-Fri, 9:30 AM - 4:00 PM ET).
- Sound Alerts: Get an audible notification in the final seconds before a 5-minute interval ends.
- The pre-notification time is adjustable (default: 10 seconds).
- Sound alerts can be muted/unmuted anytime without stopping the timer.
- Status Display:
- Shows whether the market is currently "Open" or "Closed".
- Displays the current system time.
- Download: Go to the Releases page and download the latest version.
- Install: Unzip the file and move
PACountdown.app
to your Applications folder. - Run: Since the app is not from the App Store, you may need to right-click the app icon and select "Open" the first time you run it.
- Clone the repository:
git clone https://github.com/forecho/PACountdown.git
- Open
PACountdown.xcodeproj
in Xcode. - Make sure your build target is set to "My Mac".
- Run the project.
- SwiftUI
- Combine Framework