[Komunitas AmiBroker] IHSG HOURLY - MACD OVERSOLD POINTING UP

2010-02-08 Thread WILLY SCOFIELD
Walaupun Daily chart belum ada konfirmasi reversal atau signal buy, mulai muncul harapan di Hourly chart IHSG untuk rebound besok. Karena sementara Bear masih menguasai lapangan, maka rebound yang ditargetkan tidak muluk2. MA 20 MA 60 di Hourly chart beserta Downtrendline warna putih siap

[Komunitas AmiBroker] Kumpulan Riset Sekuritas 9 Feb 2010

2010-02-08 Thread Pengamat Market
1. E Trading Daily Trading Guide 9 Feb 2010 2. Reliance Over The Horizon Week 2 Feb 2010 3. Reliance Weekly Fascinating Chart Week 2 Feb 2010 4. E Samuel Daily Economic Review Selasa 9 Februari 2010 5. Panin Daily Technical Updated 9 Feb 2010 6. Trimegah Daily Bulletin 9 Feb 2010 7.

Re: [amibroker] how to run Automatic Analysis on multiple watch lists

2010-02-08 Thread Anthony Faragasso
You can do it through code...something like: filter= inWatchlist(n) and inWatchlist(n).etc... - Original Message - From: Eski Movsinuit To: amibroker@yahoogroups.com ; amibroker@yahoogroups.com Sent: Monday, February 08, 2010 1:14 AM Subject: [amibroker] how to run

[amibroker] Help with Parameter error

2010-02-08 Thread benjamin.bolsa
I have one AFL Formula but give me error with this line: Cziparam = Param(CZI angle parameter,default=5,0,360); Why ? Who cen help me ? Thanks

[amibroker] Re: Backtest ES

2010-02-08 Thread dubi1974
Did you set your backfill length to 180 days? Regards, dubi --- In amibroker@yahoogroups.com, tradersu trade...@... wrote: Hmm.. I can get all the data if I pick 1 minute as base-period. But if I pick 5m or 15m as base-period, I have same issue. Weird but I can live with this.

Re: [amibroker] Help with Parameter error

2010-02-08 Thread Steve Dugas
Remove the words default=. It is just there for informational purposes. - Original Message - From: benjamin.bolsa benjamin.bo...@yahoo.com To: amibroker@yahoogroups.com Sent: Monday, February 08, 2010 8:15 AM Subject: [amibroker] Help with Parameter error I have one AFL Formula but

[amibroker] SP 500 components - historical

2010-02-08 Thread scottr
Does anyone know where I can get a list of the SP 500 components in prior years (2009, 2008, etc.)? I've searched the forum and haven't found anything recent. Any help is appreciated. Thank you.

[amibroker] Short Term Interest Rates

2010-02-08 Thread exstntlst99
Hi all, Been lurking long enough and appreciate the ability to tap into all the great minds here. I'm starting my research on trading short term interest rates spreads and was wondering if anyone has any experience using Amibroker to backtest strategies? Also, how does one go around using

[amibroker] New to programming

2010-02-08 Thread timbeeny
I am not a computer programmer and I have no previous programming experience. I have however purchased the latest version of Amibroker 5.20. Which has be highly recommended to me. Having never done any programming I am finding the learning curve extremly steep for someone with my low level of

[amibroker] BBand Osc and RSI Trading System

2010-02-08 Thread antoniojor...@rocketmail.com
Hi guys. Thanks for keeping this group. I hope I can help you in some issues and get help in others. I have a profitable trading system I use in another plataform, but don't know how to build it in Amibroker language. I will write it here on the native language and would appreciate some help

[amibroker] Using multiple symbols in a trading system without back testing.

2010-02-08 Thread frederic_holland
Am new to AB. This will be obvious by the way I ask this question. Is it possible to use multiple symbols in a function, indicator, or trading system? I am not talking about back testing. i.e. a trading system that relies on both stock and option data to make it's decisions? Any help would be

