Search results

  1. G

    IPO list

    Does anyone know where I can get a list of IPO stocks for the last two years for indices NYSE, NASDAQ and TSE? I have found a few sites but they only give a month to month list as opposed to a full two year list. Shanks
  2. G

    Yahoo Finance Api - NYSE/AMEX listed

    If have tried that, for example http://chartapi.finance.yahoo.com/instrument/1.0/ABR-PA/chartdata;type=quote;range=1y/csv but it returns an error page.
  3. G

    Yahoo Finance Api - NYSE/AMEX listed

    I have found that using the yahoo chart api via a http request (either in code, a web browser or using wget) it will not accept stock symbols from the NYSE/AMEX listing that are Preferred, Preferred Class “A”*, Class “A”*, etc. Not sure where else to post this. This link shows the Security...
  4. G

    Multi-colored moving average

    I am not looking to do a cross over. The image I got from somewhere else. I just want to know how to have the line change color based on its direction sush as illustrated in the image using Qcustomplot.
  5. G

    Multi-colored moving average

    I am trying to create a line that when it is ascending along the Y axis it is green, descending red and sideways blue QCustomPot. This image shows what I am looking to do. I have played around with different classes of QCP but none seam to be able to change the pen color while using addDate()...
  6. G

    formula - seasonal trading

    How do you figure out the trading day for the year? Below is how many days I have per each year's array based on a Yahoo query. Not sure why 2006 only has 63 days but that something I'll figure out. Would you just make each trading date of the year the corresponding position in each the...
  7. G

    formula - seasonal trading

    Hi, My first post here. Working on creating a custom chart program in Python. So far so good. I would like to add another indicator that shows, for example, the seasonal average indicating when the bull/bear cycles start and end over a ten year period. Here is a link to show an example...
Back
Top