anoop tamiya
anoop tamiya

Reputation: 1

how can i read data from other desktop application

I have created application in c# for auto trading purpose I want to connect my application to amibroker software to catch buy/sell signal generated by afl from amibroker to my application.. to execute order to my broker terminal. I have tried using com communication but not success. how to achieve.. welcome to any any sample code.. also I want to fetch ltp of stock in any control like in gridview,textbox etc.. thanks

Upvotes: 0

Views: 267

Answers (1)

FXQ
FXQ

Reputation: 1

Try VBscript. I send data from amibroker to excel using vbscript.

I use shellexecute to call the vbs file. With parameters as well.

I have no idea if VBscript would be able to exchange data with C#.

I think it could be done.

Upvotes: -1

Related Questions