Hi everybody,

I'm just starting my adventure with algorithmic trading and I'm struggling with getting my Live Algo to work.

I'm using Coinbase Pro as my brokerage.

1. It works in backtesting (it's not the best strategy, I know but I just wanted to test it Live to see how everything works) but it seems to just be trying to buy when run on a Live Trading Node - am I using the wrong function to execute a live trade sell through Coinbase?

2. Plotting works correctly only in backtesting - "MFI Chart" and "Close Price Chart" are accessible in the checkboxes but they don't show valid data:

3. For the past few days I did ~180 backtests without a problem and now my log after running just a few says: "You currently have a maximum of 98kb of log data per backtest, and 3072kb total max per day. Please upgrade your account and contact us to request more allocation here: https://www.quantconnect.com/contact"

There was no problem with that before - what happened?

Author