-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update api ref and indicator ref pages
- Loading branch information
1 parent
5917dfc
commit 3720f97
Showing
300 changed files
with
1,728 additions
and
1,257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,6 +118,7 @@ | |
"110": "", | ||
"111": "", | ||
"112": "", | ||
"113": "" | ||
"113": "", | ||
"114": "" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
03 Writing Algorithms/28 Indicators/01 Supported Indicators/110 Vortex/01 Introduction.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!-- Code generated by indicator_reference_code_generator.py --> | ||
<p>This indicator represents the Vortex Indicator, which identifies the start and continuation of market trends. It includes components that capture positive (upward) and negative (downward) trend movements. This indicator compares the ranges within the current period to previous periods to calculate upward and downward movement trends.</p> | ||
<p>To view the implementation of this indicator, see the <a rel="nofollow" target="_blank" href="https://github.com/QuantConnect/Lean/tree/master/Indicators/Vortex.cs">LEAN GitHub repository</a>.</p> |
20 changes: 20 additions & 0 deletions
20
...Algorithms/28 Indicators/01 Supported Indicators/110 Vortex/02 Using Vortex Indicator.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- Code generated by indicator_reference_code_generator.py --> | ||
<? | ||
$hasReference = false; | ||
$hasAutomaticIndicatorHelper = true; | ||
$helperPrefix = ''; | ||
$typeName = 'Vortex'; | ||
$helperName = 'Vortex'; | ||
$helperArguments = 'symbol'; | ||
$properties = array("PlusVortex","MinusVortex"); | ||
$pyProperties = array("plus_vortex","minus_vortex"); | ||
$otherProperties = array(); | ||
$otherPyProperties = array(); | ||
$updateParameterType = 'a <code>TradeBar</code> or <code>QuoteBar</code>'; | ||
$constructorArguments = ''; | ||
$updateParameterValue = 'bar'; | ||
$hasMovingAverageTypeParameter = False; | ||
$constructorBox = 'vortex'; | ||
$isOptionIndicator = false; | ||
include(DOCS_RESOURCES."/indicators/using-indicator.php"); | ||
?> |
6 changes: 6 additions & 0 deletions
6
03 Writing Algorithms/28 Indicators/01 Supported Indicators/110 Vortex/03 Visualization.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- Code generated by indicator_reference_code_generator.py --> | ||
<? | ||
$typeName = "Vortex"; | ||
$imageSource = "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/vortex.png"; | ||
include(DOCS_RESOURCES."/indicators/visualization.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
...ting Algorithms/28 Indicators/01 Supported Indicators/110 Vortex/04 Indicator History.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- Code generated by indicator_reference_code_generator.py --> | ||
<? | ||
$helperPrefix = ''; | ||
$typeName = 'Vortex'; | ||
$helperName = 'Vortex'; | ||
$helperArguments = 'symbol'; | ||
$hasReference = false; | ||
$isOptionIndicator = false; | ||
$csharpProperties = array("PlusVortex","MinusVortex"); | ||
$pythonProperties = array("plus_vortex","minus_vortex"); | ||
include(DOCS_RESOURCES."/indicators/indicator-history.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
03 Writing Algorithms/28 Indicators/01 Supported Indicators/110 Vortex/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "metadata", | ||
"values": { | ||
"description": "This indicator represents the Vortex Indicator, which identifies the start and continuation of market trends. It includes compo...", | ||
"keywords": "vortex", | ||
"og:type": "website", | ||
"og:description": "This indicator represents the Vortex Indicator, which identifies the start and continuation of market trends. It includes compo...", | ||
"og:title": "Vortex - Using Indicators on QuantConnect.com", | ||
"og:site_name": "Vortex - Using Indicators on QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/vortex.png" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.