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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 71147 - 71176 of 143800   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
71147
Dimitris, The example was intented to show that implementation of AFL language contructs (like loops) is very, very fast. So using loops is not a problem at...
Tomasz Janeczko
amibroker
Offline Send Email
Oct 1, 2004
7:01 am
71148
Here is Mark Fisher's seminar. http://www.clicklive.com/NYMEX/symposium_2003/content_page.htm...
Scott Cong
glider128
Offline Send Email
Oct 1, 2004
7:36 am
71149
Tomasz, Thank you for your reply. Here is an example: The //Code1 for(I=1;I<10^5;I++) { X=MA(C,0.001*I); } Plot(X,"["+I+"]",colorBlack,1); needs ~25sec. The ...
DIMITRIS TSOKAKIS
dtsokakis
Offline Send Email
Oct 1, 2004
7:57 am
71150
... From: "DIMITRIS TSOKAKIS" <TSOKAKIS@...> To: <amibroker@yahoogroups.com> Sent: Friday, October 01, 2004 7:38 AM Subject: [amibroker] Re: How does it...
tintin92
tintin922002
Offline Send Email
Oct 1, 2004
7:58 am
71151
This exe converts Ami output to Tradesim input. Does anyone know what the input format for this conversion program is ? Thanks, Geoff...
grmulhall
Offline Send Email
Oct 1, 2004
11:27 am
71152
Hello, thanks Godon and Thomas, I have Win2K , but on my system double-clicking a .js file just displays it in Dreamweaver. I've tried to reset the .js file...
tardon186
Offline Send Email
Oct 1, 2004
11:43 am
71153
Hi, The js extension on your computer are associated to dreamweaver. To change this check out this link http://www.computerhope.com/issues/ch000572.htm Regards...
gunovanengel
Offline Send Email
Oct 1, 2004
12:04 pm
71154
Hi Dimitri! No problem! It is depending on the number of data you are running this formula against... I had EOD-Data of ^DJI back to 08/18/1980 on the screen...
enzo
herrfrechdax
Offline Send Email
Oct 1, 2004
1:03 pm
71155
Tomasz, ... Iım guessing you are just responding to Dimitris who is certainly an expert user, if not a trained programmer, but I suspect the majority of your...
Terry
magicth
Offline Send Email
Oct 1, 2004
2:26 pm
71156
Can the AlertIf() be called from inside a function? ...I can't seem to get it going. The purpose is that i want to create a number of simple functions, like: ...
Herman van den Bergen
psytek2
Offline Send Email
Oct 1, 2004
4:20 pm
71157
I'm not understanding what you're after in your paragraph that begins with: "Basically..." ?? I've done a little work with Ara Kaloustian with a script he runs...
dingo
dingodigital
Offline Send Email
Oct 1, 2004
4:27 pm
71158
I'm wondering if there are specific variables that can be used in analysis, scans etc that reference end of previous day values for open, high, low & close...
Dean Hodgins
spikeweasil
Offline Send Email
Oct 1, 2004
4:28 pm
71159
Scott, do you use this formula (succesfuly)? ... From: "Scott Cong" <scong@...> To: <amibroker@yahoogroups.com> Sent: Friday, October 01, 2004 12:34 AM ...
Ara Kaloustian
Akaloustian
Offline Send Email
Oct 1, 2004
4:59 pm
71160
Something like: procedure SayBuy() { AlertIF( 1, "SOUND C:\\Windows\\Media\\SayBuy.wav", "Audio alert", 2 ); } So that i can call such voice commands with...
Herman van den Bergen
psytek2
Offline Send Email
Oct 1, 2004
5:19 pm
71161
... broker.bcharts ... As someone else found several days ago, do this procedure only if you don't mind losing all the custom iondicators you have made. An...
Bill Barnard
wwbarnard
Offline Send Email
Oct 1, 2004
5:26 pm
71162
I dunno if u guys visit moneytec forums. Over there they have this "Trendfollowing with Parabolic SAR" thread where the guy took the first signal of the day...
quexos0
Offline Send Email
Oct 1, 2004
6:14 pm
71163
Thanks Bill Bill Barnard <wbarnard@...> wrote:> > If you want to restore them, close AmiBroker, delete broker.bcharts ... As someone else found several...
Bert Steele
bistrader
Offline Send Email
Oct 1, 2004
6:29 pm
71164
Terry, thanks. I have a lot of custom indicators that I want to keep. Terry <MagicTH@...> wrote:This same question was already asked and answered...
Bert Steele
bistrader
Offline Send Email
Oct 1, 2004
6:29 pm
71165
The "system" is not a system, since it has no buy/sell/short/cover statements in the code. I copied it into the IB and plotted it, but I have no clue what I'm...
Al Venosa
avcinci
Offline Send Email
Oct 1, 2004
6:54 pm
71166
Simply export your trade listing from AB and TradeSim should read it with no problems. Dozens of people are using it, but I don't know if it works with the...
Chuck Rademacher
chucknz2002
Offline Send Email
Oct 1, 2004
7:29 pm
71167
For daytrading: just before a breakout or breakdown, what could give me the best signal (other than BB)?? MA envelopes or regression channel?? Anybody with...
renilange
Offline Send Email
Oct 1, 2004
7:58 pm
71168
Guys, make an external backup of your formulas at least once a week. Data can always be replaced, but formulas and ideas may not. Once in awhile I have lost...
Herman van den Bergen
psytek2
Offline Send Email
Oct 1, 2004
8:43 pm
71169
GETRTDATA - retrieves the real-time data fields Miscellaneous functions (AFL 2.60) SYNTAX GetRTData(''fieldname'') RETURNS NUMBER FUNCTION Retrieves the LAST...
Herman van den Bergen
psytek2
Offline Send Email
Oct 1, 2004
8:43 pm
71170
... Ara, I am learning it. Scott...
Scott Cong
glider128
Offline Send Email
Oct 1, 2004
9:01 pm
71171
... Al, here is an article explaining the use. http://www.investopedia.com/articles/technical/04/032404.asp Scott...
Scott Cong
glider128
Offline Send Email
Oct 1, 2004
10:11 pm
71172
... And the first chaper of the book "Logical Trader" . http://www.mbfcc.com/book/LogicalTraderExcerptChapterOne.pdf...
Scott Cong
glider128
Offline Send Email
Oct 1, 2004
10:36 pm
71173
Chuck, Thanks - the bit I was missing was that you had to run an individual backtest not an exploration to get the imput file. One thing could be added would...
grmulhall
Offline Send Email
Oct 1, 2004
10:43 pm
71174
It is not a system, it is a methodology, for which credit goes to Mark Fisher, who is a NyMex energy trader/local and has a clearing operation for energy...
Geo Singleman
geosing
Offline Send Email
Oct 2, 2004
12:15 am
71175
I have been using the following code that I downloaded a while ago for breakouts. First I would like to thank the author of the code as I have found it be...
rmortonmd
Offline Send Email
Oct 2, 2004
12:23 am
71176
Thanks a lot, George and Scott. I very briefly read the article Scott referenced, admittedly without studying it in great depth. However, I found the...
Al Venosa
avcinci
Offline Send Email
Oct 2, 2004
12:28 am
Messages 71147 - 71176 of 143800   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