Create a Trading App to display an RSS feed | Tutorial 175

2 years ago
6

Tutorial 175 demonstrates how to create a simple trading app using TradeStation EasyLanguage to display an RSS feed. The tutorial mostly uses the EasyLanguage Toolbox to create the program together with some additional EasyLanguage.

In tutorial 175 I create a form that contains a DataGrid object and a WebBrowser object. The DataGrid contains three columns which display data from an RSS Feed object:

- a text column that contains the title of the feed item
- a datetime column that displays the publication date (this column is automatically sorted by date)
- a column that contains a clickable URI

When the link is clicked it opens in a Web browser.

See https://markplex.com/free-tutorials/tutorial-175-simple-trading-application-display-rss-feed/

Loading comments...