-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Create ADX Indicator #2
Comments
jaredbroad
referenced
this issue
in StefanoRaggi/Lean
Mar 15, 2016
when switching positions from long to short and viceversa
viliwonka
added a commit
to viliwonka/Lean
that referenced
this issue
May 11, 2018
mchandschuh
pushed a commit
that referenced
this issue
Aug 28, 2018
Add brokerage message if requests are rate limited
gsalaz98
referenced
this issue
in gsalaz98/Lean
Jul 10, 2019
AlexCatarino
pushed a commit
that referenced
this issue
Jan 14, 2020
StefanoRaggi
pushed a commit
to StefanoRaggi/Lean
that referenced
this issue
Feb 25, 2021
…pdate 1 Zerodha mapper class update to get instruments based on Market. 2 Z…
4 tasks
AlexCatarino
pushed a commit
to AlexCatarino/Lean
that referenced
this issue
Nov 3, 2022
Address peer review and added unit test
Martin-Molinero
added a commit
that referenced
this issue
Apr 17, 2024
3 tasks
jhonabreul
added a commit
that referenced
this issue
Sep 12, 2024
* EUREX data EUREX data model and sample data * Add EUREX futures expiry function and sample algorithms * Add EuroStoxx50 futures map and factor files * Reduce eurex data for repo * Map eurex market to primary exchange * Update Euro Stoxx 50 (FESX) map and factol files * Update Euro Stoxx 50 (FESX) minute data * Added EURSD data * Added 2 basic FESX futures algorithms in CSharp and Python (#2) * Add regression algorithms * Update regression algorithms and data * Minor change * Cleanup --------- Co-authored-by: paulius-an <118921953+paulius-an@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create an "AverageDirectionalIndex" indicator class and the associated "ADX" helper method in the QCAlgorithm base class. See introduction to indicators - https://lean.quantconnect.com/docs#topic9.html
Add the associated tests to Tests project under /Indicators to confirm the ADX values match up with the data provided in Tests/TestData/spy_with_adx.txt file.
The text was updated successfully, but these errors were encountered: