Articles in the Amibroker Category
Watch the Video in Youtube
Iam really bored with the market move. Its usually boring when the market is moving in a sideways
fashion. How about trying a funny thing?
Iam just presenting the NMA Buy/Sell Signal Bar Replay video taken from the Amibroker software. Its quite funny to use the Bar Replay future in Amibroker. Here i choosed NMA Daily Charts for Nifty with a Bar Replay video starting from 1-Jan-2008 to 17-Jan-2010. NMA Parameters, K Factor set to 2 and ATR set to 20.
To use the Bar Replay Feature in Amibroker
1)Open …
Download NSE IEOD database for Amibroker for the starting 01 March 2009 to 31st Dec 2009
File Size : 149 MB
Steps to Setup the IEOD database1) Download the database from the above mentioned link2)Extract the Zip file and Save it to the folder c:\Program Files\Amibroker\3)Open Amibroker4)Select Open Database from the Menu Bar5)Select the InvestBullsDB Folder from the folder c:\Program Files\Amibroker\
Bingo you are done!
One can further update the day to day IEOD Database from http://investbulls.com/download.php?list.40
requires registration with investbulls prior to download the IEOD files
This video could be helpful to you …
Download Complete EOD database for Amibroker for the starting of NSE upto 31st Dec 2009
Steps to Setup the EOD database
1) Download the database from the above mentioned link
2)Extract the Zip file and Save it to the folder c:\Program Files\Amibroker\
3)Open Amibroker
4)Select Open Database from the Menu Bar
5)Select the NSE EOD Folder from the folder c:\Program Files\Amibroker\
Bingo you are done
One can further update the day to day EOD Database from http://livenifty.com/downloads-eod.html
Source:
www.marketcalls.in
Here the Idea is to design a basic 5 EMA(High-Low) system which could produce
Buy/Sell Signals whenever the candle crosses the 5 EMA(High/Low) lines
i.e A Buy Signal should produced when it crosses and closes above 5 EMA(High) line
and a Sell Signal should produced when it crosses and closes below 5 EMA(low) line
Buy = Cross(Close,EMA(High,5));Sell = Cross(EMA(Low,5),Close);
Amibroker’s AFL code had been designed to implement this system with Green Arrows in
the charts indicating Buy Signal and the Red downward arrows indicating sell signal
PlotShapes(IIf(Sell==1, shapeDownArrow, shapeNone), colorRed, 0,High, Offset=-20);PlotShapes(IIf(Buy==1, shapeUpArrow , shapeNone), colorGreen, 0,Low, …
Here is a simple video to demonstrate how to build an IEOD(intraday EOD Charts) NSE databasefor your Amibroker.
Watch the video in Youtube
Will Explore more…..
Source:
www.marketcalls.in
Here is an interesting light weight software(86.6kb) from volumedigger named My Quotes. This light weight software utility could be used to update your amibroker software in realtime tick data from Yahoo Finance at free of cost. Now thats sounds totally amazing!
How you could make it?
1) Download Myquotes
2) Extract the files to your amibroker path(By default C:\>Program Files\Amibroker )
3)Open Amibroker
3) Create a new Amibroker database named YahooIntraday set the Base time interval to Tick Data
4)Open Myquotes.exe from the amibroker folder
5)Give your yahoo username and password
6)Once you logged in Now goto File from …



