[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] table



PureBytes Links

Trading Reference Links

Just use Explore, add columns as needed to this starter code:

SetOption("NoDefaultColumns",False);
Filter = 1; // use this line to see one row for each trading day
//Filter = Status("LastBarInTest"); // use this line to see only the last
bar
AddColumn( Open,"Open",1.2);
AddColumn( Close,"Close",1.2);
AddColumn( RSI(),"RSI",1.2);
AddColumn( EMA(C,15),"EMA15",1.2);
AddColumn( EMA(C,45),"EMA45",1.2);
AddColumn( EMA(C,100),"EMA100",1.2);
AddColumn( CCI(),"CCI",1.2);
AddColumn( ADX(),"ADX",1.2);
AddColumn( StochK(),"%K",1.2);
AddColumn( StochD(),"%D",1.2);


-----Original Message-----
From: h h [mailto:alone_wolf3@xxxxxxxxx]
Sent: Monday, January 31, 2005 2:25 PM
To: amibroker@xxxxxxxxxxxxxxx
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




Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/

To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/