Hello, I want to create a C# WPF Application which interacts with amibroker.
Firstly, how can i reference amibroker in my C# WPF project? i have amibroker installed on my development PC. Secondly, i cant seem to instantiate amibroker using broker.application ab = new broker.application(); it doesn't recognize the word 'broker'. Is there something i am not doing? Thanks
