Search found 174 matches

by sbank
Fri Jan 26, 2018 8:16 pm
Forum: QScript
Topic: Sharing results between Qscripts? [Semi-Solved]
Replies: 5
Views: 13187

Re: Sharing results between Qscripts?

Thanks Earik for the response. Would going down the DLL path help me at all? (I haven't really had a chance to look at that example DLL, but it might be easiest for me in the long run to just start writing everything in C. But then I would still have to figure out the backtests.... But I guess that ...
by sbank
Thu Jan 25, 2018 10:19 pm
Forum: QScript
Topic: Sharing results between Qscripts? [Semi-Solved]
Replies: 5
Views: 13187

Sharing results between Qscripts? [Semi-Solved]

Hi All, I have two questions around the feasibility of sharing the results from one Qscript in one chart so that another (and different) Qscript from another chart. My two questions are really around 1) how to do this especially w.r.t locking/reading/writing. and 2) how does one use a system test to...
by sbank
Wed Dec 20, 2017 1:44 pm
Forum: QScript
Topic: Planet Rise Harmonic Index
Replies: 2
Views: 9548

Re: Planet Rise Harmonic Index

I wouldn't mind if it got bumped up a bit on that TODO list of yours. :)

(Also would there be an Aether correction flag as well?)
by sbank
Tue Dec 19, 2017 2:44 pm
Forum: QScript
Topic: Planet Rise Harmonic Index
Replies: 2
Views: 9548

Planet Rise Harmonic Index

Is there a mechanism in QScript to get access to the Planet Rise Harmonic Index data? I see there is a astro_riseset() function, but not sure if that is what I need. (I have an idea to improve the Buttonwood mechanical intraday script that we all worked on a couple years back. I am seeing the tenden...
by sbank
Sat Nov 11, 2017 4:00 am
Forum: QScript
Topic: error message???
Replies: 2
Views: 8835

Re: error message???

Would it be possible to copy-n-paste some snippets of the final QScript code? That might be easiest to help troubleshoot. Sounds like the array that is being created (defined) might be sized wrong. Or the actual code that is using the array is not using brackets '[]' properly. if the array is only o...
by sbank
Tue Sep 05, 2017 1:18 pm
Forum: Markets
Topic: Question on Market Holidays
Replies: 1
Views: 9223

Question on Market Holidays

Hi All, For those that trade the /ES, how do you handle these market half-day holidays? For example, today is Tuesday, Sept. 5th. Yesterday was Labor Day here in the US. The market closed at 1pm (ET), so there was only around half the day of price data. Do you just treat the entire Monday as a holid...
by sbank
Tue Aug 29, 2017 2:31 pm
Forum: QScript
Topic: Add our own icons? [solved]
Replies: 2
Views: 8533

Re: Add our own icons?

Excellent! Thanks for the help. All the times I use those tools, I never once noticed that arrow. :)
by sbank
Mon Aug 28, 2017 12:41 am
Forum: QScript
Topic: Add our own icons? [solved]
Replies: 2
Views: 8533

Add our own icons? [solved]

Hi, I created a simple drawing QScript which relies on hotspots. Is there a way I can add an icon to Wave59 so that I can just click the icon to run the QScript? I tried searching around the Wave59 doc and the QScript doc, but wasn't finding anything. (It is a bit tedious right now to go to technica...
by sbank
Sat Jun 10, 2017 2:15 pm
Forum: QScript
Topic: Version 2.29 and 2.30 Qscript errors
Replies: 2
Views: 8162

Version 2.29 and 2.30 Qscript errors

Hi, I have noticed that since 2.29 (not sure if it was present slightly beforehand), but when I compile known working qscripts, I get various errors complaining about the math. It seems that when a -1 is involved in the calculation, that seems to trigger the error: ERROR: Illegal math expression. (L...
by sbank
Mon Dec 21, 2015 12:01 am
Forum: Tools and Techniques
Topic: sq of 9 question
Replies: 3
Views: 5154

Re: sq of 9 question

Any hints on starting with zero or one?