I am complete newbie in Python and I reviewed the documentation, but I was wondering if someone can help me out?  I reviewed some other posts in the forums as well, but I am still stuck.  I'm trying to trigger trading once various RSI levels are reached in the attached python code across a universe of equities, but I don't know how to get the loop to work and/or for the code to store the data so it can trigger the trades based on the RSI for the right equity.  My current code only takes the RSI of AAPL and not the right RSI for the assigned symbol I believe.  Thanks for any help!