Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Default Imports #8381

Open
3 of 4 tasks
DerekMelchin opened this issue Oct 22, 2024 · 0 comments
Open
3 of 4 tasks

Missing Default Imports #8381

DerekMelchin opened this issue Oct 22, 2024 · 0 comments

Comments

@DerekMelchin
Copy link
Collaborator

DerekMelchin commented Oct 22, 2024

Expected Behavior

The C# default imports include the following:

using QuantConnect.Commands;
using QuantConnect.Data.Shortable;
using QuantConnect.Securities.IndexOption;
using Calendar = QuantConnect.Data.Consolidators.Calendar;

The Python default imports include the following:

from QuantConnect.Securities.IndexOption import  *
from QuantConnect.Indicators.CandlestickPatterns import *

Actual Behavior

Not included

Potential Solution

N/A

Reproducing the Problem

N/A

System Information

N/A

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant