Skip to content

Commit 60d3e23

Browse files
authored
Update README.md
1 parent f785791 commit 60d3e23

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,21 @@ The FIFA World Cup statistics and data utilized in this application are sourced
5757
![FIFA-STATS App](images/fifa.gif)
5858
[sample](https://github.com/SyncfusionExamples/react-grid-use-case-tutorial-samples/tree/master/FIFA-STATS)
5959

60-
60+
### Stock Market application with Syncfusion React DataGrid
61+
The Syncfusion DataGrid is a powerful tool for manipulating data, offering features such as sorting, filtering, searching, CRUD operations, grouping, exporting, and printing options. It can update cells every second without any performance lag. In this example, we created a stock market application using the Syncfusion DataGrid to perform technical analysis with the Chart component.
62+
63+
In this demo, you can add stocks to your wishlist portfolio and filter stocks by business category. You can analyze stock performance using the Chart component for intraday trends. The application allows analysis with a candlestick chart across different time frames: 1M, 3M, 6M, YTD, and All. Additionally, you can apply technical analysis using popular formulas, including:
64+
65+
- EMA Indicator
66+
- RSI Indicator
67+
- Bollinger Bands
68+
- TMA Indicator
69+
- Momentum Indicator
70+
- SMA Indicator
71+
- ATR Indicator
72+
- Accumulation Distribution Indicator
73+
- MACD Indicator
74+
- Stochastic Indicator
75+
- Moreover, you have the option to select stocks using query filtering. The demonstration also displays charts of the top gainers and losers.
76+
77+
[sample](https://github.com/SyncfusionExamples/react-grid-use-case-tutorial-samples/tree/master/Stock-Market-Application)

0 commit comments

Comments
 (0)