Hi guys, I'm pretty new to Algorithmic trading and I'm having some trouble with the backtest for this particular project I'm working on. I'm trying to build an algorithm that's able to identify candlestick shapes without using the LEAN built-in functions and then use those to make trade decisions, along with the MACD. 

Any idea why my backtests show no data? It doesn't even get the cash right… I'm wondering if I did something wrong in my code. Any help appreciated!