PureBytes Links
Trading Reference Links
|
As I watch my AthensSE realtime, I have pasted in amibroker IB the
SetForeign("^FTSE");
Plot(C,"\n\n\n\n\nFTSE"+WriteIf(ROC(C,1)>0,EncodeColor
(colorBrightGreen),EncodeColor(colorDarkRed))+" ["+WriteVal(ROC(C,1))
+" %]",22,64);
SetForeign("^GDAXI");
Plot(C,"\n\nDAX"+WriteIf(ROC(C,1)>0,EncodeColor
(colorBrightGreen),EncodeColor(colorDarkRed))+" ["+WriteVal(ROC(C,1))
+" %]",1,64);
SetForeign("^FCHI");
Plot(C,"\n\nCAC"+WriteIf(ROC(C,1)>0,EncodeColor
(colorBrightGreen),EncodeColor(colorDarkRed))+" ["+WriteVal(ROC(C,1))
+" %]",19,64);
Then, Tools->Auto-update->YHOO current->Run every 1min
This is a simple way to have the main European Indices without delay
in a small window on my screen.
It is free, but the colors are still red...
[DAX became positive at 11:29, the code works...]
Dimitris Tsokakis
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|