Search found 174 matches

by sbank
Mon Jun 18, 2018 12:14 pm
Forum: General
Topic: Range Bars (finally!)
Replies: 13
Views: 24115

Re: Range Bars (finally!)

I would also love to attend the next PUC. :)

And my vote is for tick bars to be done after the degree bars. :)
by sbank
Mon Jun 04, 2018 1:27 pm
Forum: Software
Topic: Sunrise & Sunset
Replies: 10
Views: 364734

Re: Sunrise & Sunset

When you say, doesn't work. Do you see an error? Or do you just not see anything show up on the screen? (If you see any error, please post it.) If you do not see anything on the chart, then make sure when you created the indicator, you are picking "price" and not "screen" for the indicator. 2018-06-...
by sbank
Tue May 29, 2018 3:02 pm
Forum: Software
Topic: Sunrise & Sunset
Replies: 10
Views: 364734

Re: Sunrise & Sunset

Is your local time different than Eastern Time? The astro_riseset() is returned in your local time? Looking at your link, and also using Wolfram Alpha (https://www.wolframalpha.com/input/?i=sunrise+new+york+city) I see that the rise time is set to 5:28am ET according to both sites. I am seeing astro...
by sbank
Tue May 29, 2018 1:52 pm
Forum: Software
Topic: Extended Hours on Chart
Replies: 4
Views: 7907

Re: Extended Hours on Chart

> Do I just change the start and end time of a daily session?

Yep.

Start time 0, End time 2400. (no colons). (Then you can use the Sessions tab to filter out times/days when the market may be closed.)
by sbank
Fri May 25, 2018 9:12 pm
Forum: Software
Topic: Sunrise & Sunset
Replies: 10
Views: 364734

Re: Sunrise & Sunset

Here is an example from the QScript help under astro_riseset(). If you bring up the data window (ctrl-d) you can see the value. (Probably a nicer way would be to have a vertical bar at the time. But wasn't sure if this is all you were after, or something more complicated.) # this will execute on the...
by sbank
Sun May 13, 2018 5:28 pm
Forum: QScript
Topic: What can change barsback? [solved]
Replies: 2
Views: 13764

Re: What can change barback?

Ooo. Interesting. I was about to start "REMming" out bits and bits of code to figure out if there was something causing this. I'll look at all my offsets and will reply back.

thanks!
by sbank
Sat May 12, 2018 11:52 pm
Forum: QScript
Topic: What can change barsback? [solved]
Replies: 2
Views: 13764

What can change barsback? [solved]

I am seeing a very odd problem. I may just open a support ticket, but thought I would put this out to he general population. I created a QScript, that has reference bars set to '50'. After building the script, I can confirm this is set to 50 if I bring up the .conf59 file in notepad. EG: PLOT: BARSB...
by sbank
Mon Apr 09, 2018 12:37 pm
Forum: QScript
Topic: Custom Indicator
Replies: 1
Views: 12847

Re: Custom Indicator

The plot and color (and style and thickness) needs to be in a set format. Wave59 is looking for plot1, plot2, plot3, etc. And they are used in conjunction with color1, color2, color3. (style1, style2, style3, as well.) So as an example, you can change your code to be something like this: plot1[-1*di...
by sbank
Fri Mar 30, 2018 5:05 pm
Forum: QScript
Topic: OCO Orders
Replies: 1
Views: 12513

OCO Orders

Hi All, Any trick to setting up OCO orders via QScript? I had this part of code: ib_cancelall(); mp = abs(ib_marketposition()); ref1 = IB_PlaceOrder("buy",mp,low_offset,"limit","gtc","myoco"); ref2 = IB_PlaceOrder("buy",mp,high_offset,"limit","gtc","myoco"); (The offsets have a price that was calcul...
by sbank
Mon Mar 26, 2018 6:18 pm
Forum: QScript
Topic: QScript Help question
Replies: 13
Views: 33392

Re: QScript Help question

@Earik, I saw the same. With the new QScript help file, I just see the table of content information on the side, but there is no text (or images) when I try to view anything. (I also noticed that the help file was not signed. So perhaps Windows is preventing the help file from being displayed someho...