Hi, my first post to this forum rather than the old yahoo qcharts email group. Gee, not much space. Here is the problem.
I am writing an MS-Access program to provide bollinger band info to me in an organized format to assist me with my trades. I need this data for 1, 5, 10, 15, 30, 60 and daily bar charts. I only need it for the current snapshot (no history). Therefore a snapshot would provide current price and the value of all 3 bands (upper, middle and lower) for each of those chart sizes. This is 7 X 3 = 21 items of bollinger band info per snapshot plus the current price. I downloaded Qlink and after reading the readme file it seems that this information can not be provided by Qlink. I can write my MS-Access program in such a way that manual entry is possible but I would prefer to avoid this obviously. Does anyone know of a way to get this data out of qcharts into a .csv file or tab separated file so I can have my MS-Access program grab that file and process it? Ideal format would be (price, L01, M01, U01, L05, M05, U05, L10, M10, U10, L15, M15, U15, L30, M30, U30, L60, M60, U60, Ldaily, Mdaily, Udaily). Ultimately qlink would need to determine what charts are running in the workspace just incase a user decided to put in the weekly bar chart. I need the data every 1 or 2 minutes. If I could click a single button on Qlink and click a button on my MS-Access Program to complete the task this would be ideal.
I personally think that anything in that Qcharts data box should be available in a csv or tab separated file and Qlink should be smart enough to know which bar charts are open at the moment and grab the databox data from all of them in increasing bar size sequence. Okay, that is programmers opinion. Actually I think this should be a button on the new Qcharts specialized tool bar (the one the customer customizes - It has one right? Yah and single click too!)
Thanks, John.
I am writing an MS-Access program to provide bollinger band info to me in an organized format to assist me with my trades. I need this data for 1, 5, 10, 15, 30, 60 and daily bar charts. I only need it for the current snapshot (no history). Therefore a snapshot would provide current price and the value of all 3 bands (upper, middle and lower) for each of those chart sizes. This is 7 X 3 = 21 items of bollinger band info per snapshot plus the current price. I downloaded Qlink and after reading the readme file it seems that this information can not be provided by Qlink. I can write my MS-Access program in such a way that manual entry is possible but I would prefer to avoid this obviously. Does anyone know of a way to get this data out of qcharts into a .csv file or tab separated file so I can have my MS-Access program grab that file and process it? Ideal format would be (price, L01, M01, U01, L05, M05, U05, L10, M10, U10, L15, M15, U15, L30, M30, U30, L60, M60, U60, Ldaily, Mdaily, Udaily). Ultimately qlink would need to determine what charts are running in the workspace just incase a user decided to put in the weekly bar chart. I need the data every 1 or 2 minutes. If I could click a single button on Qlink and click a button on my MS-Access Program to complete the task this would be ideal.
I personally think that anything in that Qcharts data box should be available in a csv or tab separated file and Qlink should be smart enough to know which bar charts are open at the moment and grab the databox data from all of them in increasing bar size sequence. Okay, that is programmers opinion. Actually I think this should be a button on the new Qcharts specialized tool bar (the one the customer customizes - It has one right? Yah and single click too!)
Thanks, John.
Comment