PureBytes Links
Trading Reference Links
|
Martin
I thought about the regression as you described it and I believe you are
looking for the slope of the regression line. This is already built in to
functions so easy enough to have. Put this into an indicator window
Sell = cross( 0, LinRegSlope(C,28) ) and ref( c>o, -1 ) ==0;
Plot(c,"",colorblack, stylebar);
Plotshapes( shapedownarrow*sell, colorred, 0, h, -10);
Now onto checking emails, just had to write this first while it was fresh.
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
-----Original Message-----
From: klal25 [mailto:lal@xxxxxxxxxx]
Sent: Thursday, July 29, 2004 5:08 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: mrmurthy-nifty
Robin,
If you're having problems with Indian stock symbols, please remember
to add ".NS" for stocks listed on the NSE (example, "INFY.NS" would be
the symbol for Infosys). If you're interested in stocks on the BSE,
you need to add ".BS" to the symbol.
And of course, for EOD data, you must specify the source of the data
on Amiquote as "Yahoo Current". Don't forget to keep Amibroker
running when you're downloading data. Finally, if you want historical
data, you just need to specify the source as "Yahoo Historical" and
specify a range of dates.
Hope this helps..
Lal
--- In amibroker@xxxxxxxxxxxxxxx, "robincrusoe0" <robincrusoe0@xxxx>
wrote:
>
> hi mrmurthy,
> i trade in indian stockmarkets-nifty and i am new to this group.
i
> have recently downloaded amibroker n amiquote but i am not able to
> download the EOD data for NSE from yahoo. The user manual also is
not
> elaborate n clear. can you please help me in this process of
getting
> the nse eod from yahoo using amiquote?
> thnking you in advance
> Robin
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|