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 80253 - 80282 of 143780   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
80253
Hello, I strongly recommend to UPGRADE to 4.70.3 RC3 http://www.amibroker.com/download.html By using ancient beta you are asking yourself for trouble. So...
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2005
8:35 am
80254
Hi Tomasz, Was wondering whether and how you intend to follow-up on the Bloomberg link, now that there are 4 or 5 of us interested in such a connection. You...
vlanschot
Offline Send Email
Apr 1, 2005
8:44 am
80255
Hello, Precisely speaking they are created not while editing, but at the time when you APPLY the indicator or press "Verify" button. Exact procedure is: 1....
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2005
8:57 am
80256
Hello, ... IB API does not provide such functionality. IB API provides way to: - get streaming data - place orders - retrive order/account information The only...
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2005
8:57 am
80257
Hello, No, current plugin is written for API 8.30. The work on next version of IB plugin that will support API 8.41 continues. Best regards, Tomasz Janeczko ...
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2005
8:57 am
80258
A few hours ago, I did as you and others recommended. I have learned various parts of the AFL language that I extensively use very well, but I was reluctant...
mrdavis9
xokie7
Online Now Send Email
Apr 1, 2005
9:55 am
80259
Padhu, Here is a crude version of what you asked for. But i hope you'll find it easy to embellish. Herbert:- range = Prefs( 10 ); _N( ranstr = "("+WriteVal(...
Herbert Elstein
hertyil
Offline Send Email
Apr 1, 2005
11:53 am
80260
I want to place code behind my chart to sound an alarm when a trendline is broken. The code below does not seem to work. What am I doing wrong. Your help is...
gunovanengel
Offline Send Email
Apr 1, 2005
12:09 pm
80261
Thanks Tomasz and MagicTH for your comments: Tomasz: Ok, i see what the problem is now. However, i was just wondering why is any FOR loop index always tied to...
giggollo99
Offline Send Email
Apr 1, 2005
12:15 pm
80262
You could use an extrenal table for independant arrays, like OSAKA. Or for short arrays I prefer simply to use a number of static variables (dynamically named...
Herman van den Bergen
psytek2
Offline Send Email
Apr 1, 2005
12:24 pm
80263
Hi, Something i received in mailbox . Short term, the market on Tuesday 3/29 had only 15% of all stocks trading above their 20 day moving average. This is a...
Natasha !!
dynomitedoll...
Offline Send Email
Apr 1, 2005
12:25 pm
80264
Is there a way (using OLE) or whatever to set the analysis screen value - Scan every (min): I can start up AB to schedule, as well as IB, but I have to be...
micmus2002
Offline Send Email
Apr 1, 2005
12:28 pm
80265
Can someone tell me what I did wrong on this code? Thanks! Brian w = Month(1) AND Day(1); x = Month(4) AND Day(1); y = Month(7) AND Day(1); z = Month(10) AND...
b_cadvantag
Offline Send Email
Apr 1, 2005
12:46 pm
80266
Refer to the help file; "Month" and "day" functions have no arguments... this should be coded; w = Month()==1 AND Day()==1; x = Month()==4 AND Day()==1; y =...
hairy_mug
Offline Send Email
Apr 1, 2005
1:35 pm
80267
Make sure you run it from the AA window... walt...
hairy_mug
Offline Send Email
Apr 1, 2005
2:00 pm
80268
Thanks ... on "+FullName() ... lookback = ... on "+FullName() ... lookback = ... on "+FullName() ... = ... on "+FullName() ... = ... //...
gunovanengel
Offline Send Email
Apr 1, 2005
2:09 pm
80269
It's not clear what you're trying to do. Are you trying to mark certain dates? If so, I think you need to convert to DateNum() format. The formula is in HELP. ...
Terry
magicth
Offline Send Email
Apr 1, 2005
2:14 pm
80270
Try removing your type = and flags = and lookback = and just putting in the values as in: AlertIf( BuySignal, "SOUND C:\\Windows\\Media\\Ding.wav",...
Terry
magicth
Offline Send Email
Apr 1, 2005
2:26 pm
80271
do we have a time frame during which we can expect this? Thanks ... continues. ... upgrade to 8.41 ... service....
Eugene
johngalt1234
Offline Send Email
Apr 1, 2005
5:18 pm
80272
Hello, A new plug-in for TC2000/TCNet and TC2005 is available now. The only change compared to previous version is the change of registry key check to handle...
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2005
5:23 pm
80273
When I back test and optimize, there are usually one or two stocks which throw off the profit because they had one large gain. I do not want to consider...
hairy_mug
Offline Send Email
Apr 1, 2005
7:00 pm
80274
While there MAY not be a way to set this field in automation, one thing you could certainly do is execute a time spaced scan i.e. For i = 1 To n Scan() ...
Fred
fctonetti
Offline Send Email
Apr 1, 2005
7:11 pm
80275
Hello, Definitely in April but when exactly - I can not tell yet. Best regards, Tomasz Janeczko amibroker.com ... From: "Eugene" <eugenecpinto@...> To:...
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2005
8:36 pm
80276
P R O F E S S I O N A L E D I T I O N (Version 4.70.3, Build date: Mar 24 2005) When plotting on white have tried the "styleThick" but it is no different...
me_rayme
Offline Send Email
Apr 1, 2005
8:46 pm
80277
I found that "styleThick|styleDots" works well......
hairy_mug
Offline Send Email
Apr 1, 2005
9:10 pm
80278
There are a number of archived messages discussing Ehlers' indicators. I checked his Mesa Software website and it is very sparse with only info designed to...
bilbo0211
Offline Send Email
Apr 1, 2005
9:50 pm
80279
can't you just use the Scan every x minutes in the AA window ... -- Cheers Graham http://e-wire.net.au/~eb_kavan/...
Graham
kavemanperth
Offline Send Email
Apr 1, 2005
9:58 pm
80280
Checking to find out if you have considered adding '# Trades" in GetRTData list?? I'm not sure others feel this is important but it would help me a bunch. We...
Greg
gphanson2
Offline Send Email
Apr 1, 2005
10:12 pm
80281
See attached file. Plotted on YM futures today at end, one minute. All the three lines are IDENTICAL and not dotted and narrow. Must be a bug. I set the lines...
me_rayme
Offline Send Email
Apr 1, 2005
10:57 pm
80282
I have used his indicators mostly for day trading and read most of his publications and books.... My experience is that to understand the material you need...
Ara Kaloustian
Akaloustian
Offline Send Email
Apr 1, 2005
10:57 pm
Messages 80253 - 80282 of 143780   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