Prompt:
"Write a Fundamental Piotroski F-score Algorithm"
Failure:
- Compile succeeded when it should have failed.
- Backtest Runtime Error Message
Runtime Error: 'Fundamental' object has no attribute 'share_class_reference'
at _extract_fundamentals
shares = f.share_class_reference.shares_outstanding
^^^^^^^^^^^^^^^^^^^^^^^
in main.py: line 141
at _select_fundamentals
data = self._extract_fundamentals(f)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
in main.py: line 65
Prompt:
"Write a Fundamental Piotroski F-score Algorithm"
Failure:
Runtime Error: 'Fundamental' object has no attribute 'share_class_reference'
at _extract_fundamentals
shares = f.share_class_reference.shares_outstanding
^^^^^^^^^^^^^^^^^^^^^^^
in main.py: line 141
at _select_fundamentals
data = self._extract_fundamentals(f)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
in main.py: line 65