Search found 470 matches

by earik
Mon Sep 09, 2024 1:04 am
Forum: Software
Topic: Interactive Brokers live feed
Replies: 1
Views: 2009

Re: Interactive Brokers live feed

Supported is a strong word when it comes to that feed. LOL. But yes, it should still work. You might need to run the SpreadIB utility (free on this board, thanks to Feierabend) to get it working right though.
by earik
Mon Sep 09, 2024 1:03 am
Forum: Software
Topic: 3 extra settings LvT composite
Replies: 2
Views: 2168

Re: 3 extra settings LvT composite

I actually can't remember what those are, except I think 2 of them are from gfish's research. There aren't any extra switches to throw on my end to activate them though. Lars is probably the guy to reach out to about that.
by earik
Tue May 21, 2024 10:37 pm
Forum: Off Topic
Topic: Cryptocurrencies
Replies: 2
Views: 10951

Re: Cryptocurrencies

Check out the Tulip Bulb mania from back in the 1600's. That's what we've got now, with the difference that a tulip bulb has a much higher intrinsic value than a bitcoin does. ;)
by earik
Tue Mar 12, 2024 7:07 pm
Forum: Markets
Topic: Progressed Time
Replies: 34
Views: 79500

Re: Progressed Time

I did zip it all up and save it, intending to figure out how to shoehorn it into the new board. So 15 years in and I'm still like, dang, that looks really really hard. So I guess this is all technically still within the realm of possibility...
by earik
Tue Mar 12, 2024 7:04 pm
Forum: QScript
Topic: Indicator and Drawing Object placement Right of Bar[0]
Replies: 2
Views: 11647

Re: Indicator and Drawing Object placement Right of Bar[0]

Hi rlite,

Depends on the tool. If it's a script, it won't know to run into the future, so you have to detect it in your code and do it all at an older bar in time. If you have an example to post, I can help figure out what's up...

Earik
by earik
Tue Mar 12, 2024 7:02 pm
Forum: QScript
Topic: Indicator Divide by Zero error for Intraday chart
Replies: 8
Views: 10536

Re: Indicator Divide by Zero error for Intraday chart

Also double check your reference bars setting in your script. That needs to be how many bars to reserve for history so the script can access past data. If you are running a 20-period average, you'd set it to 20 or larger. Weird stuff can happen if you set it to something smaller than you need. W59 h...
by earik
Tue Mar 12, 2024 6:58 pm
Forum: Software
Topic: Indicators print additional day after the close
Replies: 6
Views: 11861

Re: Indicators print additional day after the close

On an intraday chart, the way W59 knows that a bar has closed is when a timestamp shows up in the next bar (basically the next open comes in). Then W59 says "ok, great, let's close out that bar and move on". So you get all your signals, etc, etc. On a daily chart, that's actually a lot trickier, bec...
by earik
Mon Jan 08, 2024 9:59 pm
Forum: General
Topic: Almost forgot ...
Replies: 1
Views: 13134

Re: Almost forgot ...

Thanks, Todd. Happy New Year to you too! :D
by earik
Fri Nov 10, 2023 8:23 pm
Forum: Mechanical Systems
Topic: The most robust system
Replies: 4
Views: 26817

Re: The most robust system

Nice systems, gang!

I do have a few hives that are still chugging along. Those sort of rebuild themselves as they go, which definitely makes them more robust. I hadn't checked the genetic USM systems on Gold though - that's very cool. :D

Earik
by earik
Fri Nov 10, 2023 8:20 pm
Forum: General
Topic: How to get csv data into W59
Replies: 1
Views: 14072

Re: How to get csv data into W59

See your other post - example there.

E