PureBytes Links
Trading Reference Links
|
Hi Jchi --
High quality, low cost end-of-day data is available from several vendors. Two I recommend (I subscribe to them both) are: Quotes Plus -- http://qp2.com/joomla/index.php
Norgate Premium Data -- http://www.premiumdata.net/
Read the reference materials related to BuyPrice, SellPrice, and TradeDelays. They work in combination. The pair of statements
BuyPrice = Open; SetTradeDelays(0,x,x,x); uses the price of the open of the bar being processed.
The pair of statements BuyPrice = Open; SetTradeDelays(1,x,x,x); uses the price of the open of the bar following the bar being processed.
Thanks, Howard
On Fri, Feb 26, 2010 at 3:58 PM, jchi18 <inbox.chi@xxxxxxxxx> wrote:
1. When is the earliest I can download EOD data from Yahoo? i.e., when will today's data be available for download?
2. In the trades tab when performing automatic analysis, what does buy price mean if I set it to open? i.e., I perform a scan of my trading system and it says that a buy signal was found for 2/26/10. When it is set to buy at the open price, will amibroker get the open price of 2/26 or 2/27?
3. What is the best but reasonably priced way of getting accurate EOD data into amibroker? I understand that Yahoo is inaccurate.
Feel free to contact me at inbox.chi@xxxxxxxxx. THanks.
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|