EA writen in Csharp

 
Hi everyone,

I wonder if you can help me with simple problem.. Do you know the best way of writing EA in C# using Visual Studio instead of MQL?
 

The best way of writing an EA is MT4/5. Anything else will not be able to trade, see the market etc. You can write your logic in other language if you want, but you still have to send the prices, and receive and execute the orders. That requires MT4/5. Why do it in two languages? Why complicate things.

 
Can you post a simple exaple of code to do that? How to pass data to ddl and how to execute SELL operation?
 
I think i am in the right place...