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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 90561 - 90590 of 143713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
90561
Ummm thanks Ara. I'll try and bumble my way through. Can you give me a hint on what I put for Issue if I want to use a MACD 4,13,3 as the oscillator to find...
Martin Cooney
rastarr2000
Offline Send Email
Dec 1, 2005
9:14 am
90562
Hello, I get a syntax error when I call the diverge function (Col 15) : Issue = CCI(14); Middle = 0; DivergeControl(Issue,Middle); I added these 3 lines in...
amartinod
myantiqs
Offline Send Email
Dec 1, 2005
10:30 am
90563
Ahh OK, it's been a while since I have actively played with AmiBroker so please forgive me. I added in :- Issue = MACD(4,13); Middle = 0; ...
Martin Cooney
rastarr2000
Offline Send Email
Dec 1, 2005
10:46 am
90564
amartinod, I thought this code only does MACD, RSI or Stochastic ? Perhaps that is your problem - no CCI is allowed. Martin...
Martin Cooney
rastarr2000
Offline Send Email
Dec 1, 2005
10:54 am
90565
I tried all of them : //Issue = MACD(4,13); Issue=RSI(14); Middle = 0; DivergeControl(Issue,Middle); Same Syntax error..... Al, ... De :...
amartinod
myantiqs
Offline Send Email
Dec 1, 2005
11:31 am
90566
Is it possible to determine within AFL the current Yaxis minimum and maximum points? thanks...
cstrader
cstrader232
Offline Send Email
Dec 1, 2005
12:25 pm
90567
Hi guys, In order to trade a system, I need to intraday scan some 500 stocks for their LAST PRICE, say once in a minute. I don't need to see any charts or load...
ShortFox
theshortfox
Offline Send Email
Dec 1, 2005
12:33 pm
90568
amartinod, Well the doco tells you the AFL that is included should be used as an #include file. All I did was nab the existing MACD AFL code, add the lines and...
Martin Cooney
rastarr2000
Offline Send Email
Dec 1, 2005
12:38 pm
90569
Hi, You can definitely change the list programtically using the automation interface. It's pretty straightforward, actually. As long as the backfill box is not...
Gordon
gordonwrose
Offline Send Email
Dec 1, 2005
1:58 pm
90570
Ok, I included the afl file in a new function, Then I had to comment out lines about the .wav files that I do not have, But I have an execution error : a...
amartinod
myantiqs
Offline Send Email
Dec 1, 2005
2:12 pm
90571
The top curly bracket is backwards. Change β€œ}” to β€œ{β€œ. _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of amartinod...
Dan Clark
danclark_public
Offline Send Email
Dec 1, 2005
2:28 pm
90572
Is the formula used to find peak() and trough() available? Thanks chuck...
cstrader
cstrader232
Offline Send Email
Dec 1, 2005
3:40 pm
90573
Thanks, Gordon. I'll give IB a buzz and let the group know. Suppose I choose the eSignal path: may I do well with a 100 symbols plan (eSignal "Basic")? suppose...
ShortFox
theshortfox
Offline Send Email
Dec 1, 2005
4:20 pm
90574
go to the AB website at http://www.amibroker.com/library/list.php at the bottom is ZZ...
Ed Hoopes
reefbreak_sd
Offline Send Email
Dec 1, 2005
4:40 pm
90575
Dan, I tried using the formula at the bottom but got an error once the code got to "compositeload". I presume I need to have the tickers already created...
Jason Hart
jayhart_1972
Offline Send Email
Dec 1, 2005
5:01 pm
90576
Oscillator = MACD(4,13); Issue = Oscillator; Middle = 0; Code does not look at the MACD signal line. Ara ... From: "Martin Cooney"...
Ara Kaloustian
Akaloustian
Offline Send Email
Dec 1, 2005
5:04 pm
90577
Thanks Ed. ... From: "Ed Hoopes" <reefbreak_sd@...> To: <amibroker@yahoogroups.com> Sent: Thursday, December 01, 2005 11:39 AM Subject: [amibroker] Re:...
cstrader
cstrader232
Offline Send Email
Dec 1, 2005
5:48 pm
90578
AL, Code should handle CCI, and adding the 3 lines to the module would make the module self contained. Don't see a problem there, but I have not tested with...
Ara Kaloustian
Akaloustian
Offline Send Email
Dec 1, 2005
5:53 pm
90579
Thanks Steve. My desktop also "developed" the same problem. Once the problem was consistent, the fix was understandable ... I changed everything relative to...
Ara Kaloustian
Akaloustian
Offline Send Email
Dec 1, 2005
6:26 pm
90580
I have tried something similar with eSignal. 500 stocks is a lot to update in a minute or 2. ... From: ShortFox To: amibroker@yahoogroups.com Sent: Thursday,...
Ara Kaloustian
Akaloustian
Offline Send Email
Dec 1, 2005
7:19 pm
90581
Ara, Thanks for your reply. Will it really be hard to achieve? Even if one has no need of any backfill/history - loading only 1 bar (last price)? Are there...
ShortFox
theshortfox
Offline Send Email
Dec 1, 2005
7:34 pm
90582
Sorry, I don't know of any alternative. Does not mean there are none, just I have not persued it any further ... From: ShortFox To: amibroker@yahoogroups.com ...
Ara Kaloustian
Akaloustian
Offline Send Email
Dec 1, 2005
8:04 pm
90583
Thank you, I included the .afl file in a new function, But I get a syntax error at execution at the last line of your DivergeControl function (see included...
amartinod
myantiqs
Offline Send Email
Dec 1, 2005
9:15 pm
90584
Al, attched the code with CCI. I have change the suffix from "afl" to "txt". You need to change this back to "afl". The display of the divergence area will not...
Ara Kaloustian
Akaloustian
Offline Send Email
Dec 1, 2005
9:30 pm
90585
You can write the system using only numbers which is very fast (no plots and no array processing). The IB API supports up to 50 msgs per second, but I am not...
Herman van den Bergen
psytek2
Offline Send Email
Dec 1, 2005
9:32 pm
90586
You can write the system using only numbers which is very fast (no plots and no array processing). The IB API supports up to 50 msgs per second, but I am not...
Herman van den Bergen
psytek2
Offline Send Email
Dec 1, 2005
9:34 pm
90587
Thanks, Herman. I'm sending this also to the AT group. Hope others may respond as well. Short....
ShortFox
theshortfox
Offline Send Email
Dec 1, 2005
9:45 pm
90588
I can't find the Divergence files. They are not in the Files section of the Yahoo Group or Amibroker so where can one download from? Thanks R.E.(Dick)...
areehoi
Offline Send Email
Dec 1, 2005
10:10 pm
90589
Does anyone successfully use real time tick data charts with an IB feed? I cannot get mine working. Every time I specify a tick time frame, such as 133 tick,...
TomC
valrox1
Offline Send Email
Dec 1, 2005
11:14 pm
90590
Tom If you have the Professional version check that your database is setup to be ticks and not minutes. -- Cheers Graham AB-Write >< Professional AFL Writing...
Graham
kavemanperth
Offline Send Email
Dec 1, 2005
11:29 pm
Messages 90561 - 90590 of 143713   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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