Hello,
I am very new to Python and have been struggling for the past 3 days trying to write this algorithm. I have been rifling the resources of this website and others, but I cannot find anyone with a build similar to mine. I need the algorithm to:
1. Scan the Q1500US for stocks with my target RSI range (30-50)
2. Buy stocks at RSI 30 and sell at 50.
3. Create positions at 10% of the portfolio
4. Maintain a 2% trailing stop on orders
5. Sell positions at 20 days if RSI has not reached 50.
You can take a look at what I have done so far, but my code is pieced together from multiple sources. I really want to get this working so I can fine tune it. I am looking for a mentor to help me on this and am willing to compensate him or her for their effort.
~Blake