Search found 467 matches

by earik
Mon Jan 16, 2017 7:24 pm
Forum: QScript
Topic: Market Structure
Replies: 1
Views: 3420

Re: Market Structure

That's what the Wave Tracker is for. Also check out Gann Swings. Does a similar thing.
Earik
by earik
Mon Jan 16, 2017 7:23 pm
Forum: General
Topic: Space Weather forecasting
Replies: 1
Views: 3707

Re: Space Weather forecasting

Years ago, I wrote a program to collect data from the ACE satellite. It sits between the Sun and Earth, and you can use it to get a lead on the space weather due in the next few minutes. I had it plotting right at the bottom of a 1min ES chart. I can say that there's definitely something to it, alth...
by earik
Sun Jan 15, 2017 6:09 pm
Forum: Mechanical Systems
Topic: Systems Workshop: "Buttonwood" E-mini daytrading system
Replies: 116
Views: 423682

Re: Systems Workshop: "Buttonwood" E-mini daytrading system

FWIW, I've lost money on the first set of trades every time I've taken a system live. Usually I go into a max drawdown right then. Happens without fail. :(

Earik
by earik
Tue Jan 03, 2017 4:26 pm
Forum: Tools and Techniques
Topic: Comparison of various Forecasting System
Replies: 5
Views: 8990

Re: Comparison of various Forecasting System

Hi rlygangesh, i think that conference dvd isn't available on wave 59 store so there are no way to know about seminar content ... are there any option to understand Aka Big Bertha fully If you haven't purchased the book to start with, a request like this isn't going to fall on very sympathetic ears....
by earik
Tue Dec 27, 2016 7:39 pm
Forum: QScript
Topic: Passing arrays into functions?
Replies: 2
Views: 3833

Re: Passing arrays into functions?

Yes, sort of. I haven't done it in a while, so I had to mess around to remind myself though. Try it like this: indicator: define array one[]; if (barnum == barsback) { push(one,1); push(one,2); push(one,3); ret=testfunc(one); } plot1=ret; function: "testfunc" input:myin; return myin[1]; So basically...
by earik
Tue Dec 27, 2016 7:31 pm
Forum: QScript
Topic: Using regex in functions?
Replies: 2
Views: 4060

Re: Using regex in functions?

The regex stuff might have a bug or two. I think I broke it a few years ago, and I have to go through to debug it. Honestly, it was low on my to-do list because I didn't think anyone ever used it (or tried using it), so congrats on that front at least. ;) Not sure why it gave that error in the funct...
by earik
Sun Dec 25, 2016 8:07 pm
Forum: Mechanical Systems
Topic: MVS with Adaptive Batch Exit and Adaptive CTS
Replies: 6
Views: 21378

Re: MVS with Adaptive Batch Exit and Adaptive CTS

Hi hjelmstade, You should be able to upload PDFs now. I didn't realize they were being blocked. This forum has way too many settings... :? Not sure what was going on with the library. You should be able to share functions between various uploads - the server doesn't do any double-checking, etc. It m...
by earik
Thu Dec 22, 2016 5:41 pm
Forum: General
Topic: Difference Between wave 59 version
Replies: 3
Views: 5067

Re: Difference Between wave 59 version

The downgrade option is there in case a new build has a bug that blows something up in a big way. It gives you a way to roll back the update to wait for a fix of whatever the issue was in the case of the new version. That's pretty rare, but I'd be lying if I said it has never happened... :oops: Rega...
by earik
Fri Dec 16, 2016 6:18 pm
Forum: Tools and Techniques
Topic: Curve Fitting With Neural Net
Replies: 2
Views: 5931

Re: Curve Fitting With Neural Net

The nets plot right at the close. That's actually not one bar behind, it's just not every single tick. This is a question I used to get a whole bunch at one time, and which forced me to add the update-every-tick option in QScript. You really don't want your indicators to be updating every tick. That...
by earik
Fri Dec 16, 2016 6:14 pm
Forum: General
Topic: Earik you are off the TUBE???
Replies: 7
Views: 8991

Re: Earik you are off the TUBE???

I can say that the NFA did have a problem with the Chicago Hive movies on Youtube. I didn't even post them, and they made me track down the owners and ask them to take them off. That was fun. You can't really blame the NFA though - they're just doing their jobs and trying to uphold all the regulatio...