Search the web
Sign In
New User? Sign Up
amibroker · AmiBroker User's List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 112442 - 112471 of 126300   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
112442
Thank you all for your help. I decided to go with jrswindle's database. ... update data looks like it is still working. Ron D ... AmiQuote ... If it ... Jim ...
jocinet
Offline Send Email
Jul 1, 2007
10:40 am
112443
I put together an EOD stock quote downloader that I'm offering for free. It has some nifty features like being able to keep your indices security lists...
David Piatek
portfoliotk
Offline Send Email
Jul 1, 2007
10:43 am
112444
It work If you Change to return Hlow; } Start = SelectedValue(BarIndex()); Price=ValueWhen(BarIndex()==start,L,1); Test=HigherLow(Start,Price); ...
wongloktim
Offline Send Email
Jul 1, 2007
12:07 pm
112445
Frys LG L246WP L246-WP 24-in. Widescreen LCD Monitor. 1000:1 contrast, 1920x1200 resolution, 8ms response time $649.95 6/29/2007 - 7/3/2007 Price after $50...
jim_trades_stocks
jim_trades_s...
Offline Send Email
Jul 1, 2007
4:01 pm
112446
Interesting! question ... where do you obtain the free data to download?? I am currently using a combination of EODData and Yahoo. Yahoo loads directly in AB...
areehoi
Offline Send Email
Jul 1, 2007
4:31 pm
112447
hi David, this looks good software to me.But how to use this for other markets for eg I want to use this for Indian Markets. and How to edit the list. If u...
vikas soni
sonivikas_16
Offline Send Email
Jul 1, 2007
4:44 pm
112448
Hello David, I downloaded the program. It seems very good to me. I'm from the Netherlands and looking forward for European Markets, such as AEX, AMX, DAX and...
J.H.
sjaak1943
Offline Send Email
Jul 1, 2007
5:04 pm
112449
Currently the data comes from Yahoo and downloads as ascii .csv file. Then I just use Amibroker's wizard to import the columns correctly. As for the questions...
David Piatek
portfoliotk
Offline Send Email
Jul 1, 2007
5:45 pm
112450
Thanks, David For those looking for free downloads that cover a variety of markets I can't speak too highly of MLDownloader. It downloads most foreign ...
ken.thorland
Offline Send Email
Jul 1, 2007
9:21 pm
112451
Could someone tell me what the Interactive Broker symbols are for VIX, TRTIN or TRINQ, advancing issues and volume and declining issues and volume are. Thanks,...
Barry Scarborough
razzbarry12000
Offline Send Email
Jul 1, 2007
10:16 pm
112452
During backtests, I would like to always set the selected symbol to a known symbol, such as !SPX. Is there an easy way to do this from within AFL? I looked at...
Ara Kaloustian
Akaloustian
Offline Send Email
Jul 2, 2007
12:41 am
112453
I am using a Samsung SyncMaster 214T (1600x1200) together with a SyncMaster 740BX (17" 1024x1280) in vertical mode. They match pretty well. The extra 80 pixels...
J. Biran
jbiran
Offline Send Email
Jul 2, 2007
2:35 am
112454
How can I write an Industry ATC composite formed only by the positive EPS stocks? -create Industries with ATC formula but if stock has EPS<=0.01 don't add it...
ax_ray2222
Offline Send Email
Jul 2, 2007
5:20 am
112455
if (EPS > 0.1) { AddToComposite(EPS,"~IndEPS","C",7); etc. } ... From: "ax_ray2222" <ax_ray2222@...> To: <amibroker@yahoogroups.com> Sent: Sunday, July...
Ara Kaloustian
Akaloustian
Offline Send Email
Jul 2, 2007
6:02 am
112456
Ray, You are missing the point. If you only pull data that has positive value then by default you are eliminating all the stocks that Yahoo doesn't give EPS...
Don Lindberg
lindbergdon
Offline Send Email
Jul 2, 2007
6:28 am
112457
Graham Thanks for the reply. You were right ...it was a limitation on daily volume. Cheers, Hugh From: amibroker@yahoogroups.com...
Hugh Andersen
huandy631
Offline Send Email
Jul 2, 2007
6:30 am
112458
hi, Can ne one help me out. I have attached an afl code called "RMO". Well when i explorer on intraday it didn't select ne stock but on EOD it works fine. Can ...
kailash pareek
johnnypareek
Offline Send Email
Jul 2, 2007
12:39 pm
112459
hi, Can ne one help me out. I have attached an afl code called "RMO". Well when i explorer on intraday it didn't select ne stock but on EOD it works fine. Can ...
kailash pareek
johnnypareek
Offline Send Email
Jul 2, 2007
12:39 pm
112460
Could it possibly be this: RMO= EMA(SwingTrd1, 81); this would be my first guess....you are smoothing the swingtrd1 by 81 periods... Anthony ... From: kailash...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Jul 2, 2007
12:59 pm
112461
Hi, In the Custom Backtester, I need to run a nested loop to examine all signals in comparison to a given signal, and have tried the following code to...
david.weilmuenster
david.weilmu...
Offline Send Email
Jul 2, 2007
3:18 pm
112462
I have two intraday data feeds, one from Scottrade via QuoteTracker plugin and the other using the InteractiveBroker plugin. Can I run both instances of AB at...
Barry Scarborough
razzbarry12000
Offline Send Email
Jul 2, 2007
3:23 pm
112463
Dont understand your structure. The general format is: for (i=start; i<upper limit; i++) You are doing something right since the inner loop works, but I...
Ara Kaloustian
Akaloustian
Offline Send Email
Jul 2, 2007
4:34 pm
112464
hi, it seems to be possible. I ran this code on top of some backtest. The results in the AA window show that both loops are used. If you want to change a...
Edward Pottasch
ed2000nl
Offline Send Email
Jul 2, 2007
5:30 pm
112465
Q: can I quickly delete all quotes (several days of 1-minute intraday) of all symbols without deleting the symbols? Thanks. -treliff...
treliff
Offline Send Email
Jul 2, 2007
6:06 pm
112466
Ed, Unfortunately, I cannot re-create your results here. I used a very simple backtest, and copied your code verbatim, but the outer loop still executes only...
david.weilmuenster
david.weilmu...
Offline Send Email
Jul 2, 2007
6:41 pm
112467
Hi, I am new to Amibroker and trying to figure out how to generate text labels on a chart that are plotted directly above or below each price bar that is...
pcmoxon
Offline Send Email
Jul 2, 2007
7:06 pm
112468
I don't see plugins IQFeed and TC2K at the dialog Tools / Plug-in. Why ? Files D:\Program-files\Amibroker\Plugins\IQFeed.dll and...
biglars2
Offline Send Email
Jul 2, 2007
7:06 pm
112469
I am starting to take a greater interest in volume for trading decisions. Would appreciate feedback from anyone experienced with the use of volume, both for...
Ara
Akaloustian
Offline Send Email
Jul 2, 2007
7:07 pm
112470
How can I add up how many stocks I trade that have an AVG 60-Day volume over 500,000 shares and how many are under 500,000 shares when running backtester? Any...
egregory99
Offline Send Email
Jul 2, 2007
7:07 pm
112471
I have recently started to use Amibroker. I have recently had a problem when updating my data files. I got a message 7 files are corrupt. I have sent these off...
aussiejhv
Offline Send Email
Jul 2, 2007
7:07 pm
Messages 112442 - 112471 of 126300   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help