-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline PEP8: Handling Data > TradeBar | QuoteBar | Tick
- Loading branch information
1 parent
fe37e04
commit aa29842
Showing
44 changed files
with
82 additions
and
86 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
4 changes: 2 additions & 2 deletions
4
...ing Algorithms/03 Securities/99 Asset Classes/01 US Equity/02 Handling Data/03 Trades.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
4 changes: 2 additions & 2 deletions
4
...ing Algorithms/03 Securities/99 Asset Classes/01 US Equity/02 Handling Data/04 Quotes.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/quotebar.php"); | ||
?> |
6 changes: 3 additions & 3 deletions
6
...ting Algorithms/03 Securities/99 Asset Classes/01 US Equity/02 Handling Data/05 Ticks.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tick.php"); | ||
?> | ||
|
||
<p>If <a href='/docs/v2/cloud-platform/datasets/quantconnect/us-equities#05-Suspicious-Ticks'>we detect a tick that may be suspicious</a>, we set its <code>Suspicious</code> flag to true.</p> | ||
<p>If <a href='/docs/v2/cloud-platform/datasets/quantconnect/us-equities#05-Suspicious-Ticks'>we detect a tick that may be suspicious</a>, we set its <code class="csharp">Suspicious</code><code class="python">suspicious</code> flag to true.</p> |
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
4 changes: 2 additions & 2 deletions
4
... Algorithms/03 Securities/99 Asset Classes/02 India Equity/02 Handling Data/02 Trades.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tradebar.php"); | ||
?> |
2 changes: 1 addition & 1 deletion
2
...lgorithms/03 Securities/99 Asset Classes/03 Equity Options/02 Handling Data/02 Trades.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
2 changes: 1 addition & 1 deletion
2
...lgorithms/03 Securities/99 Asset Classes/03 Equity Options/02 Handling Data/03 Quotes.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
4 changes: 2 additions & 2 deletions
4
...riting Algorithms/03 Securities/99 Asset Classes/04 Crypto/02 Handling Data/03 Trades.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tradebar.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
...riting Algorithms/03 Securities/99 Asset Classes/04 Crypto/02 Handling Data/04 Quotes.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/quotebar.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
03 Writing Algorithms/03 Securities/99 Asset Classes/04 Crypto/02 Handling Data/05 Ticks.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tick.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
...lgorithms/03 Securities/99 Asset Classes/05 Crypto Futures/02 Handling Data/03 Trades.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tradebar.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
...lgorithms/03 Securities/99 Asset Classes/05 Crypto Futures/02 Handling Data/04 Quotes.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/quotebar.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
...Algorithms/03 Securities/99 Asset Classes/05 Crypto Futures/02 Handling Data/05 Ticks.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "security"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tick.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
03 Writing Algorithms/03 Securities/99 Asset Classes/06 Forex/02 Handling Data/02 Quotes.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "Forex pair"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/quotebar.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
03 Writing Algorithms/03 Securities/99 Asset Classes/06 Forex/02 Handling Data/03 Ticks.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "Forex pair"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tick.php"); | ||
?> |
2 changes: 1 addition & 1 deletion
2
...iting Algorithms/03 Securities/99 Asset Classes/07 Futures/02 Handling Data/02 Trades.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
2 changes: 1 addition & 1 deletion
2
...iting Algorithms/03 Securities/99 Asset Classes/07 Futures/02 Handling Data/03 Quotes.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
2 changes: 1 addition & 1 deletion
2
...riting Algorithms/03 Securities/99 Asset Classes/07 Futures/02 Handling Data/04 Ticks.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
2 changes: 1 addition & 1 deletion
2
...lgorithms/03 Securities/99 Asset Classes/08 Future Options/02 Handling Data/02 Trades.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
2 changes: 1 addition & 1 deletion
2
...lgorithms/03 Securities/99 Asset Classes/08 Future Options/02 Handling Data/03 Quotes.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
2 changes: 1 addition & 1 deletion
2
03 Writing Algorithms/03 Securities/99 Asset Classes/09 Index/02 Handling Data/03 Ticks.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
2 changes: 1 addition & 1 deletion
2
...Algorithms/03 Securities/99 Asset Classes/10 Index Options/02 Handling Data/02 Trades.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
2 changes: 1 addition & 1 deletion
2
...Algorithms/03 Securities/99 Asset Classes/10 Index Options/02 Handling Data/03 Quotes.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
4 changes: 2 additions & 2 deletions
4
03 Writing Algorithms/03 Securities/99 Asset Classes/11 CFD/02 Handling Data/02 Quotes.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "CFD"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/quotebar.php"); | ||
?> |
4 changes: 2 additions & 2 deletions
4
03 Writing Algorithms/03 Securities/99 Asset Classes/11 CFD/02 Handling Data/03 Ticks.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
<? | ||
$securityName = "CFD"; | ||
$pythonVariable = "self.symbol"; | ||
$pythonVariable = "self._symbol"; | ||
$cSharpVariable = "_symbol"; | ||
include(DOCS_RESOURCES."/securities/tick.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
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
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.