Hi Graham, Tuesday, November 1, 2005, 4:29:23 PM, you wrote: G> sorry cannot help I do not use sounds with the alertifs, jus the default beep Do you know if...
You could possibly use a script file to run whehn the alert occurs, this script would play the sound and could have a pop up message window to click on to stop...
Hi Graham, Tuesday, November 1, 2005, 6:42:21 PM, you wrote: G> You could possibly use a script file to run whehn the alert occurs, G> this script would play...
Graham / D / Fred, Don't know whether you followed this on the beta-user forum, but I've asked TJ to supply an example-code on how to rebalance continuously ...
Hi, The below is the complete code I use as the custom backtestor. Currently, the exit signal exits only one entry signal of a given ticker. I would like all...
CHANGES FOR VERSION 4.64.0 (as compared to 4.63.1) QuickAFL is turned ON always (it does not affect regular AFL code, only may affect some loops and/or plugins...
Thanks d. ... and/or ... user to ... particular formula ... symbol ... Settings" screen ... of the ... converted to ... for ... bar ... N-tick ... parameter. ...
I noticed there's an annonymous zipped file in the forum labeled prices. Makes me wary and I definitely wouldn't unzip it if it were me. It would worthwhile to...
Hi guys, I've been using Amibroker for a couple of years now.I download data for the S&P500 as well as the All Ordinaries Index (top 500) in Australia. My...
I downloaded AmiBroker with hopes of using it with my FastTrack mutual fund data. I have not paid any money yet so this may be a trial version. The splash...
Bob Lendrim
saltpond@...
Nov 1, 2005 7:30 pm
89238
somebody help me, how to imports data in which format ...... because i have a error message invalid data format....
Hello, Please do not open the zipped attachement sent with an untitled e-mail, it seems to be a virus and it was not by me nor by Tomasz. I've deleted the...
can youi provide a line of your data as the importer needs to have the format set up properly. You can use the import ascii wizard to define the format to...
It would have helped if you had included the format. This is an example for using Import Wizard to create an indices used in VectorVest. But the same applies....
Minor issue really but just wondering if there's a way to set decimal places to 2 in "Price" and "Ex Price" fields in backtest output. Currently these fields...
I'd like to read data from an external data file into my charts. To this point I've done this using the foreign command. But that's limited -- only a few...
Hi I've got an odd problem that I've been wrestling with for a few days: I have a lovely (albeit simplistic) plot with my buy/short/cover/sell signals all...
I am trying to create an Exploration to map out when intraday highs and lows occur throughout each day. I would like to export the results to Excel, but I...
try changing the time format in your computer, I think AB uses this. then use datetime() in your explorations ... -- Cheers Graham AB-Write >< Professional AFL...
Thanks Graham. I was able to get the DateTime() function to work for me. I only wanted the time info, but at least the format is correct this way. ... highs ...
Hi, I'm trying to export futures data (currency) and whenever I attempt to open the file, either with Excel or Notepad, I only get three decimal places, which...
hello, I have some stock data files in the wrong format. How can I use amibroker to do format editing. I notice that I can use Guru chart commentary to...
f=15; for (i=15 ;i<BarCount -1 ;i++); {n=0; temp=0; while (temp < f-1) { temp= temp+ C[i-n]; n=n+1; } } a[i]=temp/15; Graph0=a; in this formula what is false ...