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, 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 ...
... From: "DIMITRIS TSOKAKIS" <TSOKAKIS@...> To: <amibroker@yahoogroups.com> Sent: Friday, October 01, 2004 7:38 AM Subject: [amibroker] Re: How does it...
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...
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...
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...
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...
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: ...
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...
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...
Scott, do you use this formula (succesfuly)? ... From: "Scott Cong" <scong@...> To: <amibroker@yahoogroups.com> Sent: Friday, October 01, 2004 12:34 AM ...
Something like: procedure SayBuy() { AlertIF( 1, "SOUND C:\\Windows\\Media\\SayBuy.wav", "Audio alert", 2 ); } So that i can call such voice commands with...
... 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...
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...
Thanks Bill Bill Barnard <wbarnard@...> wrote:> > If you want to restore them, close AmiBroker, delete broker.bcharts ... As someone else found several...
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...
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...
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...
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...
GETRTDATA - retrieves the real-time data fields Miscellaneous functions (AFL 2.60) SYNTAX GetRTData(''fieldname'') RETURNS NUMBER FUNCTION Retrieves the LAST...
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...
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...
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...
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...