Python code for buy/sell signals on static data?

Looking for a way to test some Python code on a csv file of static symbol data. All I am trying to find is something that I can use to generate Buy/Sell signals that are charted. Any recommendations for a solution where you can plug in your data and get up and running relatively quickly?
 
Back
Top