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

[amibroker] It´s Ok Monty,



PureBytes Links

Trading Reference Links

Thankx for trying!

I found it was not too complex actually manually take symboldatabase 
and copy it to metastock format.

It really seems that other tradingapplication manufacturers don´t 
take amibroker seriously - none of them support .TLS format ! 
Amibroker have ASCII export option also, but at least my windows 
received JScript error from XP, something about missing object.


Best Regards,


Focorba

--- In amibroker@xxxxxxxxxxxxxxx, "Peter Montgomery Monty" 
<pmonty@xxx> wrote:
>
> 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@> 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" );
> >
>