As Fred says, use explore and export, works
great.
Here is a simple example, as
well.
// demo: Ticker , last Day price, to Day Close price, RSI , EMA(15),EMA
-Harper 1/31/2005
LD = Ref(C,-1); //
shows how to add a function, although you can write directly as shown in the
last three
AddColumn (LD,"PrevC");
AddColumn (C,"EOD");
AddColumn (RSI(14),"RSI");
AddColumn (EMA(C,15),"EMA15");
Filter = C > 0; // Make up your
own filter...
Richard
----- Original Message -----
Sent: Monday, January 31, 2005 11:25
AM
Subject: [amibroker] table
Dear friend
I need a afl program that can make for me a table in excl
by this column
Ticker , last day price, to day close price, rsi ,
ema(15),ema(45),ema(100), cci, adx,%k , %d Please
help me to write this
Do you Yahoo!? Yahoo! Search presents - Jib
Jab's 'Second Term'
Check AmiBroker web page at: http://www.amibroker.com/
Check
group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
|