RestAlgo / TradingApplication

0 stars 0 forks source link

DDE for NSE ISFC R&D to Extract Data From Excel #126

Open Kaushik-RYDT opened 3 months ago

Kaushik-RYDT commented 3 months ago

Extract Data From DDE Server

Just refer to the link below for the sample app. Check compatibility also with C# .Net

https://github.com/Code-Artist/DDEApp

https://www.codearteng.com/2012/06/ddeapp-dde-based-inter-process.html

https://docplayer.net/43601166-Ndde-samples-ndde-samples.html

http://blogs.artinsoft.net/Mrojas/archive/2009/06/10/DDE-in-NET.aspx

Kaushik-RYDT commented 3 months ago

Review the Sample Application:

  1. Visit GitHub - DDEApp (https://github.com/Code-Artist/DDEApp).
  2. Study the sample code and understand how DDE communication is implemented.
  3. Identify key components and libraries used.

Explore Additional Resources:

  1. Read the Code Art Eng Blog on DDEApp (https://www.codearteng.com/2012/06/ddeapp-dde-based-inter-process.html).
  2. Read the NDde samples documentation.
  3. Review the Artinsoft blog on DDE in .NET (http://blogs.artinsoft.net/Mrojas/archive/2009/06/10/DDE-in-NET.aspx).

Implement DDE Communication

  1. Create a New sample C# .NET Project and Integrate DDE Libraries.
  2. Establish DDE Connection.

Data Extraction Logic:

  1. Implement methods to request data from the DDE server.
  2. Handle responses and extract necessary data.
  3. Test data extraction functionality from DDE servers and topics.
Kaushik-RYDT commented 3 months ago
  1. Study and understand how DDE (Dynamic Data Exchange) communication is implemented with Excel files.
  2. Implement a .NET application to read and update data in an Excel file using DDE.
  3. Create a .NET application for testing the reading and updating of data in the Excel file.
Kaushik-RYDT commented 2 months ago

Study and understand how the DDE Poke and Advise methods work, and create a sample application to test reading from and writing data to an Excel file.