ByOnePercent is a web application developed during HackNYU 2025. It serves as a back-testing playground, allowing users to learn algorithmic trading by selecting various indicators and observing how algorithms based on those indicators perform.
- Back-Testing Playground: Experiment with different trading indicators and analyze algorithm performance.
- Data Visualization: Utilize interactive charts to visualize trends and results.
- Educational Insights: Learn the fundamentals of algorithmic trading through hands-on exploration.
- Frontend: Next.js, React
- Backend: Node.js, Firebase
- Styling: Tailwind CSS
- Data Visualization: Plotly
- Deployment: Vercel
-
Clone the repository
git clone https://github.com/yourusername/byonepercent.git cd byonepercent -
Install dependencies
npm install # or yarn install -
Start the development server
npm run dev # or yarn dev -
Open in your browser The app will be available at http://localhost:3000
Check out our project demo on YouTube:
This project is licensed under the MIT License.
Built with passion at HackNYU 2025. Special thanks to the organizers and mentors for their support!
