-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f474369
commit 937b760
Showing
648 changed files
with
3,803 additions
and
560 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
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
3 changes: 3 additions & 0 deletions
3
...lgorithms/28 Indicators/01 Supported Indicators/023 Choppiness Index/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>The ChoppinessIndex indicator is an indicator designed to determine if the market is choppy (trading sideways) or not choppy (trading within a trend in either direction)</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/ChoppinessIndex.cs">LEAN GitHub repository</a>.</p> |
20 changes: 20 additions & 0 deletions
20
...ators/01 Supported Indicators/023 Choppiness Index/02 Using ChoppinessIndex 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 = 'ChoppinessIndex'; | ||
$helperName = 'ChoppinessIndex'; | ||
$helperArguments = 'symbol'; | ||
$properties = array(); | ||
$pyProperties = array(); | ||
$otherProperties = array(); | ||
$otherPyProperties = array(); | ||
$updateParameterType = 'a <code>TradeBar</code> or <code>QuoteBar</code>'; | ||
$constructorArguments = ''; | ||
$updateParameterValue = 'bar'; | ||
$hasMovingAverageTypeParameter = False; | ||
$constructorBox = 'choppiness-index'; | ||
$isOptionIndicator = false; | ||
include(DOCS_RESOURCES."/indicators/using-indicator.php"); | ||
?> |
6 changes: 6 additions & 0 deletions
6
...lgorithms/28 Indicators/01 Supported Indicators/023 Choppiness Index/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 = "ChoppinessIndex"; | ||
$imageSource = "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/choppiness-index.png"; | ||
include(DOCS_RESOURCES."/indicators/visualization.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
...ithms/28 Indicators/01 Supported Indicators/023 Choppiness Index/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 = 'ChoppinessIndex'; | ||
$helperName = 'ChoppinessIndex'; | ||
$helperArguments = 'symbol'; | ||
$hasReference = false; | ||
$isOptionIndicator = false; | ||
$csharpProperties = array(); | ||
$pythonProperties = array(); | ||
include(DOCS_RESOURCES."/indicators/indicator-history.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
...iting Algorithms/28 Indicators/01 Supported Indicators/023 Choppiness Index/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": "The ChoppinessIndex indicator is an indicator designed to determine if the market is choppy (trading sideways) or not choppy (t...", | ||
"keywords": "choppiness index", | ||
"og:type": "website", | ||
"og:description": "The ChoppinessIndex indicator is an indicator designed to determine if the market is choppy (trading sideways) or not choppy (t...", | ||
"og:title": "Choppiness Index - Using Indicators on QuantConnect.com", | ||
"og:site_name": "Choppiness Index - Using Indicators on QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/choppiness-index.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.
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.
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.
3 changes: 3 additions & 0 deletions
3
...ing Algorithms/28 Indicators/01 Supported Indicators/036 Force Index/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>The Force Index is calculated by comparing the current market price with the previous market price and multiplying its difference with the traded volume during a specific time period.</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/ForceIndex.cs">LEAN GitHub repository</a>.</p> |
20 changes: 20 additions & 0 deletions
20
...s/28 Indicators/01 Supported Indicators/036 Force Index/02 Using ForceIndex 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 = 'ForceIndex'; | ||
$helperName = 'ForceIndex'; | ||
$helperArguments = 'symbol'; | ||
$properties = array(); | ||
$pyProperties = array(); | ||
$otherProperties = array(); | ||
$otherPyProperties = array(); | ||
$updateParameterType = 'a <code>TradeBar</code>'; | ||
$constructorArguments = ''; | ||
$updateParameterValue = 'bar'; | ||
$hasMovingAverageTypeParameter = False; | ||
$constructorBox = 'force-index'; | ||
$isOptionIndicator = false; | ||
include(DOCS_RESOURCES."/indicators/using-indicator.php"); | ||
?> |
6 changes: 6 additions & 0 deletions
6
...ing Algorithms/28 Indicators/01 Supported Indicators/036 Force Index/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 = "ForceIndex"; | ||
$imageSource = "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/force-index.png"; | ||
include(DOCS_RESOURCES."/indicators/visualization.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
...Algorithms/28 Indicators/01 Supported Indicators/036 Force Index/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 = 'ForceIndex'; | ||
$helperName = 'ForceIndex'; | ||
$helperArguments = 'symbol'; | ||
$hasReference = false; | ||
$isOptionIndicator = false; | ||
$csharpProperties = array(); | ||
$pythonProperties = array(); | ||
include(DOCS_RESOURCES."/indicators/indicator-history.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
03 Writing Algorithms/28 Indicators/01 Supported Indicators/036 Force Index/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": "The Force Index is calculated by comparing the current market price with the previous market price and multiplying its differen...", | ||
"keywords": "force index", | ||
"og:type": "website", | ||
"og:description": "The Force Index is calculated by comparing the current market price with the previous market price and multiplying its differen...", | ||
"og:title": "Force Index - Using Indicators on QuantConnect.com", | ||
"og:site_name": "Force Index - Using Indicators on QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/force-index.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.
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.
3 changes: 3 additions & 0 deletions
3
...thms/28 Indicators/01 Supported Indicators/045 Internal Bar Strength/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>The InternalBarStrenght indicator is a measure of the relative position of a period's closing price to the same period's high and low. The IBS can be interpreted to predict a bullish signal when displaying a low value and a bearish signal when presenting a high value.</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/InternalBarStrength.cs">LEAN GitHub repository</a>.</p> |
20 changes: 20 additions & 0 deletions
20
...Supported Indicators/045 Internal Bar Strength/02 Using InternalBarStrength 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 = 'InternalBarStrength'; | ||
$helperName = 'InternalBarStrength'; | ||
$helperArguments = 'symbol'; | ||
$properties = array(); | ||
$pyProperties = array(); | ||
$otherProperties = array(); | ||
$otherPyProperties = array(); | ||
$updateParameterType = 'a <code>TradeBar</code> or <code>QuoteBar</code>'; | ||
$constructorArguments = ''; | ||
$updateParameterValue = 'bar'; | ||
$hasMovingAverageTypeParameter = False; | ||
$constructorBox = 'internal-bar-strength'; | ||
$isOptionIndicator = false; | ||
include(DOCS_RESOURCES."/indicators/using-indicator.php"); | ||
?> |
6 changes: 6 additions & 0 deletions
6
...thms/28 Indicators/01 Supported Indicators/045 Internal Bar Strength/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 = "InternalBarStrength"; | ||
$imageSource = "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/internal-bar-strength.png"; | ||
include(DOCS_RESOURCES."/indicators/visualization.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
.../28 Indicators/01 Supported Indicators/045 Internal Bar Strength/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 = 'InternalBarStrength'; | ||
$helperName = 'InternalBarStrength'; | ||
$helperArguments = 'symbol'; | ||
$hasReference = false; | ||
$isOptionIndicator = false; | ||
$csharpProperties = array(); | ||
$pythonProperties = array(); | ||
include(DOCS_RESOURCES."/indicators/indicator-history.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
... Algorithms/28 Indicators/01 Supported Indicators/045 Internal Bar Strength/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": "The InternalBarStrenght indicator is a measure of the relative position of a period's closing price to the same period's high a...", | ||
"keywords": "internal bar strength", | ||
"og:type": "website", | ||
"og:description": "The InternalBarStrenght indicator is a measure of the relative position of a period's closing price to the same period's high a...", | ||
"og:title": "Internal Bar Strength - Using Indicators on QuantConnect.com", | ||
"og:site_name": "Internal Bar Strength - Using Indicators on QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/internal-bar-strength.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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...gorithms/28 Indicators/01 Supported Indicators/057 Mc Ginley Dynamic/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 McGinley Dynamic (MGD) It is a type of moving average that was designed to track the market better than existing moving average indicators. It is a technical indicator that improves upon moving average lines by adjusting for shifts in market speed.</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/McGinleyDynamic.cs">LEAN GitHub repository</a>.</p> |
20 changes: 20 additions & 0 deletions
20
...tors/01 Supported Indicators/057 Mc Ginley Dynamic/02 Using McGinleyDynamic 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 = 'McGinleyDynamic'; | ||
$helperName = 'McGinleyDynamic'; | ||
$helperArguments = 'symbol'; | ||
$properties = array(); | ||
$pyProperties = array(); | ||
$otherProperties = array(); | ||
$otherPyProperties = array(); | ||
$updateParameterType = 'time/number pair or an <code>IndicatorDataPoint</code>'; | ||
$constructorArguments = ''; | ||
$updateParameterValue = 'bar.EndTime, bar.Close'; | ||
$hasMovingAverageTypeParameter = False; | ||
$constructorBox = 'mc-ginley-dynamic'; | ||
$isOptionIndicator = false; | ||
include(DOCS_RESOURCES."/indicators/using-indicator.php"); | ||
?> |
6 changes: 6 additions & 0 deletions
6
...gorithms/28 Indicators/01 Supported Indicators/057 Mc Ginley Dynamic/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 = "McGinleyDynamic"; | ||
$imageSource = "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/mc-ginley-dynamic.png"; | ||
include(DOCS_RESOURCES."/indicators/visualization.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
...thms/28 Indicators/01 Supported Indicators/057 Mc Ginley Dynamic/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 = 'McGinleyDynamic'; | ||
$helperName = 'McGinleyDynamic'; | ||
$helperArguments = 'symbol'; | ||
$hasReference = false; | ||
$isOptionIndicator = false; | ||
$csharpProperties = array(); | ||
$pythonProperties = array(); | ||
include(DOCS_RESOURCES."/indicators/indicator-history.php"); | ||
?> |
12 changes: 12 additions & 0 deletions
12
...ting Algorithms/28 Indicators/01 Supported Indicators/057 Mc Ginley Dynamic/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 McGinley Dynamic (MGD) It is a type of moving average that was designed to track the market bette...", | ||
"keywords": "mc ginley dynamic", | ||
"og:type": "website", | ||
"og:description": "This indicator represents the McGinley Dynamic (MGD) It is a type of moving average that was designed to track the market bette...", | ||
"og:title": "Mc Ginley Dynamic - Using Indicators on QuantConnect.com", | ||
"og:site_name": "Mc Ginley Dynamic - Using Indicators on QuantConnect.com", | ||
"og:image": "https://cdn.quantconnect.com/docs/i/writing-algorithms/indicators/supported-indicators/mc-ginley-dynamic.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.
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.
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.
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.
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.
Oops, something went wrong.