Page 2 of 2

Re: output signal from wave59 to 3rd party broker?

Posted: Sat Aug 19, 2023 12:28 pm
by abacaba
We've all noticed that interface issue with Wave 59 and IB. It is a big, unfortunately part of a bigger, problem. Did you send a help request to Earik?

Todd

Re: output signal from wave59 to 3rd party broker?

Posted: Sat Aug 19, 2023 2:05 pm
by lexa007
Yes i did. At the moment im totally stuck.

Re: output signal from wave59 to 3rd party broker?

Posted: Sat Aug 19, 2023 6:08 pm
by abacaba
No response from Earik? When did you start noticing the problem with API interface?

Todd

Re: output signal from wave59 to 3rd party broker?

Posted: Sun Aug 20, 2023 6:04 am
by lexa007
abacaba wrote:
Sat Aug 19, 2023 6:08 pm
No response from Earik? When did you start noticing the problem with API interface?

Todd
Its about a week since i sent an email and i only recently re-signed up. Is there anyway of someone showing an example how to use this Socketsend function to enable autotrading with other brokers?

Re: output signal from wave59 to 3rd party broker?

Posted: Mon Aug 21, 2023 12:52 pm
by sbank
SocketSend() won't help. You would need a socketreceive or something like that on the other end. The idea for socketsend is just just stream data. Similar to just writing text to a file. You would need something to understand that data.

So perhaps Python code could be written to accept that socket call then using the IB API (in python) to then connect and send the order.

But this would all have to be custom code to be written.

Re: output signal from wave59 to 3rd party broker?

Posted: Tue Aug 22, 2023 7:45 am
by lexa007
sbank wrote:
Mon Aug 21, 2023 12:52 pm
SocketSend() won't help. You would need a socketreceive or something like that on the other end. The idea for socketsend is just just stream data. Similar to just writing text to a file. You would need something to understand that data.

So perhaps Python code could be written to accept that socket call then using the IB API (in python) to then connect and send the order.

But this would all have to be custom code to be written.
Does anyone here have the capability to code this for the community? Im prepared to send some money if it works.

Re: output signal from wave59 to 3rd party broker?

Posted: Fri Sep 08, 2023 5:52 am
by dctommy
it doesnt? when/why did that occur?