Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Don't know how to code, but curious about testing 4 indicators

Hey,

I don't have any coding experience and do not know how to construct a backtest on Quantopian.
However, I have used other backtesting software and created a set of entry/exit conditions that have proved to be successful.
I am wondering if anyone can help me out with this.

The entry conditions are:
SMA(14) > SMA(30)
RSI(7) < 30
Will%R(8) < -80
EMA(14) > EMA(30)

The exit conditions are:
SMA(14) < SMA(30)
RSI(7) > 70
Will%R > -20
EMA(14) < EMA(30)

I am just looking to backtest this against SPY. Can someone please help me out?

-Curious Trader