Amibroker can read QP files directly. Read the tutorial on data.
Lionel From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of neil_cs_um Sent: Thursday, September 27, 2007 2:25 AM To: [email protected] Subject: [quotes-plus] Re: Accessing Quotes Plus data from C# Hi Donald, Amibroker should be able to use Ascii files (and probably Metastock files too), and QP3 has very good support for exporting to Ascii fiels including auto-update. I think this is better path than using MS SQL. If you really want to use MS SQL, then how about importing Ascii files to MS SQL, that should be much easier than writing a full blown C# program. Neil --- In [email protected] <mailto:quotes-plus%40yahoogroups.com> , James Hutchison <[EMAIL PROTECTED]> wrote: > > What are you trying to accomplish. I created this code a while back > when i was experimenting with the QP interface. If you like I can > give you the complete code for so you can play with it. I am not > sure if you will understand what I was doing but if you step through > it with watches you may be able to understand how to use the QP interface > > Jim Hutchison > > > > > At 01:53 AM 9/26/2007, you wrote: > > >Jim, > > > >I am not a programmer, but I would like to set up a SQL Database > >using Quotes Plus data. There are ways that I can use this data in > >my AmiBroker charting software from SQL. > > > >The question I have is what lines do I have to change in your code > >to make it work in my system ( file location? SQL Server ID? Etc) > > > >I am using MS SQL Server Express 2005, I also have Visual C++ 2008 > >Express and Visual Basic 2008 Express. Anything I do in these > >programs is going to be slow as I am just learning, but if you can > >tell me how to adapt your code to my environment I would be VERY Grateful. > > > > > > > >Donald F Lindberg >
<<image001.jpg>>
<<image002.jpg>>
