This project demonstrates a real-time TradingView chart embedded in an index.html file.
It provides users with the ability to search and visualize any available asset (stocks, crypto, forex, indices, and more) directly within the chart interface.
- 📊 Real-time chart updates powered by TradingView.
- 🔍 Search option to find and display any asset (symbol, stock, cryptocurrency, forex pair, etc.).
- 🌐 Wide coverage of global markets.
- ⚡ Lightweight and responsive interface, built with plain HTML and JavaScript.
- 🖥️ Works directly in the browser without additional backend configuration.
- Open
index.htmlin any modern browser. - The TradingView widget will load with a default chart.
- Use the search option inside the chart to find any asset by its ticker or name.
- Example:
AAPL(Apple),BTCUSD(Bitcoin/USD),EURUSD(Euro/US Dollar).
- Example:
- A modern web browser (Chrome, Edge, Firefox, Safari).
- Internet connection (TradingView widget loads data from the web).
- Clone or download this repository.
- Open the
index.htmlfile directly in your browser. - Start exploring markets in real time.
- The TradingView widget is embedded and uses TradingView’s official API for charts.
- No server or database is required to run this project.
- You can customize chart styles, default assets, and layout by editing the TradingView widget configuration in
index.html.
This project is for educational and personal use only.
Charts and market data are provided by TradingView.
project/ │── index.html # Main page containing the TradingView chart widget │── README.md # Project documentation
|__package.json
- ✅ Gráfico TradingView com troca dinâmica de ativos
- Open
index.htmlin any modern browser. - The TradingView widget will load with a default chart.
- Use the search option inside the chart to find any asset by its ticker or name.
- Example:
AAPL(Apple),BTCUSD(Bitcoin/USD),EURUSD(Euro/US Dollar).
- Example:
- A modern web browser (Chrome, Edge, Firefox, Safari).
- Internet connection (TradingView widget loads data from the web).
- Clone or download this repository.
- Open the
index.htmlfile directly in your browser. - Start exploring markets in real time.
- The TradingView widget is embedded and uses TradingView’s official API for charts.
- No server or database is required to run this project.
- You can customize chart styles, default assets, and layout by editing the TradingView widget configuration in
index.html.
This project is for educational and personal use only.
Charts and market data are provided by TradingView.
To run this project locally, follow these steps:
- Make sure you have Node.js installed on your computer.
- Clone or download this repository to your local machine.
- Open a terminal in the project folder.
- Install the project dependencies by running:
npm install
Start the development server with:
bash Copiar código npm run dev or
bash Copiar código npm start Your default browser will open the index.html file automatically, displaying the real-time TradingView chart.
Acesse http://localhost:8000
- Frontend: HTML5,
- Gráficos: TradingView Widget
- Clone o repositório:
git clone <url-do-repositorio>
cd chart-tradingview
## 👩💻 Author
Developed by **gislaine-fullstack** 🚀