Bls: [Komunitas AmiBroker] Re: ada yg tau cara menambahkan horisontal line di rsi?

2009-06-23 Thread swan silo
Pak untuk mendapatkan AB yang bisa realtime bgmn caranya? Dari: Dendo amibrokerfr...@yahoo.co.id Kepada: amibroker-4-bei@yahoogroups.com Terkirim: Selasa, 23 Juni, 2009 12:55:35 Topik: RE: [Komunitas AmiBroker] Re: ada yg tau cara menambahkan horisontal line

Bls: [Komunitas AmiBroker] Re: ada yg tau cara menambahkan horisontal line di rsi?

2009-06-23 Thread Sathya
Skalian RSI nya saya smooth aja agar tidak banyak gerigi tambahkan code dibawah ini dan diskatifkan plot yg lama nya smooth = 3; //Plot( RSIL , RSI Berada di Level , colorYellow, styleLine); Plot(EMA(EMA(RSIL,14),smooth),3 EMA,colorYellow,1); Rgdz Sathya Halo Pak Jati.. Meneruskan

[Komunitas AmiBroker] Stock Pick dgn AmiBroker

2009-06-23 Thread Eco Syariah
Dear All, Korban rumor mohon curhat... Hampir setiap hari ada yang bertanya dan ada yang rekomendasi bahkan rumor yg gak jelas untuk beli saham tertentu... Daripada bertanya terus atau nunggu rekomendasi orang atau tertipu sama rumor, alangkah baiknya kalau milis Amibroker ini juga punya cara

Re: [Komunitas AmiBroker] BUMI 23JUN09 BAYAR HUTANG GAP ?

2009-06-23 Thread Wiwik Atmadja
Artinya hutang Gap apa mas Kus? bakal naik dari bottom membentuk shoulder baru? Tks, Rick 2009/6/23 Kusnady saw...@yahoo.co.id -- Coba Yahoo! Mail baru yang LEBIH CEPAT. Rasakan bedanya sekarang! http://id.mail.yahoo.com/

[Komunitas AmiBroker] Antara Ancaman Harapan menurut IM-YANG Wave (Sebelum Elliot)

2009-06-23 Thread Kusnady
Lebih Bersih, Lebih Baik, Lebih Cepat - Rasakan Yahoo! Mail baru yang Lebih Cepat hari ini! http://id.mail.yahoo.comattachment: BUMI 23JUN09 WolfePattern.pngattachment: IHSG 23JUN09 WollfePattern.png

[Komunitas AmiBroker] Help Formula

2009-06-23 Thread Andy
Halo semua,   Saya ada mau tanya cara buat formula utk kondisi berikut: (ada 2 kondisi yg berbeda):   Kondisi 1: Sell kalau RSI cross 80 dan MA 20 dibawah MA 50 Buy kalau RSI cross 20 dan MA 20 diatas MA 50   Kondisi 2: Day 1: RSI is below 65 Day 2: RSI close lower than Day 1 Day 3: RSI close

Re: [Komunitas AmiBroker] Help Formula

2009-06-23 Thread Bei Ihsg
trus klo kita mau tau rsi yang ada di area 80 bagaimana explorenya?  --- On Wed, 6/24/09, Andy cm4...@yahoo.com wrote: From: Andy cm4...@yahoo.com Subject: [Komunitas AmiBroker] Help Formula To: amibroker-4-bei@yahoogroups.com Date: Wednesday, June 24, 2009, 2:50 AM

Re: [amibroker] Re: ZigZag code

2009-06-23 Thread Thomas Ludwig
Thanks for sharing this code. It's seems not quite identical with the built-in function, though. Regards Thomas On 19.06.2009, 20:37:04 Herman wrote: I think this was posted by Dave, a long time ago: function ZigZagHL(prcnt) { [snip]

Fw: [amibroker] Re: aqe.format files $FORMAT command help. [1 Attachment]

