Quote from GRT00:
Ok. Thank you. I´m not sure if I want to trust on Excel for trading. I will have to study the Excel option anyways. But I think it should be better to try to integrate the program where I run the trading system with an API, preferible with Trading Technologies. I´ve sent TT an email but do you know what are the real differences between the FIX adapter and the normal API that TT offers besides the Excel option?.

Quote from Lawrence Chan:
Interesting post and I think I should post an answer here as NeoTicker was mentioned.
VBA is an embedded language. Applications supporting VBA must be registered with a 3rd party who now owns VBA to license VBA integration on a per node basis.
I assume the app you are using is either Excel or Word ... as most companies will refuse to integrate VBA on the terms of that 3rd party.
Ok, back to what you are looking for - it is NOT vba integration you are looking for. You are asking for minimal changes to your code and that can route orders to the right place. Is that what you are looking for?
Quote from Lawrence Chan:
Your best alternative would be finding a way to send orders from your vba code to an external interface whenever your system generated an order/signal.
Such code changes can vary in complexity.
Quote from GRT00:
Ok. Thank you. I will try to contact Trading Technologies to ask for their API´s or their FIX Adaptor.
Quote from CBuster:
Quote from GRT00:
I´ve been looking for translating my code to vb.net, it seems is not very different from vba but it will take a lot of time to find mistakes, test it and to be 100% sure there will not be any problems. Do you have any start point to start learning it?. There are lots of guides out there but since you´ve done this before could you please tell me which guide helped you more?
Anyways I don´t lose much if I decide to try the FIX adaptor from TT one month and decide if it suits my needs. I can´t be waiting the 2, or 4, months that translating and testing again my code will last.