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...
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...
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...
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...
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...
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...
The top curly bracket is backwards. Change β}β to β{β. _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of amartinod...
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...
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...
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...
Thanks Steve. My desktop also "developed" the same problem. Once the problem was consistent, the fix was understandable ... I changed everything relative to...
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, 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...
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 ...
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...
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...
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...
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...
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)...
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,...
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...