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

Re: Import AmiBroker data into Excel



PureBytes Links

Trading Reference Links

Peter,
I wanted to have stochd() values of "ALATK" 
from 25/6 to 29/6/2001.
The code used:

s1=stochd();
filter=1;
numcolumns=1;
column0=s1;
column0name="%D";

then "Explore" and "Export", save as *.txt
The result was:

Formula used:,"s1=stochd();filter=1;numcolumns=1;
column0=s1;column0name="%D";"
Scan/Exploration Results:
Ticker,Date,%D,
ALATK,25/6/2001, 15.96
ALATK,26/6/2001, 13.95
ALATK,27/6/2001, 14.50
ALATK,28/6/2001, 15.03
ALATK,29/6/2001, 17.82

Does it help ?

Dimitris Tsokakis
--- In amibroker@xxxx, "Peter Gialames" <investor@xxxx> wrote:
> Is there any code available to import AmiBroker data into Excel? 
Just
> curious so I don't reinvent the wheel.
> 
> Peter Gialames