Recent content by Legan

  1. L

    Screener data to csv

    So I did it differently and am kinda confused about my output... Can someone help me on how I correct this output? I just want to have the number and then the symbol per "row" Code: @iswrapper def scannerData(self, reqId, rank, details, distance, benchmark, projection, legsStr)...
  2. L

    Screener data to csv

    https://stackoverflow.com/questions/61604175/save-data-from-tws-api-to-csv-file/62491076#62491076 Here they showed a potential solutions for Contract Details, however I am not too sure how to implement this for scanner Data as the function is automatically updating itself.
  3. L

    Screener data to csv

    At first I thought this should be a piece of cake... but how do I save the data I screened to a csv? In general, I am somewhat puzzled how to properly use csvs to store data with the TWS API - Below just a very general code on how I basically structured my scanner - ''' General file to...
Back
Top