Search found 470 matches

by earik
Wed Mar 10, 2021 6:10 pm
Forum: Markets
Topic: FOREX FORECAST
Replies: 252
Views: 810573

Re: FOREX FORECAST

Lookin' good, dirk. :mrgreen:
by earik
Wed Mar 10, 2021 6:09 pm
Forum: QScript
Topic: Warning Message
Replies: 1
Views: 12281

Re: Warning Message

I'd go with No with built-in scripts. I'd only do Yes with custom functions that are being upgraded.

Earik
by earik
Wed Mar 10, 2021 6:06 pm
Forum: QScript
Topic: Coding the Moxie indicator for Wave59, help appreciated...
Replies: 1
Views: 12875

Re: Coding the Moxie indicator for Wave59, help appreciated...

Hi Julian, A feature that never quite made it into W59 was calling up data sets with different time compressions, etc. So you have to compute the longer time frame by using the bars you already have. However, this can actually be a very easy thing to do if the time frames fit into each other. For ex...
by earik
Mon Jan 25, 2021 7:34 pm
Forum: General
Topic: Data
Replies: 4
Views: 16501

Re: Data

Historical data is great, and you definitely need to work with it to come up with rules. But the human brain is pretty clever, and what you'll find if you are working with anything other than automated systems is that you'll begin to basically memorize the data. As you move forward through the data ...
by earik
Thu Jan 14, 2021 7:44 pm
Forum: Tools and Techniques
Topic: exbars and 59 count interact
Replies: 5
Views: 35377

Re: exbars and 59 count interact

Hi Nagib, Unfortunately, idealbb went out of business, and when our old server started having trouble, there was no way to move it to this new one. So the old forum is gone. I do have the databases saved, but if I haven't figured out how to stuff those old posts into this new board by now, I'm think...
by earik
Thu Jan 07, 2021 6:47 pm
Forum: General
Topic: Is there a Dark Theme in w59's future?
Replies: 10
Views: 35808

Re: Is there a Dark Theme in w59's future?

Hi blade, The code actually allows for this already, I just never went so far as to set up choices and sort of forced everyone onto a particular scheme. Definitely doable! Back when I started out, I thought it would be cool to have a white background on the charts. You can see that in all those real...
by earik
Wed Dec 23, 2020 4:00 am
Forum: Tools and Techniques
Topic: exbars and 59 count interact
Replies: 5
Views: 35377

Re: exbars and 59 count interact

Hi Nagib,

Is this what you're looking for: http://www.wave59.com/library/scriptdetail.asp?id=21

Regards,

Earik
by earik
Sat Dec 12, 2020 5:16 pm
Forum: General
Topic: Data
Replies: 4
Views: 16501

Re: Data

IQFeed can do it. If you go the delayed route, you don't have to pay exchange fees, so can track all of those things on a 20min delay.

Earik
by earik
Thu Dec 03, 2020 7:36 pm
Forum: Software
Topic: How to add Lines to RSI
Replies: 2
Views: 4432

Re: How to add Lines to RSI

Hi Rlite4, Yeah, you can add plot statements to the script. So here's what the RSI indicator looks like if you open it up in the script editor: input:price(close),length(14),overbought(70),oversold(30), color(red),zonecolor(blue),thickness(1); plot1=rsi(price,length); color1=color; plot2=oversold; p...
by earik
Wed Nov 11, 2020 6:30 pm
Forum: Tools and Techniques
Topic: Penrose Tiling
Replies: 12
Views: 27688

Re: Penrose Tiling

LOL. I guess we need to set up some pollsters to try and figure out when the pattern will flip from red to blue. ;) One of the coolest things I ever found (years ago) was a 3-4 month stretch where every single turn was connected to an ephemeris through volume of all things. I remember sitting back a...