[amibroker] New Novice on Amibroker - Converting Window on Wall Street/Metastock code

2010-02-08 Thread graphman27
Window on Wall Street died on 1/1/2010. I am frantically trying to convert their language into Amibroker afl. I'm not good at this stuff, so only the extremely simple EMA, SMA type conversions were easy. I thought it would be easy, but I was wrong (at least for me). Any help with a simple

[amibroker] Exit if trade not in profit after x amount of days

2010-02-08 Thread jab901
Can anyone help me code this exit into my trend following system? I have a simple moving average crossover system. Just need an exit if the position is not showing a profit after x days. so: Buy = Cross(fast, slow) ; Sell = Cross(slow, fast)// or if position is not profitable after 15 days//

Re: [amibroker] Using multiple symbols in a trading system without back testing.

2010-02-08 Thread Ara Kaloustian
Yes ... You can use whatever data you have to make trade decision .. multiple symbols and / or multiple indicators - Original Message - From: frederic_holland user276...@aol.com To: amibroker@yahoogroups.com Sent: Friday, February 05, 2010 7:58 AM Subject: [amibroker] Using multiple

Re: [amibroker] SP 500 components - historical

2010-02-08 Thread Randy Harmelink
Something was just posted recently: http://finance.groups.yahoo.com/group/amibroker/message/145526 On Fri, Feb 5, 2010 at 12:31 PM, scottr scott.reisf...@gmail.com wrote: Does anyone know where I can get a list of the SP 500 components in prior years (2009, 2008, etc.)? I've searched the

[amibroker] Re: Occasionally Parameters reset to defaults

2010-02-08 Thread Ron
Thanks for the information and reference to the manual. I guess I skipped that section because it starts with not having to code and I'm a programmer and not a drag-and-dropper. Ron --- In amibroker@yahoogroups.com, Tomasz Janeczko gro...@... wrote: Hello, For what is worth, nothing is to

[amibroker] TimeFrameSet Help

2010-02-08 Thread GrantH
Hi, sorry for my ineptitude, but can someone please look at my code below and tell me what I'm doing wrong? I simply want to buy when the MACD crosses above the Signal line (on 1-minute bars) AND when the MACD Histogram is above 0 on the 5-minute bars. This code is giving me lots of buy

Re: [amibroker] New Novice on Amibroker - Converting Window on Wall Street/Metastock code

2010-02-08 Thread NW Trader
Hi Graphman, WOW!! -- I haven't heard of that program (WoW) for almost a decade. I used it along with Metastock for a while in the mid to late '90's before finding AB. I thought that it had not made the transition to the Millennium (well actually I had heard that they tried to patch it, but

Re: [amibroker] clean up wrong symbols from the database

2010-02-08 Thread NW Trader
Hi Eski, Just thinking off the top of my head here, but could you do an exploration of your entire database (e.g., filter = 1) with the only columns displayed being for the Close or perhaps Volume. Then sort the exploration to identify all symbols with a zero value for the close (or volume)

[amibroker] Systems won’t work using intraday data

2010-02-08 Thread frederic_holland
Am new to AB. Intraday charts display fine. I select an Intraday Chart. Then I pick a system via Automatic Analysis. Then press SCAN The results are trades that happen when using daily bars. I should be getting more than one trade per day. I have not purchased AB yet. And have to reload intraday

[amibroker] Re: Using multiple symbols in a trading system without back testing.

2010-02-08 Thread frederic_holland
Thanks Ara, Now I have to figure out how to do it. Fred --- In amibroker@yahoogroups.com, Ara Kaloustian a...@... wrote: Yes ... You can use whatever data you have to make trade decision .. multiple symbols and / or multiple indicators - Original Message - From:

Re: [amibroker] Re: Using multiple symbols in a trading system without back testing.

