I'm not a coder. But I'm wondering if it is possible to use HTML to communicate with IB's API to place trades.
I do know that it isn't possible to directly get a signal to IB's API with HTML, but my thought is there may be a way to "convert" an HTML signal to a language acceptable to IB's API. (DDE, C++, Java, etc.)
Thus, an HTML signal generated by my trading platform would be converted to another language and sent to IB's TWS. (My platform currently generates a signal to IB's API, but for only one account. It will also generate an HTML signal that I, the user, can create. If possible, I would like to use that channel to get an order to another account. Make sense?)
Any thoughts on the subject are appreciated.
I do know that it isn't possible to directly get a signal to IB's API with HTML, but my thought is there may be a way to "convert" an HTML signal to a language acceptable to IB's API. (DDE, C++, Java, etc.)
Thus, an HTML signal generated by my trading platform would be converted to another language and sent to IB's TWS. (My platform currently generates a signal to IB's API, but for only one account. It will also generate an HTML signal that I, the user, can create. If possible, I would like to use that channel to get an order to another account. Make sense?)
Any thoughts on the subject are appreciated.