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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 118395 - 118424 of 130634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
118395
I don't know what you're doing with the MSCI data Henk but a practical way to get the more or less same information is to use the iShares MSCI Trackers. You...
Ton Sieverding
amsiev
Offline Send Email
Jan 1, 2008
9:58 am
118396
Hi guys is there a code to check yearly performance of Stocks in database. Its similar to (quick market review) but i need to export as csv file thanks...
rashmo_70
Offline Send Email
Jan 1, 2008
12:22 pm
118397
I use the Auto-Update command in Amiquote at irregular intervals during the day to download the latest Yahoo quotes. I would like to be able to check the...
lloyd_florence
Offline Send Email
Jan 1, 2008
12:32 pm
118398
just run individual Backtests on your WatchList (or all stocks) using the built-in Buy and Hold formula (see equity folder under indicators). Set the AA range...
Herman
psytek2
Offline Send Email
Jan 1, 2008
1:34 pm
118399
Happy 2008 to everyone!! Let's say I want to only trade stocks in the top 50% under 3 different criteria ( volume , price and RSI for example) on any given...
loveyourenemynow
loveyourenem...
Offline Send Email
Jan 1, 2008
2:47 pm
118400
Try this "Performance Exploration" over your database of stocks. Sort buy column 250 for top gainers or losers. Big gainers were "FSLR,SWIM, ASTI etc. Dick H....
areehoi
Offline Send Email
Jan 1, 2008
4:48 pm
118401
Hi! The problem with Valuewhen is, in its expression I can only compare as many array I want to compare only for that array index. For example, Current...
jay_podda
Offline Send Email
Jan 1, 2008
4:57 pm
118402
Hello, ValueWhen as most AFL functions returns array. If you want single scalar you can use loop or lastvalue If you don't want loop (which is actually correct...
Tomasz Janeczko
amibroker
Offline Send Email
Jan 1, 2008
6:40 pm
118403
Hi Bill -- For this statement: somevar = CCI(parm); "somevar" will be an array with one element for every bar of the data array, the value of that element the...
Howard B
howardbandy
Offline Send Email
Jan 1, 2008
7:16 pm
118404
Hi, It give wrong results? Any Example to help Please. Regards....
Mohammed
softnews2003
Offline Send Email
Jan 1, 2008
7:26 pm
118405
Tomasz, I have tried like: RES = LastValue( Valuewhen(L <= diff[ barindex ], XM) ); But, it gives error that array subscript has to be a number. Whereas, ...
jay_podda
Offline Send Email
Jan 1, 2008
7:32 pm
118406
1. Although I use ODBC with MS-SQL I encountered the same problem, and we changed some of the coding of the plug-in itself to get rid of it. If TJ allows it...
vlanschot
Offline Send Email
Jan 1, 2008
8:18 pm
118407
Has anyone coded speed resistance lines in Amibroker ....and would be willing to share ? Thank you Anthony...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Jan 1, 2008
8:24 pm
118408
Is it possible to hard code when to trade? I know this option is available from the trades setting of the automatic analysis, but I would prefer to set it...
loveyourenemynow
loveyourenem...
Offline Send Email
Jan 1, 2008
8:39 pm
118409
thanks but the formula is showing lines of syntax error, can u pls rectify them? --- On Tue, 1/1/08, areehoi <areehoi@...> wrote: From: areehoi...
Rasheed Momoh
rashmo_70
Offline Send Email
Jan 1, 2008
9:33 pm
118410
Hello, yes, you can do this through using BuyPrice, SellPrice, ShortPrice, CoverPrice Example to buy always on open price. BuyPrice = 0pen; Example for symbol...
Thomas Z.
thomas_001us
Offline Send Email
Jan 1, 2008
9:58 pm
118411
Is it possible to hard code when to trade? I know this option is available from the trades setting of the automatic analysis, but I would prefer to set it...
loveyourenemynow
loveyourenem...
Offline Send Email
Jan 1, 2008
10:12 pm
118412
i am looking for some historical ascii data in forex and 1 minute bars. any pointers. i am looking to pickup something thatis free and has all the possible...
murthysuresh
Offline Send Email
Jan 1, 2008
10:27 pm
118413
It works fine. You have some text wrap in the formula (probably in the AddColumn's). Be sure that each line ends with a ;...
areehoi
Offline Send Email
Jan 1, 2008
10:51 pm
118414
... See this message number: Message #118341 Bill...
bilbo0211
Offline Send Email
Jan 1, 2008
11:24 pm
118415
Hello, Data is recorded in the database in 12 hour format (1AM to 12AM, and 1PM to 12PM). Can this be made to record data in 24 hour format. Can anybody ...
umrperumal
Offline Send Email
Jan 2, 2008
12:12 am
118416
... data array, ... I want parm to be an array. What I am doing is trying to 'tune' the CCI to the dominant cycle in the market. Let me give you a simplistic...
bilbo0211
Offline Send Email
Jan 2, 2008
12:16 am
118417
As part of the migration process from Wealth-Lab, I've been running some parallel backtesting. Symbol currently used is JBH(ASX) for period 01/07/2007 to...
Graham Johnson
grahamj42
Offline Send Email
Jan 2, 2008
2:53 am
118418
... thanks Bill....
murthysuresh
Offline Send Email
Jan 2, 2008
3:14 am
118419
Here is another version much like Dick's that calculates percentage changes but also colors the cells to visually help spot rotation. It may be a little too...
Duke Jones, CMT
sectorfund
Offline Send Email
Jan 2, 2008
3:16 am
118420
It probably does not make a significant difference but the original formulation of CCI used AVG rather than (H + L) / 2 Bill ... From: "bilbo0211"...
wavemechanic
wd13x6
Offline Send Email
Jan 2, 2008
3:41 am
118421
You have BuyPrice = Min(Open, Ref(vaLimitEntry, -1));, so can only assume that in this case Open is higher than the vaLimitEntry value, and thus vaLimitEntry...
Graham
kavemanperth
Offline Send Email
Jan 2, 2008
3:41 am
118422
I get this line when I back test a system which generate more than 20000 trades in about 6 years. CYDS Long (n-bar) 5/10/2001 0.11 5/10/2001 -1.#IND -1.#J%...
loveyourenemynow
loveyourenem...
Offline Send Email
Jan 2, 2008
3:45 am
118423
I see Graham responded too, you should not get exactly $10K position size unless the price is an even number that divides into 10K eg $2.00. Check that you...
David Smith
smithda1973
Offline Send Email
Jan 2, 2008
3:55 am
118424
Thanks Graham The values in vaLimitEntry had already been rounded. For the first trade the values (as per _TRACE) are vaLimitEntry - $11.59, Open - $11.36. I...
Graham Johnson
grahamj42
Offline Send Email
Jan 2, 2008
4:19 am
Messages 118395 - 118424 of 130634   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