Search found 174 matches

by sbank
Mon Oct 16, 2023 4:30 pm
Forum: Software
Topic: Wave59 Text size
Replies: 6
Views: 11233

Re: Wave59 Text size

Or it is an excuse to buy a bigger monitor :-D
by sbank
Mon Oct 16, 2023 2:11 pm
Forum: Software
Topic: Wave59 Text size
Replies: 6
Views: 11233

Re: Wave59 Text size

Doesn't look like you can change this.
by sbank
Mon Sep 18, 2023 1:30 pm
Forum: Software
Topic: Unable to connect
Replies: 12
Views: 15433

Re: Unable to connect

Okay, thanks for confirmation. That is what I see as well.
by sbank
Fri Sep 15, 2023 5:58 pm
Forum: Software
Topic: Unable to connect
Replies: 12
Views: 15433

Re: Unable to connect

Do those preset's matter for API calls? (I am guessing they do, since you probably tested this and are posting it to the forum. :)

Does this allow the "Quick" button to now work in Wave59?
by sbank
Mon Aug 28, 2023 1:39 pm
Forum: Software
Topic: MetaTrader Streaming data
Replies: 13
Views: 16490

Re: MetaTrader Streaming data

Kudos! This is really neat. (Love the professional looking documentation as well.)
by sbank
Fri Aug 25, 2023 2:18 pm
Forum: Software
Topic: Unable to connect
Replies: 12
Views: 15433

Re: Unable to connect

Ya know, you might be on to something about all market orders. I looked at all my code, and I place limit orders, wait, then convert to market if the order doesn't fill. Here is my boilerplate code I use for everything (this is out of Earik's Mechanical Trading book): if (barnum == barsback) { bs=0;...
by sbank
Thu Aug 24, 2023 5:02 pm
Forum: Software
Topic: Unable to connect
Replies: 12
Views: 15433

Re: Unable to connect

My QScripts are able to place Market orders (FWIW). ¯\_(ツ)_/¯
by sbank
Mon Aug 21, 2023 12:52 pm
Forum: Software
Topic: output signal from wave59 to 3rd party broker?
Replies: 16
Views: 28337

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

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 c...
by sbank
Mon Aug 21, 2023 12:39 pm
Forum: Software
Topic: Unable to connect
Replies: 12
Views: 15433

Re: Unable to connect

I was able to solve this on my own. I ended up going through the IB API section line by line a toggling everything. (Ofcourse the setting that fixed it was at the bottom.) Here is a screenshot of TWS 10.23. Everything works *except* I cannot use the "quick" button in Wave59. It is not a huge concern...
by sbank
Mon Aug 14, 2023 1:23 pm
Forum: Software
Topic: KRAKEN DATA
Replies: 2
Views: 5537

Re: KRAKEN DATA

Sorry Baha. Never tried.

Maybe share a screenshot of the exact error? Maybe we can get lucky and is just a simple networking problem? :)