I'm currently reading signals from a csv. However when I want to find the symbol from the list I get the error of symbol only takes string arguments.
list = [ CSV SYMBOLS ex: 'aapl', 'fb', etc..] list is read from csv of signals.
I would think that I can go through the list for each string and find the associated symbol. Unfortunately I'm not getting anywhere with this.