PureBytes Links
Trading Reference Links
|
Hi Focorba,
I am afraid I can not be of help in this case :( I too am new to AB.
The code is beond my ability... when I ran it a CSV file containing
all the history for the tickers in the watch list I ran it on, i.e.
all in one file..
Monty
--- In amibroker@xxxxxxxxxxxxxxx, "focorba" <focorba@xxx> wrote:
>
> A bit messy in here as new with Amibroker, I now found the created
> Mseov.csv file, but there seems to be data only for one indivual
index
> instead the all stocks from U.S stocks database.
>
> I also got some errormessage regarding to define&create your own
> exploration.
>
> As far as I undertood from the manual, these are the columns would
be
> needed for each individual stocks. Can I just add them to your code
to
> collect needed pricedata for .CSV fail ?
>
> AddColumn( Close, "Close" );
> AddColumn( Open, "Open" );
> AddColumn( High, "High" );
> AddColumn( Low, "Low" );
>
|