Hi,

I am new to QuantConnect. And we are checking out how it works.

We found CustomDataBitcoinAlgorithm.py close to what our requirement is. The Backtest run is successful and self.Debug logs are printed successfully. 

But when running in LiveMode we don't see any prints. No changes to existing code is made. 
https://raw.githubusercontent.com/QuantConnect/Lean/master/Algorithm.Python/CustomDataBitcoinAlgorithm.py

Not sure what we are missing here. Tried reading many threads here but none helped.

PS: Would be awesome if we could simply using print() in Classes to debug the logic.
 

Author