2009-06-23 Thread Faruk Hossain
Thank you for your advice. I tried it from Refference guide-ASCII Importer reference.But cant satisfied all those fundamental data. Is there others way to import those fundamental data?   Here i attatched data file I you figureout the problem I will greatful to u.. --- On Mon, 6/22/09,

Fw: [amibroker] Re: aqe.format files $FORMAT command help.

2009-06-23 Thread gmorlosky
I don't want to speak as an authority, but Amibroker only supports those fundamental fields that are listed in the User Guide (the list below comes right from there). Sorry, custom data fields, do not seem to be a feature right now. --- In amibroker@yahoogroups.com, Faruk Hossain

[amibroker] Re: MAAD - Most active advance/decline line

2009-06-23 Thread droskill
Thanks for the pointer - I tried coding up an Exploration as: upvol = Volume Percentile( Volume, 1, 80 ) AND Close Ref(Close,-1); downvol = Volume Percentile( Volume, 1, 80 ) AND Close Ref(Close,-1); MAAD = upvol - downvol; Buy = 0; AddToComposite(upvol,~MAAD_UpVol20,X);

[amibroker] Position sizing in backtest

2009-06-23 Thread kevinkee20
Hi, I have a beginner's question on position sizing. In some of my backtests, using a fixed risk per trade of, say, 2.5% of the capital, the initial capital grew from $100k to more than $10 millions. This means my risk per trade also grew from $2k to $200k per trade in monetary term. Is

[amibroker] data conversion .