2010-02-08 Thread Ara Kaloustian
Use Foreign() function for accessing data other than current symbol on chart Price = Foreign(XYZ,C); // accesses closing price for XYZ See the help for more details - Original Message - From: frederic_holland user276...@aol.com To: amibroker@yahoogroups.com Sent: Monday, February 08,

Re: [amibroker] TimeFrameSet Help

2010-02-08 Thread Adrian Mollenhorst
You might want to take a look at 'timeframeexpand'. In your example, try TimeFrameSet( in5Minute ); MACD2 = MACD( 9, 24 ); Signal2 = Signal( 9, 24, 9); TimeFrameRestore(); MACD2 = timeframeexpand(MACD2, In5minute); Signal2 = timeframeexpand(Signal2, In5minute); Histogram = MACD2-Signal2; Buy =

[amibroker] How do I make AD Line and Trin in Amibroker?

2010-02-08 Thread dubi1974
Hi, I tried to follow this docs: http://www.amibroker.com/newsletter/04-2000.html But the ADLine just shows empty. Does Symbol/Calculate composites... work in Amibroker? Regards, dubi

Re: [amibroker] Systems won't work using intraday data

2010-02-08 Thread NW Trader
Hi Fred, Try setting the Periodicity in the AA settings to the intraday period you want (e.g., 1 minute, 5 minute, etc.) instead of Daily. It may also be that the trial version doesn't support intraday, but I may be mistaken? What settings are available to you in the AA? I use the purchased

[amibroker] Re: TimeFrameSet Help

2010-02-08 Thread GrantH
Thank you very much, Adrian. --- In amibroker@yahoogroups.com, Adrian Mollenhorst adrian.mollenho...@... wrote: You might want to take a look at 'timeframeexpand'. In your example, try TimeFrameSet( in5Minute ); MACD2 = MACD( 9, 24 ); Signal2 = Signal( 9, 24, 9); TimeFrameRestore();

[amibroker] statistivcs definition

2010-02-08 Thread Ted Byers
Hi All, I am digging into how AmiBroker computes the various statistics it reports on a given back test. For example, I see the following reported: Exposure % Net Risk Adjusted Return % Annual Return % Risk Adjusted Return % Where will I find the details of exactly how AmiBroker computes

[amibroker] Fund Rotation and Foreign

2010-02-08 Thread Steve_Almond
I'm able to use the backtester for Fund rotation (and I understand the use of 'Foreign' symbols. I cannot seem to combine the two, though. I want to invest in 3 funds from a group of 10 using the best 6 month return to select the top 3. I use PositionScore = C/Ref(C,-6); BUT, I only want to

[amibroker] Re: statistivcs definition

2010-02-08 Thread reefbreak_sd
In AB, click on HELP - SEARCH type in BackTester Report in the search window Under the Select Topic that comes back, click on System Test Report Window and you will see a definition of each term. Many of these are industry standard metrics of performance. You can go to www.investopedia.com and

[amibroker] Re: Using multiple symbols in a trading system without back testing.

2010-02-08 Thread frederic_holland
Thanks Ara Have used Foreign in a System and seems to work very well. Problem now is intraday data. Can't get it to work with any System. I am selecting an intraday chart. Then using Automatic Analysis to insert System. Then SCAN. But it's computing the trades based on daily data. Could this

Re: [amibroker] clean up wrong symbols from the database

2010-02-08 Thread Bob Johnson
Eski, assuming your comma-ending symbols never got populated with any data, try running Database Purify from the Tools menu. Run Database purify and select the 'Report missing quotes' check box. When Purify completes, sort on 'Problem/Description' in the results You'll get a lot of symbols

Re: [amibroker] clean up wrong symbols from the database

2010-02-08 Thread Prashanth
Hello, If you have the ticker list for the symbols (with the ,), import the tickers into a Watchlist. The using Symbols - Organize Assignments - Watchlist, select the watchlist stocks and press Delete. This shall remove all the invalid tickers in one go. Cheers Prashanth - Original