Skip to content
New issue

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

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

Already on GitHub? # to your account

Python Support for CompositeIndicator #8598

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

JosueNina
Copy link
Contributor

@JosueNina JosueNina commented Feb 19, 2025

Description

Added Python support for CompositeIndicator, allowing it to accept Python objects as input and properly convert them into QuantConnect indicators.

Related Issue

Closes #8587

Motivation and Context

This change adds support for using CompositeIndicator in Python, allowing users to create and manipulate composite indicators within a Python environment

Requires Documentation Change

N/A

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves implementation)
  • Performance (non-breaking change which improves performance. Please add associated performance test and results)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-functional change (xml comments/documentation/etc)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My branch follows the naming convention bug-<issue#>-<description> or feature-<issue#>-<description>

@JosueNina JosueNina force-pushed the bug-8587-composite-indicator-support-python branch from 7b11c4d to 4dfb6eb Compare February 19, 2025 21:27
@JosueNina JosueNina changed the title WIP: Python Support for CompositeIndicator Python Support for CompositeIndicator Feb 20, 2025
@JosueNina JosueNina force-pushed the bug-8587-composite-indicator-support-python branch from e400d0e to cf26cab Compare February 20, 2025 20:33
@JosueNina JosueNina force-pushed the bug-8587-composite-indicator-support-python branch from bc41249 to 4376f4d Compare February 21, 2025 08:34
@JosueNina JosueNina force-pushed the bug-8587-composite-indicator-support-python branch from 2fb26b3 to 91c6f27 Compare February 21, 2025 21:58
Copy link
Collaborator

@jhonabreul jhonabreul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just a minor comment below

@JosueNina JosueNina force-pushed the bug-8587-composite-indicator-support-python branch from c086e64 to 4af8cfa Compare February 24, 2025 20:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CompositeIndicator Support Python
2 participants