Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Mar 5, 2024
1 parent 80db0d9 commit edc1787
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public override void Initialize()
.OrderBy(c => c.ID.Date)
.First(c => c.ID.StrikePrice == 800m);

//_option = QuantConnect.Symbol.CreateOption(_stock, Market.USA, OptionStyle.American, OptionRight.Put, 41m, new DateTime(2014, 06, 21));
AddOptionContract(_option);
}

Expand Down

0 comments on commit edc1787

Please sign in to comment.