I have implemented a trading strategy in an external (C++) program. What is the best (easiest) way to connect my program so that it can trade automatically?
What I have done: I scan the prices in the JForex Platform. When I want to send virtual mouse clicks to buy an instrument, the click is not going through, has no effect. I tried the functions mouse_event, SendInput, SendMessage and PostMessage. All ways work well when they should click on a browser, for example, but they don't work when they should click on the JForex Platform.
Can you please help?
Thanks!
API Support
Post subject: Re: How to connect external strategy program?