QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.19k stars 3.16k forks source link

Code to generate reference data for indicators using Tulip Indicators library is missing in repository #8193

Closed femtotrader closed 1 week ago

femtotrader commented 2 weeks ago

Expected Behavior

Generating reference data using Tulip Indicators should be possible (without searching in quite "hidden" repository issue/PR...) It should be part a Lean code

Actual Behavior

A script to generate reference data for indicators using Tulip Indicators is missing in the repository

Potential Solution

Create a script for that purpose inspired by https://github.com/QuantConnect/Lean/pull/7654#discussion_r1439861390 from @danielsuh05

Reproducing the Problem

N/A

System Information

Checklist

femtotrader commented 2 weeks ago

https://github.com/QuantConnect/Lean/issues/8194 adresses this issue but my opinion is that it is not the best idea to rely on a wrapper which is marked as [NOT ACTIVELY MAINTAINED]. We should have a C project instead. But that's a temporary solution