I am wanting to set a variable style to a plot the same as I set the colour, but it does not want to recognise it. Here is the parts of the code that apply. If...
Happy New Year all!! If anyone has ^DJI data that did NOT come from Yahoo, I'd appreciate it if they would browse Yahoo's historical data and see if they find ...
Graham, See my response here: http://www.amibroker.net/boards/viewtopic.php?t=463 Best regards, Tomasz Janeczko amibroker.com ... From: Graham To: AB yahoo...
Hi Yuki, first of all, happy New Year to you, too, and to all members. Then, I also use Yahoo data, but when I need, I confront my data with those ones of...
Tomasz, thanks for that I have actually worked around it by assigning the background colour equivalent to the sections of the line I do not want to see MyColor...
Graham, Background color solution is good by empty val is better because it works always regardless of your color settings. Best regards, Tomasz Janeczko ...
Here is the code for the major line I am creating. It is a start to automatic Gann 1:1 line. I have also added the 1:2 and 2:1 on the full coding, but this...
... From: Yuki Taga To: amibroker@yahoogroups.com Sent: Wednesday, January 01, 2003 3:53 AM Subject: [amibroker] Questionable Yahoo data Happy New Year all!! ...
There's nothing questionable about Yahoo's data, it's usually just plain wrong, especially with indecies, like most EOD data vendors. For example ... Here's...
Happy New Year to all! May 2003 be a healthy and prosperous year for you! Anthony, I have been using your "guru" commentary for next day trading with some good...
Fred, There is nothing wrong with Yahoo data. The historical quotes appearing on Yahoo came from CSI which is the most recognized EOD vendor. I have no idea...
Look at Q.C.'s intraday data which is what I quickly captured for my post. You'll see that there was in fact a gap at the open and that the closing price of...
The point is that for those writing systems to trade same day at EOD, most vendors DAILY data is not correct for those purposes as the EOD prices reported in...
Fred, Regular trading does not end exactly at 16:00. This is because there are orders outstanding that were placed before 16:00 and they are recorded with...
Thomas, Thanks, I'm well aware of this fact i.e. the "settling" prices, but the fact remains that those that think they are getting real prices from EOD...
Graham, Is this what you mean?? (change at bottom of code) //Percent for peak & trough Look = 5; Highs = ValueWhen(DayOfWeek()==5,HHV(C,Look)); Lows =...
Jayson
jcasavant@...
Jan 1, 2003 5:07 pm
30573
Fred, Yuki's original question was about accuracy of Yahoo data. So I think that the point is that Yahoo data is as good as Quote.com and CSI and there is no...
Fred, You are correct, but the problem is that in real life trading even quotes fed by streaming RT source like eSignal for example do not represent...
... From: Fred <fctonetti@...> To: amibroker@yahoogroups.com Sent: Wednesday, January 01, 2003 12:00 PM Subject: [amibroker] Re: Questionable Yahoo data ...
Actually that's the same vendor with two different pollings ... ... but ... prices ... trading ... same ... time. ... simple. For my money the settled close...
... From: Fred <fctonetti@...> To: amibroker@yahoogroups.com Sent: Wednesday, January 01, 2003 12:30 PM Subject: [amibroker] Re: Questionable Yahoo data ...
... system and ... "As you note, two different intraday suppliers report 878.49 and 879.08" Dingo..What difference do these values make in an EOD System???? As...
They can and sometimes will report different numbers for the same timeframe when asked for two different times. ... depending on the time frame specified? ... ...
Dingo, I am saying no such thing ... what I am saying is why "live with" the inconsistencies between the data you are using to develop systems and the data...
Fred Tonetti
ftonetti@...
Jan 1, 2003 6:19 pm
30582
Messaged, It would be prudent to design systems for high profits and simulate slippage using commission settings. I am skeptical about all my systems and if...
Herman, I develop systems that way as well. However, before I actually trade some system I will reoptimize it with some reasonable factor in there for...
Robert, you may not have enough data points to calculate StochD for 10 days - Try increasing the number of days (bars) you are scanning. Also sometimes if you...