Sorry I did not get back to you sooner on automation.
What needs to be done is your system generates B/S signals on its own, which it seems to do. The PC needs to analyze all incoming ticks (if system relies on tick data - every "print") or, bar data.
Once this is done (signals generated), you will need to automate order entry.
My search for automation of order entry has always led back to IB. There are other automation systems out there, but IB is cheapest.
Using their API, C++ or JAVA, when you have a trade signal, you "route" the order to IB.
Yes, this is alot of work. I have been working on this since April, I am almost done (9 months).
You may consider a developer (hiring someone). You can find cheap labor on certain developer forums. You would be suprised at the relatively cheap costs.
Good luck! PM with any questions.
What needs to be done is your system generates B/S signals on its own, which it seems to do. The PC needs to analyze all incoming ticks (if system relies on tick data - every "print") or, bar data.
Once this is done (signals generated), you will need to automate order entry.
My search for automation of order entry has always led back to IB. There are other automation systems out there, but IB is cheapest.
Using their API, C++ or JAVA, when you have a trade signal, you "route" the order to IB.
Yes, this is alot of work. I have been working on this since April, I am almost done (9 months).
You may consider a developer (hiring someone). You can find cheap labor on certain developer forums. You would be suprised at the relatively cheap costs.
Good luck! PM with any questions.