Search found 473 matches

by earik
Thu Apr 17, 2025 9:05 pm
Forum: Software
Topic: Intraday Polarity chart
Replies: 2
Views: 46178

Re: Intraday Polarity chart

Different natal date, different results. I've always used the open for that one, but obv. that's just one possibility...
by earik
Thu Apr 17, 2025 9:02 pm
Forum: Software
Topic: INDIAN DATA REAL TIME NOT WORKING PROPERLY
Replies: 1
Views: 2215

Re: INDIAN DATA REAL TIME NOT WORKING PROPERLY

I don't remember any emails about this... But there aren't a whole lot of people on GFDL, so stuff can go awhile before anyone mentions things. What's the issue? If you get your charts, but just don't see updates, double-check your time zone offset (file - time zone). 9 out of 10 times, it's set inc...
by earik
Fri Feb 21, 2025 11:03 pm
Forum: General
Topic: Happy Birthday, Earik!
Replies: 2
Views: 78462

Re: Happy Birthday, Earik!

Ok, took me 6-months to notice this thread. Sheesh. :? Thanks, guys. :D
by earik
Mon Sep 09, 2024 1:04 am
Forum: Software
Topic: Interactive Brokers live feed
Replies: 1
Views: 22317

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

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

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

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

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

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

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...