Architecture for a c# data collector
Results 1 to 4 of 4

Thread: Architecture for a c# data collector

  1. #1
    Hello, I want to write a C# appliion that does the following things:Receive tick data on various Named Pipes (from Metatrader4) depending upon that data analyze and then decide about trading opportunities and transaction accordingly I also wish to exhibit a dashboard with current data aggregated from several Metatrader4 instances. Store that data in a data structure (Separately for each pipe, but together)... e.g. (threadsafe queues) decide instantly based on the received data: is data from a pipe aside from data from another pipes? Show status on WPF GUI (MVVM) Can there be some beginning point, an example appliion which I could test to find out about the suggested technologies? To state that firstI will not need any instance for the MQL section, I Understand How to send data, I would rather like to find out some thing aboutarchitecture of a multithreaded C# program receive asynchronous messages coming in over a named pipe and exhibit them around the WPF GUI I'm not fixed on Named Pipes, I'd also be amenable to TCP/IP. It'll be on precisely the same PC, will not scale to others

    Thanks in advance for any suggestions and links.

  2. #2
    Quote Originally Posted by ;
    quote How about searching the web? Multithreading c# and async pipes c# must provide. .
    That analysis done, lead me to writing this. I wrote this because I am stuck, not since I am lazy.

  3. #3
    Quote Originally Posted by ;
    That analysis done, direct me to writing this. I wrote this because I am stuck, not because I am lazy.
    As I understand it you asked for an example of how to both multithreading and async named pipes in c#.
    A brief glimpse across the search results and I think there really is what you ask for. Then your issue is another one, if you can't infer from those cases.

  4. #4
    Quote Originally Posted by ;
    Can there be some beginning point
    How about searching the web? Multithreading c# and async pipes c# must provide. .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.