This is a web application that helps traders analyze charts using Fibonacci levels. Powered by AI, this tool automatically finds important price points to help you make better trading decisions.
- Auto-Detection: Upload a chart image, and the AI finds the "High" and "Low" points for you.
- Fibonacci Levels: It automatically draws levels like 0.236, 0.382, 0.5, 0.618, and 0.786.
- Entry & Exit Tips: Gives you suggestions on where to buy or sell based on the Fibonacci zones.
- Theme: A colorfull "maximalism" design that is standout on the eyes.
- Open the App: Launch the website in your browser.
- Upload Chart: Take a screenshot of your trading chart (from TradingView or other platforms) and upload it.
- Analyze: Click the "Analyze" button.
- Get Results: The AI will show the Fibonacci lines on your image and give you a short strategy report.
- Frontend: React.js / Next.js with Tailwind CSS.
- Backend: Python or Node.js.
- AI: Computer vision to read and analyze chart patterns.
If you want to run this project on your own computer:
- Clone the project:
git clone https://github.com/SummaryEverythings/Fibonacci-Strategy.git
- Install dependencies:
npm install
- Run the app:
npm run dev
This application is for educational and analysis purposes only. Trading involves risk. Always use your own judgment and risk management before making any financial decisions.
