Search found 174 matches

by sbank
Tue Jul 05, 2022 9:17 pm
Forum: Software
Topic: Trading Off Charts feature inoperable
Replies: 4
Views: 4128

Re: Trading Off Charts feature inoperable

I am able to trade off the chart. I did it last week during some of the contract rollover stuff that happened. I no longer use IB gateway, I am back to using TWS. And I use the latest TWS, but the 9.x version. I believe I had problems with 10.x TWS at one point, and didn't feel like troubleshooting....
by sbank
Mon May 16, 2022 1:21 pm
Forum: Tools and Techniques
Topic: Where's Erik and do you remember this tool?
Replies: 4
Views: 7790

Re: Where's Erik and do you remember this tool?

I have a tool called ZigZag in my list of indicators. Not sure where I got it from, (Maybe like Joe said from the indicator library), but here is the code in case you can't find it: # if use_percent is true, will look for percent change # if use_percent is false, will look for a specific point drop ...
by sbank
Fri Apr 08, 2022 3:39 pm
Forum: General
Topic: Intraday Data entry in W59
Replies: 1
Views: 6655

Re: Intraday Data entry in W59

What do you mean by load?

I have been using DTN IQFeed for a couple years now, and I can go back to more than 6 months of intraday data.
by sbank
Fri Mar 18, 2022 1:13 pm
Forum: Markets
Topic: Looking fgor a W59 Forex Mentor
Replies: 3
Views: 6564

Re: Looking fgor a W59 Forex Mentor

Joe has a really good response. (Especially around posting your work) Before Wave59 I used Motivewave, and traded forex w/elliot waves. Very well could be me, but it was very unreliable. I wanted to trade full time. So, to trade full time, I need to make sure I make enough to pay the bills. I don't ...
by sbank
Fri Mar 04, 2022 2:16 pm
Forum: General
Topic: E-Signal data
Replies: 3
Views: 7318

Re: E-Signal data

This is what I see under the available data feeds setting:
Screenshot 2022-03-04 091446.png
Screenshot 2022-03-04 091446.png (81.06 KiB) Viewed 7055 times
Maybe the first one will give you want you need? (Not sure about intraday vs. daily but should be easy enough to test).
by sbank
Wed Jan 05, 2022 2:26 pm
Forum: QScript
Topic: Declinations Script Error
Replies: 3
Views: 7235

Re: Declinations Script Error

Looked at the indicator. Didn't test it. But was able to make it compile. You mainly just had minor typos in the code. Here is the cleaned up version: input:ahead(60),color(blue),thickness(1),show_midline(true),show_middots(true),midptcolor(red),midstyle(ps_dot),midline_thick(1); if (barnum==barsbac...
by sbank
Wed Jan 05, 2022 2:13 pm
Forum: QScript
Topic: Declinations Script Error
Replies: 3
Views: 7235

Re: Declinations Script Error

Looking at this now. I noticed in your function on the mars line, you are missing a comma. That is the cause of the invalid number of arguments error.

Looking at the indicator now...
by sbank
Tue Nov 23, 2021 2:51 pm
Forum: QScript
Topic: Qscript Vertical trendlines
Replies: 4
Views: 7841

Re: Qscript Vertical trendlines

Check out this sample code. Seems to work on a basic 10 minute chart. It should get you started. I did not add any arguments, or colors or styles, but that should be easy. Also not sure about my syntax for the trendlines, as I rarely use them. But it looked good on my screen... :) # Grab the two hot...
by sbank
Mon Oct 11, 2021 1:30 pm
Forum: Software
Topic: Decimal Placement/Format
Replies: 2
Views: 3211

Re: Decimal Placement/Format

What symbol do you use? I tried to reproduce on my end, and it looks fine:
2021-10-11 (2).png
2021-10-11 (2).png (15.28 KiB) Viewed 3184 times
Under 'Options -> Decimals' I have it set to 2.
by sbank
Tue Oct 05, 2021 8:19 pm
Forum: Software
Topic: 2.42 just went out
Replies: 2
Views: 4206

Re: 2.42 just went out

Hi Earik,

With the 2.41 and the 2.42 releases, I am not seeing the ib_account_over_time.txt get updated.

Is this due to me running older versions of IB Gateway? (I saw in the release notes that there are some IB changes, so not sure if the file not getting updated is expected behavior.)