Search found 15 matches

by kjociii
Wed Nov 29, 2023 1:58 pm
Forum: QScript
Topic: Accessing drawing components via QScript
Replies: 2
Views: 7098

Re: Accessing drawing components via QScript

Hi Sbank, As far as I know, there is no way to get information from the trendline tool or other built-in drawing tools into QScript. The way around this for your example is to create a trendline QScript indicator with two hotspots. You would click the two hotspots, draw the line and then all the inf...
by kjociii
Sat Dec 24, 2022 12:31 pm
Forum: General
Topic: Data formats that work with W59
Replies: 1
Views: 5198

Re: Data formats that work with W59

Yes, Pinnacle Data EOD data works with W59. I haven't used it in a few years and although the Pinnacle program is a bit clunky, I found the data very reliable.

Kenn
by kjociii
Wed Nov 16, 2022 2:24 pm
Forum: Software
Topic: File corrupted? can t access
Replies: 2
Views: 5605

Re: File corrupted? can t access

The chart file is a text file, so you can edit it manually. When a chart hangs on loading, it often is a problem with an indicator. If it's an indicator that's causing the issue, you can delete that section of the chart file and see if it opens. Just make a backup of the file in Windows Explorer in ...
by kjociii
Wed Mar 11, 2020 8:21 pm
Forum: Tools and Techniques
Topic: GCST
Replies: 27
Views: 43908

Re: GCST

Hi Joe, Thanks for your reply; I figured there was a well thought out reason for the numbers you used. If you're interested in alternative treatments for your kidney stones, I would highly recommend seeking out a Doctor of Oriental Medicine. They are tough to get rid of, but a combination of acupunc...
by kjociii
Fri Feb 28, 2020 6:49 pm
Forum: Tools and Techniques
Topic: GCST
Replies: 27
Views: 43908

Re: GCST

Hi Joe, It looks like you are using 18° for your longitudinal separation. That’s something that I haven’t seen often. Is it attuned to this market, or is there something specific that you like? Also, the chart seems to alternate between the visible and hidden faces of the torus. Is that knowable in ...
by kjociii
Tue Sep 10, 2019 6:32 pm
Forum: General
Topic: Does anyone have a phone number for Earik???
Replies: 1
Views: 9007

Re: Does anyone have a phone number for Earik???

I don't know if this is still a good number, but this is one they were using years ago. 303-494-7613

Kenn
by kjociii
Sun May 13, 2018 5:24 pm
Forum: QScript
Topic: What can change barsback? [solved]
Replies: 2
Views: 13676

Re: What can change barback?

Hi Sbank, W59 will update barsback on the fly to whatever the maximum barsback it needs to make the calculations. Take a look at any offsets you have in your code (ie close[xxx]) and you should be able to find a place where the reference can go back farther than 50 bars. A way to debug this is to ch...
by kjociii
Sun Apr 08, 2018 3:12 pm
Forum: Software
Topic: Issues with Yahoo
Replies: 4
Views: 11506

Re: Issues with Yahoo

You can always write an Easylanguage script to output Tradestation data to an ASCII file and then read it into W59.

Kenn
by kjociii
Tue Jan 30, 2018 1:11 am
Forum: QScript
Topic: Sharing results between Qscripts? [Semi-Solved]
Replies: 5
Views: 12800

Re: Sharing results between Qscripts?

Hi Sbank, Throwing out an idea here but you would have to try it out to see if it would work. This won't work for historical data but I believe it will work in real-time. 30 Min chart: Use the file_exists to check if file1 exists and if so, the 10min chart is still using it. Only write to this file ...
by kjociii
Fri Oct 20, 2017 8:40 pm
Forum: Software
Topic: Off line data IQFeed
Replies: 5
Views: 11409

Re: Off line data IQFeed

Here is a simple script that will create an ASCII file out of the data you have on your chart. Load your chart when you are online, place this script on the chart and change the filename input to whatever you want. It will create an ASCII file that you can then set up in the Data Manager to use it o...