Search found 152 matches
- Mon Sep 18, 2023 1:30 pm
- Forum: Software
- Topic: Unable to connect
- Replies: 12
- Views: 3015
Re: Unable to connect
Okay, thanks for confirmation. That is what I see as well.
- Fri Sep 15, 2023 5:58 pm
- Forum: Software
- Topic: Unable to connect
- Replies: 12
- Views: 3015
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?

Does this allow the "Quick" button to now work in Wave59?
- Mon Aug 28, 2023 1:39 pm
- Forum: Software
- Topic: MetaTrader Streaming data
- Replies: 13
- Views: 3511
Re: MetaTrader Streaming data
Kudos! This is really neat. (Love the professional looking documentation as well.)
- Fri Aug 25, 2023 2:18 pm
- Forum: Software
- Topic: Unable to connect
- Replies: 12
- Views: 3015
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;...
- Thu Aug 24, 2023 5:02 pm
- Forum: Software
- Topic: Unable to connect
- Replies: 12
- Views: 3015
Re: Unable to connect
My QScripts are able to place Market orders (FWIW). ¯\_(ツ)_/¯
- Mon Aug 21, 2023 12:52 pm
- Forum: Software
- Topic: output signal from wave59 to 3rd party broker?
- Replies: 16
- Views: 16776
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...
- Mon Aug 21, 2023 12:39 pm
- Forum: Software
- Topic: Unable to connect
- Replies: 12
- Views: 3015
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...
- Mon Aug 14, 2023 1:23 pm
- Forum: Software
- Topic: KRAKEN DATA
- Replies: 2
- Views: 1098
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?
Maybe share a screenshot of the exact error? Maybe we can get lucky and is just a simple networking problem?

- Tue Jun 27, 2023 1:57 am
- Forum: Markets
- Topic: Using a few tools in W59
- Replies: 13
- Views: 3267
Re: Using a few tools in W59
Thanks Joe for posting. If you attended the PUC or bought the PUC at a later date, Lars (of cycle infamy) did a presentation on the magnetic interference. He provided some spreadsheets of raw data and included a special DLL for Wave59 to smooth the data. The presentation was what one would expect. H...
- Tue Jun 20, 2023 6:00 pm
- Forum: General
- Topic: Pearls before swine
- Replies: 1
- Views: 1220
Re: Pearls before swine
I find each forum and board I join has a "flavor." Before WallStreetBets was well known, I contributed a bunch to that sub-reddit. If you talked about *ANY* sort of technical indicators you got laughed at. Even the more benign ones like RSI and MACD. Luckily I am a big fan of shrugging my shoulders ...