Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Option Indicator Example Algorithms Throw Errors

Open DerekMelchin opened this issue 11 months ago • 0 comments

Expected Behavior

The example algorithms in https://www.quantconnect.com/docs/v2/writing-algorithms/indicators/supported-indicators/gamma#02-Using-G-Indicator run without error.

Actual Behavior

Runtime Error: 'int' object has no attribute 'Current'
  at OnData
    self.Plot("Gamma" in main.py: line 19

Checklist

  • [x] I have completely filled out this template
  • [x] I have confirmed that this issue exists on the current master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues

DerekMelchin avatar Mar 15 '24 15:03 DerekMelchin