Re: [amibroker] Copying registry keys across computers

2008-04-17 Thread Steve Dugas
Hi Joseph, just thought I would follow up...I followed the steps I wrote below and it worked well, the 2nd computer now has the same customized UI as the 1st computer. I only noticed 1 problem - you mentioned that your tabs on the left had the titles mixed up - in my case they were all blank, po

[amibroker] Data Base Corruption

2008-04-17 Thread hardrockgeo
Help! I have lost most of the symbols from my database. The data appears to there. The symbol icons are all green but the names do not appear on the symbol tree.

[amibroker] Re: Running Amibroker and Amiquote from USB flash drive

2008-04-17 Thread jamesfarrow2003
I am currently in the process of moving AMiBroker to a USB stick as well to allow me to have all of my data/formulas available in multiple places. I have set the setting you mentioned below, and, while AmiQuote will work, when I try to open AmiQuote from AmiBroker (Tools->Auto Update Quotes),

[amibroker] Simulating adding captial and an intrest setting question

2008-04-17 Thread jamesfarrow2003
While I am still trying to train myself on some of the fundamentals of trading, I am trying to just play around with the S/W to learn that at the same time. I am not sure if AmiBroker has this capability...What I am trying to do right now is to code something that will simulate periodic additio

[amibroker] Re: UKB news

2008-04-17 Thread brian_z111
To all, Yes, I fully understand how busy we all are but no one needs an excuse anyway. I did exactly what I wanted to do, no more, no less (and so should everyone else). Yes, I am still in the forum - I would miss the friends I have made if I left. Yes, I might write for the UKB again later.

Re: [amibroker] UKB news

2008-04-17 Thread Dennis Brown
Brian, I have enjoyed the encouragement and example you have shown in writing for the UKB. Even though I agree that the tools seemed like a roadblock to me getting started with this, I do intend on writing more when I get past certain hurdles. I am not well acquainted with all the issues t

Re: [amibroker] Re: Data Management

2008-04-17 Thread Tomasz Janeczko
Yes, switch it to "overwrite". These setting has nothing to do with the AmiBroker database. It is provided only for users that do not use AmiBroker. AmiBroker ALWAYS keeps the history regardless of this setting, because it is NOT AmiBroker setting at all. It is AmiQuote only setting and only c

[amibroker] Re: Data Management

