Hey guys, struggling over here trying to get a fundamental screen algo with a macd addition. The code I have is in the backtest I've attached. right now, all my log is printing is:
2014-01-06 08:45 PRINT Empty DataFrame
Columns: []
Index: [Equity(2 [ARNC]), Equity(21 [AAME]), Equity(24 [AAPL]), Equity(25 [ARNC_PR]), Equity(31 [ABAX])]
2014-01-07 08:45 PRINT Empty DataFrame
Columns: []
Index: [Equity(2 [ARNC]), Equity(21 [AAME]), Equity(24 [AAPL]), Equity(25 [ARNC_PR]), Equity(31 [ABAX])]
2014-01-08 08:45 PRINT Empty DataFrame
Columns: []
I don't know how it's getting this since I've specified the pipeline columns I want and what not, anyhelp would be much appreciated.