Hi, 

Every time I use BuybackPercentage I get the following error:

-----------------------------------------------------------

Error Message:

Runtime Error: TypeError : '>' not supported between instances of 'NoneType' and 'float'
at OnData
if transaction.EventType == SmartInsiderEventType.Transaction and transaction.BuybackPercentage > 0.01:
===
at Python.Runtime.PyObject.Invoke (Python.Runtime.PyTuple args in main.py:line 86
TypeError : '>' not supported between instances of 'NoneType' and 'float'

-----------------------------------------------------------


Can you help me? The error appears with self.SetEndDate beyond 2020 for example

Author