Re: [amibroker] Email list Protocol question on 'thank you' type posts.

2008-11-01 Thread reinsley
Thank you... 8-) CSTrader a écrit : Most of us get hundreds of emails every day. And when we answer a question we don't know if it helped or not unless someone replies. Personally I am pleased when somone bothers to say thanks. cs - Original Message - *From:* jim

[amibroker] Link between Sharescope and Amibroker

2008-11-01 Thread dralexchambers
I use Sharescope for my data - for £25 a month it's great. It has all US and UK stocks, worldwide indexes, ETFs and EOD FX. However, Amibroker is my program of choice for analysis :) Does anyone know of a link between the two - just like the Telechart Amibroker plugin? I'm currently having to

[amibroker] Pairs trading. how back test it

2008-11-01 Thread blackblame
Hi!! I'm studying (after years) an idea about pairs trading, and I want to backtest the set foreign with other stocks. how can do it??I tried with another set foreign but didn't work, it gave me th result only for symbol that i chose on symbols window always and no trade on SOLB.BR symbol. Thank

[amibroker] Re: Pairs trading. how back test it

2008-11-01 Thread blackblame
add these lines of code but solb.br still don't appear at he back test SetForeign(SOLB.BR); yield2=100*log(Ref(O,-1)/Ref(C,-1)); RestorePriceArrays(); yield1=100*log(Ref(O,-1)/Ref(C,-1)); std1=StDev( yield1, 4 ); std2=StDev( yield2, 4 ); input1=IIf(yield1std1*3,yield1/(3*std1),0);

[amibroker] Price Channel and/or Donchian Channel

2008-11-01 Thread electricwally77
In the charts layout window under the Charts tab and then under the Indicators Folder, I'm trying to Drag and Drop an indicator called Price Channel or Donchian Channel with a 60 day period but I don't see this basic indicator listed. Do I have to somehow code it into the Formula Editor or is the

RE: [amibroker] Price Channel and/or Donchian Channel

2008-11-01 Thread Jerry Gress
Hello, On the AB Website under formulas: http://www.amibroker.com/library/ Problem is might include 'old' style formula that reference numbers and takes a programmer to understand! Best if you try to formulate it yourself for double check. Regards, Jerry Gress Stockton, Ca. -Original

[amibroker] Re: Weekly from missing daily bars: a 9/11/2001 indicator problem (1010911)

2008-11-01 Thread whitneybroach
Hmmm, no ideas? --- In amibroker@yahoogroups.com, whitneybroach [EMAIL PROTECTED] wrote: Due to the 9/11 markets interruption, daily bars were missing several days in a row. 9/10 and then 9/17 appear consecutive in many series. Switching a chart from daily to weekly bars causes indicators

[amibroker] Re: Weekly from missing daily bars: a 9/11/2001 indicator problem (1010911)

2008-11-01 Thread brian_z111
I seem to recall playing around with something along those lines a long time ago in a land far far away (not certain about it now). SetForeign(Fixup) will use prev days OHLC to fill holes I believe it uses reference symbol nominated in the AA settings. Requires a reference symbol with data

[amibroker] New file uploaded to amibroker

2008-11-01 Thread amibroker
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker group. File: /Nasdaq 100 Survivor Bias Study.ppt Uploaded by : toddk63 [EMAIL PROTECTED] Description : Survivor Bias Study of NDX 100 You can access

[amibroker] Survivor Bias Study of NASDAQ 100

2008-11-01 Thread toddk63
I just uploaded a .ppt of my survivor bias results to the Files section. Look for NASDAQ 100 Survivor Bias Study.ppt