Search found 177 matches

by sbank
Mon Aug 21, 2023 12:52 pm
Forum: Software
Topic: output signal from wave59 to 3rd party broker?
Replies: 16
Views: 60459

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: 74693

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: 11176

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? :)
by sbank
Tue Jun 27, 2023 1:57 am
Forum: Markets
Topic: Using a few tools in W59
Replies: 13
Views: 27270

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...
by sbank
Tue Jun 20, 2023 6:00 pm
Forum: General
Topic: Pearls before swine
Replies: 1
Views: 10277

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 ...
by sbank
Fri Jun 02, 2023 2:40 pm
Forum: Markets
Topic: Using a few tools in W59
Replies: 13
Views: 27270

Re: Using a few tools in W59

Thanks Joe for posting. I always read your stuff. (But most of it goes over my head. :-)

-Steve
by sbank
Wed Apr 12, 2023 9:24 pm
Forum: Tools and Techniques
Topic: HL indicator
Replies: 0
Views: 25088

HL indicator

Hey gfish, remember your HL Index indicator when you were discussing the master wave at one of the PUCs? https://www.businessinsider.com/recession-signs-unusual-clues-lipstick-underwear-index-2023-4 Looks like there are other indicators as well. We should put all of these in a basket and see how the...
by sbank
Tue Feb 21, 2023 3:33 pm
Forum: Mechanical Systems
Topic: ChatGPT
Replies: 9
Views: 25789

Re: ChatGPT

I follow a bunch of subreddits on programming. Most developers seem to use ChatGPT to help (like you said) with small snippets of code. Like, "Build me a regex to do XYZ." If you haven't played with Hive or the Genetic Algorithm builder in Wave59, take a look at those. I have one hive that I built a...
by sbank
Mon Feb 20, 2023 5:15 pm
Forum: Mechanical Systems
Topic: ChatGPT
Replies: 9
Views: 25789

Re: ChatGPT

I have watched a couple YouTubers using ChatGPT to construct systems. Most seem to just be some over-fit backtest that I would not trust. One guy I follow (and disclaimer, I took his course a couple years back), has a nice Tradestation video w/ChatGPT. It is easy enough to convert to QScript. (Give ...
by sbank
Wed Jan 04, 2023 5:46 pm
Forum: Software
Topic: Unable to connect
Replies: 12
Views: 74693

Re: Unable to connect

I see the same problem with any version greater than 9.x of TWS. (I use DTN IQfeed for my data so I haven't been forced to upgrade yet...)