Stock Quote Page

#1
Hello,
Does anyone have an AFL to set up a stock quote page similar to what other software packages have like Ensign, NinjaTrader etc? If you are using realtime data in AB then AB has it and it is very useful for keeping track of multiple stocks.
The quote page I'm speaking about has the last trade, hi/lo on it plus close etc.
My data is the 15minute delayed but I would still like to have the quote page. If anyone has an AFL to set it up or know where I can get one please let me know. Thank you.

Tim
 

KelvinHand

Well-Known Member
#2
Hello,
Does anyone have an AFL to set up a stock quote page similar to what other software packages have like Ensign, NinjaTrader etc? If you are using realtime data in AB then AB has it and it is very useful for keeping track of multiple stocks.
The quote page I'm speaking about has the last trade, hi/lo on it plus close etc.
My data is the 15minute delayed but I would still like to have the quote page. If anyone has an AFL to set it up or know where I can get one please let me know. Thank you.

Tim
Goto "Window" Menu, Select "Realtime Qoute". your wish will be granted
 

amitrandive

Well-Known Member
#3
Hello,
Does anyone have an AFL to set up a stock quote page similar to what other software packages have like Ensign, NinjaTrader etc? If you are using realtime data in AB then AB has it and it is very useful for keeping track of multiple stocks.
The quote page I'm speaking about has the last trade, hi/lo on it plus close etc.
My data is the 15minute delayed but I would still like to have the quote page. If anyone has an AFL to set it up or know where I can get one please let me know. Thank you.

Tim
If you are referring a HeatMap,here is the link
http://www.amibroker.com/library/detail.php?id=1213
:thumb:
 

trash

Well-Known Member
#6
As been told on AB forum it is possible to reload imported Ascii file quotes via OLE similar to realtime quotes window by using/adjusting example code in Amiquote readme file and in addition saving Exploration project file (apx extension) and adding OLE code for loading that file (see manual about AmiBroker object model) to the same script file that auto downloads and imports via Amiquote. Then you can load that overall OLE automation file via task scheduler to run in seconds or minutes interval.

You also have to ensure to just open one analysis tab via OLE or rather keeping existing opened to avoid opening multiple tabs.

In the end it will look like this in analysis.



Alternatively you can reload auto-exported html in Firefox via Reloadevery extension. See

 

Similar threads