2009-06-23 Thread Natasha ~~!!!
output_folder = C:\\Program Files\\Amibroker\\DataExport ~Txt\\ ; fmkdir( output_folder ); fh = fopen( output_folder +Name()+.txt, w); if( fh ) { fputs( TICKER,PER,DTMMDD,TIME,OPEN,HIGH,LOW,CLOSE,VOL,OPENINT,\n, fh ); y = Year(); m = Month(); d = Day(); r = Hour(); e =

[amibroker] Re: Position sizing in backtest

2009-06-23 Thread Mike
One way to do it would be to write custom backtester code to iterate through the Signal objects and override the PosSize property to not exceed whatever value you consider to be a reasonable maximum. Mike --- In amibroker@yahoogroups.com, kevinkee20 kevinke...@... wrote: Hi, I have a

[amibroker] Re: ~~~EQUITY fields values

2009-06-23 Thread dbwyatt_1999
I'm also looking for the definitions of the ~~~EQUITY field values. I think Brenton has the Close and Low fields correct. It's easy to see that the Volume field is 1 for a trade on that bar and 0 for no trade. I have not been able to figure out the Open and High field values. My guess is

[amibroker] Re: Position sizing in backtest

2009-06-23 Thread dbwyatt_1999
If the concern over the large trades is liquidity (i.e. there's not enough volume to accomodate without large slippage), you can accomplish a similar position size restriction by setting the Limit trade size as % of entry bar volume under the Portfolio tab of Settings Set it to a small

[amibroker] Help with backtest statistics.

2009-06-23 Thread professor77747
I have a very profitable formual that I have been autotrading for over a year. However, it is also risky. I have another formula that is not as profitable, but is also not as risky. My formula trade almost exactly as a backtest except for the price which varies by so little that it is not a

Re: [amibroker] My Database is corrupted-Help

2009-06-23 Thread Tomasz Janeczko
First check if you did not run out of disk space. Best regards, Tomasz Janeczko amibroker.com - Original Message - From: cadvantag cadvan...@yahoo.com To: amibroker@yahoogroups.com Sent: Tuesday, June 23, 2009 3:33 AM Subject: [amibroker] My Database is corrupted-Help My database was

[amibroker] Re: MAAD - Most active advance/decline line

2009-06-23 Thread areehoi
Droskill, As I interpreted the MAAD indicator it is based on the high volume stocks -- top 20. In other words a A/D line based on the 20 high volume stocks each day. Yesterday these were the top 25 High volume stocks: Ticker Close Close-1 Volume BAC 11.94 13.22 433248704 SPY

[amibroker] Re: MAAD - Most active advance/decline line

2009-06-23 Thread droskill
Yes, you've got the problem exactly right - finding the top 20 stocks, in volume, for a given day. I think to do this you would need to compare each stock in the index to every other stock in the index, or utilize some loop to do it - but it's beyond me. --- In amibroker@yahoogroups.com,

Re: [amibroker] My Database is corrupted-Help

2009-06-23 Thread Peggy Elijah
I checked and I have 50% of my hard drive space available. --- On Tue, 6/23/09, Tomasz Janeczko gro...@amibroker.com wrote: From: Tomasz Janeczko gro...@amibroker.com Subject: Re: [amibroker] My Database is corrupted-Help To: amibroker@yahoogroups.com Date: Tuesday, June 23, 2009, 3:27 PM

[amibroker] Re: Help with backtest statistics.

2009-06-23 Thread brian_z111
Hello Tom, The definitions, for the metrics, are in Howard Bandy's QTS book. I believe they are also in the help manual (not certain about that). That is a good place to start. In my experience we have to make the metrics our own, so to speak, by learning how they are calculated and then

Re: [amibroker] Re: MAAD - Most active advance/decline line

2009-06-23 Thread Anthony Faragasso
here is a quick way to find the top stocks in volume. Filter= MarketID(1)==NYSE; AddColumn(V,v,1); AddTextColumn(MarketID(1),Market); SetSortColumns(-3); - Original Message - From: droskill To: amibroker@yahoogroups.com Sent: Tuesday, June 23, 2009 8:28 PM Subject:

[amibroker] Re: AA Window - making it NOT 'Always On Top'

2009-06-23 Thread Dimension
That is correct. The issue is i run a lot of Exporations, and would like the keep the AA window up, often i want to see the entire chart window. right now that is not possible unless i either minimize or size the AA window. I think teh AA windows is purposely designed to FLOAT above all

[amibroker] Re: Help with backtest statistics.

2009-06-23 Thread Mike
http://www.amibroker.com/guide/h_report.html http://www.investopedia.com/categories/formulas.asp Mike --- In amibroker@yahoogroups.com, professor77747 profes...@... wrote: I have a very profitable formual that I have been autotrading for over a year. However, it is also risky. I have

Re: [amibroker] Re: ~~~EQUITY fields values

2009-06-23 Thread Brenton Hill
What do the different fields in the ~~~EQUITY symbol represent? C = current equity L = cash O = ? H = ? V = ? Brenton __ Information from ESET NOD32 Antivirus, version of virus signature database 4181 (20090623) __ The message was checked by ESET NOD32

[amibroker] OT: zboard

2009-06-23 Thread brian_z111
A reminder that the zboard is a site with some educational material for non-mathematicians who are interested in applying statistical analysis to trading. Occasionally new material is added. The zboard is a (NewAge) ebook without a formal structure of any kind ... even the author doesn't know

Re: [amibroker] data conversion .

2009-06-23 Thread Prashanth
Natasha, Graham has provided a Intraday data Export AFL which is available in the Library. Cheers Prashanth - Original Message - From: Natasha ~~!!! To: amibroker@yahoogroups.com Sent: Wednesday, June 24, 2009 00:05 Subject: [amibroker] data conversion .

Re: [amibroker] data conversion .

2009-06-23 Thread Natasha ~~!!!
hi , I was actually interested in knowing what one should put in the header for the period so that it can be churned into metastock . For end of day the symbol is D , for intraday one minute what is the symbol needed so the Csv can be churned into metastock . fputs(

[amibroker] Re: ZigZag code

2009-06-23 Thread brianw468
Hi I am interested in this function also, but on inspection found a few things that I believe are errors. When I applied it to a test data set it missed a few valid highs and lows. Looking at the code I saw that when testing for a swing High it (correctly) tests whether this is