Search found 15 matches

by kurthulse
Fri Mar 12, 2021 12:32 am
Forum: QScript
Topic: customized input screens?
Replies: 1
Views: 7644

customized input screens?

Hi, how can I create customized input screens for scripts? I.e. screens with check-boxes, color selectors, pull-downs, etc.?
by kurthulse
Sat Mar 06, 2021 11:54 pm
Forum: Software
Topic: Request for Earik
Replies: 8
Views: 7882

Re: Request for Earik

Yes, having bars on sub-minute time frames would be useful in my intraday trading too. If I could add to the discussion, it would also be very helpful to be able to pass variables from one script to another without having to write them to a file. The process of writing, reading and parsing the files...
by kurthulse
Sat Oct 20, 2018 6:20 pm
Forum: QScript
Topic: Kurt just wrote an Elliot Wave script!
Replies: 2
Views: 14782

Re: Kurt just wrote an Elliot Wave script!

Thanks for posting, Earik. But just to make sure everybody knows -- these are only drawing tools that assign Elliott wave labels to bars. They make it easy to revise a count or switch between alternatives, but they don't count the waves for you. The latter idea might be possible, but it would be a m...
by kurthulse
Sun Jul 08, 2018 9:43 pm
Forum: Software
Topic: Problem with screen capture
Replies: 6
Views: 10027

Re: Problem with screen capture

Thanks for that idea, sbank. Running as an admin didn't help. What did help was reducing the number of charts in my workspace, so perhaps it is a memory issue.
by kurthulse
Sun Jul 08, 2018 3:26 am
Forum: Software
Topic: Problem with screen capture
Replies: 6
Views: 10027

Problem with screen capture

I'm wondering if anybody else is experiencing trouble saving chart images to file. When I try, I get the typical navigation window, but the system takes a very long time before it will allow me to navigate my way to the folder where I want to save the image. Often it won't let me open a folder or ev...
by kurthulse
Sat Jun 16, 2018 12:11 am
Forum: QScript
Topic: Troubleshooting a problem with plots
Replies: 1
Views: 13065

Troubleshooting a problem with plots

I'm hoping someone (Earik?) can help me understand what's going wrong here. The following example script results in a line plotted only after barnumber = 9000. Nothing gets plotted before that bar. That doesn't seem right. Why does the calculation of vRSI (which is never plotted) affect whether a di...
by kurthulse
Sat Jun 24, 2017 6:57 pm
Forum: QScript
Topic: 2 min 19 sec. bar
Replies: 1
Views: 8402

Re: 2 min 19 sec. bar

Hi neo777, I don't believe the data collection mechanisms that are currently available for Wave59 allow us to look at time increments smaller than one minute. A potential workaround might involve using the function that reads the seconds from your own computer's clock, in order to monitor the price ...
by kurthulse
Sun Jun 11, 2017 5:10 pm
Forum: QScript
Topic: CCI indicator with divergence detection
Replies: 2
Views: 5196

Re: CCI indicator with divergence detection

Hi rlygangesh, I'll try to look into that type of modification soon, perhaps a bit later this week. The divergences are not sufficient to use as trading signals in isolation. You need to have a set of other conditions in mind that you would want to see in conjunction with the divergences. For exampl...
by kurthulse
Wed Jun 07, 2017 5:31 pm
Forum: QScript
Topic: CCI indicator with divergence detection
Replies: 2
Views: 5196

CCI indicator with divergence detection

I've been experimenting with a combination of the CCI momentum indicator, adaptive zones, and a divergence detection routine. Pretty happy with the results. I uploaded the script to the library.
2017-06-07_cci_divergence_2.png
2017-06-07_cci_divergence_2.png (21.5 KiB) Viewed 5196 times
by kurthulse
Sun Jan 03, 2016 4:07 pm
Forum: Tools and Techniques
Topic: Genetic algorithm for intraday trading
Replies: 5
Views: 8829

Re: Genetic algorithm for intraday trading

The structure of trading setups in this system The evolution program breeds trading setups. In keeping with the biological metaphor, I have taken to calling individual trading setups cells . A cell is characterized by a collection of trading rules based on the indicators described in the previous p...