Thanks Graham. ... From: Graham To: amibroker@yahoogroups.com Sent: Tuesday, May 31, 2005 10:50 PM Subject: Re: [amibroker] Exclude variable Only in the AFL...
Hi there, I am starting using Amibroker. Its amazing. As a start to learn AFL I would like to check the End of Day data of the Dow Jones. A buy at the opening...
... Alex, Take a look at the following code. It may be of help. By using a variable in BarCount – 1, (ie: BarCount –X) and using the Param Function, one...
Thanks Stephane, I might try that next. In the meantime, I've fiddled around with some of the other suggestions and come up with a slight variation which...
Hello Alex _ I believe what you want to take advantage of is the function BarinRange as used below. It will get the status of the FROM to RANGE that you set in...
I didn't know that Attachments didn't show. Learn something all the time. Thanks for resending it. I am trying to learn the FOR loop stuff and this will help....
Hi JK, Just FYI, Yahoo used to retain attachments so that anyone visiting the boards could see them. Then a while back, they announced that they would no ...
The April and May 2005 issue of TASC has articles by Markos Katsanos on his Flags and Pennants Trading System. The May issue has the Metastock code for the...
Anyone have a Metastock to AFL translator ;-)) Tom ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com]On Behalf Of gunovanengel Sent:...
HI, I'm using the latest version 4.70. When I try to download data thru yahoo. No data is imported to amibroker, but Amiquote shows it downloaded the data and...
Steve, thanks, I was trying the bands with several different stocks and find
that the results need to be correlated with other indicator results. Only
then did...
Hi all, I am losing symkbols from my watchlist when running explorations! When i run an exploration with only a watchlist in the "Include Filter" and "Group...
Yes, I thunbed through a few charts but wasnt too impressed with the look of them either. I'm sure we would all be interested if you come up with an effective...
Does anyone have a OLE VB with Amibroker example they could post in the files section? I have the following questions: Everything below is run with VB OLE I...
Just curious whether it's possible to assign specific colors to parts of a title block as opposed to all items colored white per the example below. Title =...
Hello, Maybe you are using CategoryRemoveSymbol in your formula ? http://www.amibroker.com/guide/afl/afl_view.php?CategoryRemoveSymbol or any other function...
You can use Encodecolor as many times as you want, e.g. Title = EncodeColor(colorWhite)+ "Open $ " + EncodeColor(colorBlue) + WriteVal(Open/1,1.2) +...
Hi Tomasz Thanks for your reply. I removed all my code and left the following 2 lines: filter=1; numcolumns=1; and i still got the same results..i also noticed...
Hello, This is definitely NOT happening on any of my machines. Best regards, Tomasz Janeczko amibroker.com ... From: "giggollo99" <giggollo@...> To:...
My laptop screen does not show the light colors very well. So, i want to change them to be darker. I can change them, but only for the current chart, via the...
Open your Workspace (on the left) and choose the Charts tab. Find the indicator you are interested in, right click on it and choose Edit. You should be able...
Hello, You may need to check if your database files are NOT read-only and if you have properly registered (see Help->About) Best regards, Tomasz Janeczko ...