2008-04-17 Thread jamesfarrow2003
Thanks for the quick reply, that setting was incorrect. Just to be clear, when new data is downloaded will it append the existing file in my historical database? (ie I do not have to re-download all historical data every day/week) Also what happens if I incorrectly specify the new date range (

Re: [amibroker] Data Management

2008-04-17 Thread Tomasz Janeczko
It is temporary download directory. It won't grow UNLESS you change the options in amiquote to append files instead of overwrite. Go to Tools->Settings menu in AMiQuote and make sure to change to default settings which OVERWRITE, not append. Also you can delete all files from Download directory (b

[amibroker] Data Management

2008-04-17 Thread jamesfarrow2003
I am looking to find out was the purpose of the AMiQuote Download folder is for... This folder seems to replicate the data that is currently in my data, but may be slightly larger in size ( both are ~1GB). Does anyone have any insight as to why this seems to be stored twice? Thanks, James

[amibroker] Dynamic string array in Exploration column?

2008-04-17 Thread treliff
In a nutshell: In view of VarGetText (or a workaround), is there a way to add a dynamic string array to an Exploration column? In detail: (I think) I managed to create a bunch of "string arrays" containing tickers based on some ranking I did. The array named "Stock1" contains the top-ranked

Re: [amibroker] UKB news

2008-04-17 Thread Tomasz Janeczko
Brian, Thank you very much for your valuable contributions and supporting the UKB. You certainly deserve a vacation from writing, but I do hope you will return to writing at some point in the future. As to the hard drive on your PC - I belive it survived. You may try to connect it to different c

Re: [amibroker] UKB news

2008-04-17 Thread Lal
Brian, About your hard disk, just wondering if this might be of help - I've used Gibson's SpinRite software to recover from serious hard disk damage on many occasions. It's not free software but worth every penny in my opinion http://www.grc.com/spinrite.htm Lal - Original Message F

RE: [amibroker] UKB news

2008-04-17 Thread dingo
I think you've done a great job! As to your book drop - try reseating the cards inside the computer and see if that helps. d > -Original Message- > From: amibroker@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of brian_z111 > Sent: Thursday, April 17, 2008 4:58 PM > To: amibroke

[amibroker] Re: Expectancy - and related--specifically K-rato

2008-04-17 Thread brian_z111
Yes, my maths teachers would be laughing now if they new I had to read maths books. IMO you can't beat a spreadsheet as a training tool for trading. If it is just the second or third plot you want go to the SERIES tab in step 2 of the 'insert chart Wizard' and add one column/plot at a time (yo

[amibroker] UKB news

2008-04-17 Thread brian_z111
I'm having a break from writing for the UKB. When Tomasz started it I told him I would write X amount in the period up to the end of year 2007 - it was my payback to him for unbelievable support. So, I went beyond that but now I am not certain that I want to continue. I like the coummunity spi

Re: [amibroker] Copying registry keys across computers

2008-04-17 Thread Steve Dugas
Thanks TJ - I did run full setup of 5.0 and then copied over all files/directories. But the look is different, i.e. toolbars etc. Over the years I have made many changes to customize the UI, which I would like to duplicate on the 2nd computer. Since copying all files did not "fix" it I thought

Re: [amibroker] Copying registry keys across computers

2008-04-17 Thread Tomasz Janeczko
Hello, You need to run FULL SETUP first. Only then you can copy files. Otherwise it may not work properly because of missing OLE server reg. Nothing important is really saved in the registry (only some run time info such as on/off state of crosshair and most recently used formula), therefore i

Re: [amibroker] Copying registry keys across computers

2008-04-17 Thread Ronald Davis
Steve, this suggestion may not be what you are after. I have found the best way to to acitvate a new download of Amibroker into a new computer is to use the lost key reminder service. Ron D AmiBroker lost key reminder service <[EMAIL PROTECTED]> - Original Message - From

Re: [amibroker] Copying registry keys across computers

2008-04-17 Thread Steve Dugas
Hello Joseph and TJ, OK, have had a chance now to open RegEdit and poke around a little. Haven't changed anything yet but what if I did this? On source computer, export entire TJP section of both keys and copy the 2 files over to the destination computer. Then on destination computer, back

[amibroker] Price action "inside bar" backtesting code

2008-04-17 Thread alta hob
Hi all > > > I am new to Amibroker and hope to use it to backtest a few simple Price > action setups I trade across multiple forex pairs. > > One script that has grabbed my attention is the NR4 Historical Volatility > System by Daniel Ervi. > > http://www.amibroker.com/library/detail.php?id=115 >

Re: [amibroker] Copying registry keys across computers

2008-04-17 Thread Steve Dugas
Thanks Joseph, that is really very helpful - given your problems, perhaps TJ could comment on whether he thinks this procedure is safe to do? Steve - Original Message - From: J. Biran To: amibroker@yahoogroups.com Sent: Thursday, April 17, 2008 12:09 PM Subject: RE: [amibroke

RE: [amibroker] Copying registry keys across computers

2008-04-17 Thread J. Biran
1.Backup the destination registry key you want to import over first, open C:\WINDOWS\regedit.exe on destination computer, find the key you are interested in importing later, right click on it and select Export. Give it a location and a name you will know what it is. This will create a YourOr

[amibroker] Copying registry keys across computers

2008-04-17 Thread Steve Dugas
Hi Guys - I have installed AB on a second computer, then copied over all AB files and directories from my main computer. It works great but it *looks* different. I believe TJ has said in the past that this can be corrected by copying over these registry keys: HKEY_LOCAL_MACHINE\Software\TJP\Bro

[amibroker] Re: Barcount vs Barindex()

2008-04-17 Thread vlanschot
This clarifies it greatly. Thank you. --- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello, > > If you were reading the list via e-mail (not Yahoo web) you should have it. > > Anyway I have put the picture on AB server - the picture is here: > http://www.am

Re: [amibroker] Re: Expectancy - and related--specifically K-rato

2008-04-17 Thread Louis Préfontaine
Thanks Brian. I will read those and try to see if I can arrange this. I have no problem making graphs with data in lines and column, but I guess it's a bit different when it's two columns. This should be easy stuff, and now I regret all those school classes when I wasn't watching! Louis 2008/4

[amibroker] Re: Barcount vs Barindex()

2008-04-17 Thread vlanschot
I may have found the error (or bug?). In the following code: MaxBar=(BarCount-1); ChBar= //BarIndex(); //SelectedValue(BarIndex()-100); LastValue(Min(MaxBar,SelectedValue(BarIndex(; printf("\nChBar: " + NumToStr(ChBar,1.0)); printf("\nMaxBar: " + NumToStr(MaxBar,1.0)); ChBar and MaxBar are t

Re: [amibroker] Re: Barcount vs Barindex()

2008-04-17 Thread Tomasz Janeczko
Hello, If you were reading the list via e-mail (not Yahoo web) you should have it. Anyway I have put the picture on AB server - the picture is here: http://www.amibroker.com/gifs/barindex.gif And of course there is a way to get all bars: a) AA currently ALWAYS uses all bars so BarCount represen

[amibroker] Re: Barcount vs Barindex()

2008-04-17 Thread vlanschot
Thx Tomasz, Although I don't receive it, I get the picture. However, using LastValue should mean that WITHIN the same chart-view (i.e. visible area), choosing another bar via the Selector Line should not change the Maxbar result? It's shocking I don't get this after so many years. And I'm now

Re: [amibroker] Difference betwee OOS and IS

2008-04-17 Thread Louis Préfontaine
Hi Thomas, Do you use Walk-forward as a random optimizer like Monte Carlo Simulation or do you use it as a parameter optimization (let's say you want to know the best numbers for a MA crossover). Or maybe both? I ask this because my feeling is that if I use it only as a parameter optimization, e

Re: [amibroker] Barcount vs Barindex()

2008-04-17 Thread Tomasz Janeczko
Hello, I am sorry, one correction is needed to previously posted picture. Note that BarIndex represents actual QUOTES. So first quote will ALWAYS have index of ZERO. Now the AFL array can be MOVING over available quotes if you are shifting visible area using scroll bar. As you can see in this ex

Re: [amibroker] Barcount vs Barindex()

2008-04-17 Thread Tomasz Janeczko
Hello, Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "vlanschot" <[EMAIL PROTECTED]> To: Sent: Thursday, April 17, 2008 2:05 PM Subject: [amibroker] Barcount vs Barindex() >I always thought that Barcount would give me the number of bars, as > in "LastValue",

[amibroker] Re: Barcount vs Barindex()

2008-04-17 Thread vlanschot
Thanks Bill, but according to the manual this is allowed: MIN - minimum value of two numbers / arrays SYNTAX min( ARRAY1, ARRAY2 ) RETURNS ARRAY FUNCTION Returns the smallest of the two parameters. EXAMPLE The formula "min( CLOSE, 10 )" returns the closing price or 10, whichever is less

Re: [amibroker] Barcount vs Barindex()

2008-04-17 Thread wavemechanic
You are mixing up numbers and arrays (see Users Guide). Check the syntax for the functions used. Min() requires two arrays and not two numbers - maxbar and selectedvalue(barindex()) are numbers. Bill - Original Message - From: "vlanschot" <[EMAIL PROTECTED]> To: Sent: Thursday, Apri

[amibroker] Barcount vs Barindex()

2008-04-17 Thread vlanschot
I always thought that Barcount would give me the number of bars, as in "LastValue", available for the current active array, according to the manual: " . . . BarCount is a numeric variable that holds just one number (the count of elements in array). . ." as well as: " . . . if you choose rang

Re: [amibroker] Re: crash of amibroker and databases are send deeper

2008-04-17 Thread Tomasz Janeczko
Remove google desktop and other google softwares. They mess up with Windows terribly. Do a search for "google desktop crashes" and you will get 2 million hits. Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "reinsley" <[EMAIL PROTECTED]> To: Sent: Thursday, April

[amibroker] Re: Standard Deviation as an indicator

2008-04-17 Thread brian_z111
Hello John, Thanks for that. Simple but effective. If you don't mind me saying, I think I prefer %b to BB themselves. I see you include the equation in your tutorial section. http://www.bollingerbands.com/services/bb/?page=5 Any tips on how to trade %b? BB (also known as brian_z) --- In

[amibroker] Re: crash of amibroker and databases are send deeper

2008-04-17 Thread reinsley
Hello Thomasz The last news. I restored Win XP one week before the first AB install. I updated anti virus, Windows update, Java. I reinstalled IB build 882.2 I reinstalled AB v:5.00 DDE and IB pluggins. Database Settings but I kept the default path with ^DJI database. I did not follow the UKB sayi

[amibroker] Re: crash of amibroker and databases are send deeper

2008-04-17 Thread reinsley
Hello Phsst I did not install additionnal free softwares, no automatic anti spy or other commercial products since the AB install. I have google desktop but no bar. The crash came instantly as I shutted down the TWSIB windows with the red cross. Thank you for support. Regards --- In amibroker@

[amibroker] Re: crash of amibroker and databases are send deeper

2008-04-17 Thread reinsley
Hello Jerry, I give up with a great pleasure the champion title... I am a poor competitor. My computer is stable for many months from now. No additionnal free softwares, no automatic anti spy. Considering your comments, the weak point is that I use a free anti virus called AntiVir. But sometime

Re: [amibroker] Re: crash of amibroker and databases are send deeper

2008-04-17 Thread Tomasz Janeczko
Google Toolbar and other "free" enhancers often cause problems. Don't install them. Keep your machine CLEAN AND TIDY., Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "Phsst" <[EMAIL PROTECTED]> To: Sent: Thursday, April 17, 2008 2:16 AM Subject: [amibroker] Re: cr

[amibroker] Re: Expectancy - and related--specifically K-rato

2008-04-17 Thread avlovestrading
Hi, Instead of reading from here and there or reading any book, read the original Pardo'd book. You will get the best of WFA. Most others are poor copy. Read the chapter on evaluating performance. Your concepts are not very clear. There is nothing like optimizing OR WFA. It is optimizing on IS da

[amibroker] Re: Standard Deviation as an indicator

2008-04-17 Thread bbands
--- In amibroker@yahoogroups.com, "droskill" <[EMAIL PROTECTED]> wrote: > > Hey all - I'm trying to put together an indicator based on Standard > Deviation. The difference, from, say Bollinger Bands in this case is > that I want to show the Std Dev from a moving average in terms of 1,2 > and 3 sta

[amibroker] LSE EOD data

2008-04-17 Thread peter_baekdal
Apologies if this question has been asked before (I'm a newbie) ... What London Stock Exchange EOD data provider could people out there highly recommend. I use DataHQ for my ASX data which has been accurate, reliable and timely and am looking for someone of similar quality for provision of LSE

[amibroker] Price action "inside bar" backtesting code

2008-04-17 Thread alta hob
Hi all I am new to Amibroker and hope to use it to backtest a few simple Price action setups I trade across multiple forex pairs. One script that has grabbed my attention is the NR4 Historical Volatility System by Daniel Ervi. http://www.amibroker.com/library/detail.php?id=115 Does anyone have