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 82504 - 82533 of 127275   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
82504
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...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Jun 1, 2005
10:02 am
82505
you can try barcount-selectedvalue(barindex()); and adding setbarsrequired(10000,10000);at thye beginning of the code stephane...
Stephane Carrasset
nenapacwanfr
Offline Send Email
Jun 1, 2005
10:09 am
82506
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...
flintstone007fred
flintstone00...
Offline Send Email
Jun 1, 2005
10:19 am
82507
... 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...
Tony/Dianne
aew_o
Offline Send Email
Jun 1, 2005
10:36 am
82508
Seems to be stock's name alphabetical order With kind regards, Dmitri...
dkourganov
Offline Send Email
Jun 1, 2005
11:01 am
82509
A previous reply form Tomasz in another thread, 26 Oct 2004 ... The algorithm to select stock in the basket is easy and described here: ...
Graham
kavemanperth
Offline Send Email
Jun 1, 2005
11:11 am
82510
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...
a1ex_douglas
Offline Send Email
Jun 1, 2005
11:44 am
82511
http://www.forexnet.lv/DesktopDefault.aspx?tabid=837&PageID=327...
gunovanengel
Offline Send Email
Jun 1, 2005
12:34 pm
82512
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...
Joe Landry
rob61roy
Offline Send Email
Jun 1, 2005
12:40 pm
82513
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....
ckinsey2003
Offline Send Email
Jun 1, 2005
2:21 pm
82514
I have been writing AFL for almost 2 years now. The following link will take you to my Web Site where I posted a Sample Trading System I wrote. ...
ckinsey2003
Offline Send Email
Jun 1, 2005
2:28 pm
82515
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 ...
Steve Dugas
djs44us
Offline Send Email
Jun 1, 2005
3:17 pm
82516
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...
Dickie Paria
babui
Offline Send Email
Jun 1, 2005
3:37 pm
82517
Anyone have a Metastock to AFL translator ;-)) Tom ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com]On Behalf Of gunovanengel Sent:...
carstuff
valrox1
Offline Send Email
Jun 1, 2005
3:40 pm
82518
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...
SHIRBHATE SHIRISH
sshirbhate
Offline Send Email
Jun 1, 2005
3:47 pm
82519
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...
m.smith
mjs0987
Offline Send Email
Jun 1, 2005
4:11 pm
82520
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...
giggollo99
Offline Send Email
Jun 1, 2005
4:23 pm
82521
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...
Steve Dugas
djs44us
Offline Send Email
Jun 1, 2005
4:47 pm
82522
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...
angus_83210
Offline Send Email
Jun 1, 2005
5:17 pm
82523
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 =...
Dean Hodgins
spikeweasil
Offline Send Email
Jun 1, 2005
5:47 pm
82524
Hello, Maybe you are using CategoryRemoveSymbol in your formula ? http://www.amibroker.com/guide/afl/afl_view.php?CategoryRemoveSymbol or any other function...
Tomasz Janeczko
amibroker
Offline Send Email
Jun 1, 2005
5:48 pm
82525
You can use Encodecolor as many times as you want, e.g. Title = EncodeColor(colorWhite)+ "Open $ " + EncodeColor(colorBlue) + WriteVal(Open/1,1.2) +...
Steve Dugas
djs44us
Offline Send Email
Jun 1, 2005
5:59 pm
82526
Try this.. Title = EncodeColor(colorWhite) + "Open $ " + EncodeColor(colorBlack) + WriteVal(Open/1,1.2) + EncodeColor(colorBlue) + " High $ " +...
Wilson
wiz899
Offline Send Email
Jun 1, 2005
6:00 pm
82527
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...
giggollo99
Offline Send Email
Jun 1, 2005
6:03 pm
82528
Does anybody know from what source in Amiquote I can download the data for $ADVQ & $DECLQ? Alan...
Alan Nouray
alameh101
Offline Send Email
Jun 1, 2005
6:45 pm
82529
Hello, This is definitely NOT happening on any of my machines. Best regards, Tomasz Janeczko amibroker.com ... From: "giggollo99" <giggollo@...> To:...
Tomasz Janeczko
amibroker
Offline Send Email
Jun 1, 2005
7:32 pm
82530
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...
ronbo
r194ondi
Offline Send Email
Jun 1, 2005
8:08 pm
82531
Anyone know if this software is still required to automate trades from Amibroker? Is it possible now to connect to IB with this? ...
eric paradis
thechemistry...
Offline Send Email
Jun 1, 2005
8:17 pm
82532
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...
Brian Fenske
bfenske
Offline Send Email
Jun 1, 2005
8:56 pm
82533
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 ...
Tomasz Janeczko
amibroker
Offline Send Email
Jun 1, 2005
9:51 pm
Messages 82504 - 82533 of 127275   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