I've created this EMA crossing strategy where the only time a long/short trade is entered with TSLA is at the point of the 12/26 EMA crossing. I've established a rolling window for both EMA indicators and hold the previous and current values in them. I then logically short only if the previous 12EMA is > the previous 26 EMA and the current 12EMA is < the 26 EMA (hence, at crossing). Similar logic for entering into a long position but in reverse. I also create a 1% stop market order to protect my downside risk and have a 2% take-profit established. I've combed through this algorithm many times but cannot determine why it isn't trading. Everything seems to logically flow on my end. Am I missing something?