d4ca27f93f
Co-authored-by: Python Stubs Deployer <stubs-deploy@quantconnect.com>
324 lines
9.9 KiB
Python
324 lines
9.9 KiB
Python
from .__CandlestickPatterns_5 import *
|
|
import typing
|
|
import QuantConnect.Indicators.CandlestickPatterns
|
|
import datetime
|
|
|
|
|
|
|
|
class TasukiGap(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Tasuki Gap candlestick pattern indicator
|
|
|
|
TasukiGap(name: str)
|
|
TasukiGap()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.TasukiGap:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.TasukiGap:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.TasukiGap:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class ThreeBlackCrows(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Three Black Crows candlestick pattern
|
|
|
|
ThreeBlackCrows(name: str)
|
|
ThreeBlackCrows()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.ThreeBlackCrows:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.ThreeBlackCrows:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.ThreeBlackCrows:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class ThreeInside(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Three Inside Up/Down candlestick pattern
|
|
|
|
ThreeInside(name: str)
|
|
ThreeInside()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.ThreeInside:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.ThreeInside:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.ThreeInside:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class ThreeLineStrike(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Three Line Strike candlestick pattern
|
|
|
|
ThreeLineStrike(name: str)
|
|
ThreeLineStrike()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.ThreeLineStrike:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.ThreeLineStrike:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.ThreeLineStrike:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class ThreeOutside(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Three Outside Up/Down candlestick pattern
|
|
|
|
ThreeOutside(name: str)
|
|
ThreeOutside()
|
|
"""
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.ThreeOutside:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.ThreeOutside:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.ThreeOutside:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class ThreeStarsInSouth(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Three Stars In The South candlestick pattern
|
|
|
|
ThreeStarsInSouth(name: str)
|
|
ThreeStarsInSouth()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.ThreeStarsInSouth:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.ThreeStarsInSouth:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.ThreeStarsInSouth:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class ThreeWhiteSoldiers(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Three Advancing White Soldiers candlestick pattern
|
|
|
|
ThreeWhiteSoldiers(name: str)
|
|
ThreeWhiteSoldiers()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.ThreeWhiteSoldiers:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.ThreeWhiteSoldiers:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.ThreeWhiteSoldiers:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class Thrusting(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Thrusting candlestick pattern indicator
|
|
|
|
Thrusting(name: str)
|
|
Thrusting()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.Thrusting:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.Thrusting:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.Thrusting:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class Tristar(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Tristar candlestick pattern indicator
|
|
|
|
Tristar(name: str)
|
|
Tristar()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.Tristar:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.Tristar:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.Tristar:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class TwoCrows(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Two Crows candlestick pattern indicator
|
|
|
|
TwoCrows(name: str)
|
|
TwoCrows()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.TwoCrows:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.TwoCrows:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.TwoCrows:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class UniqueThreeRiver(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Unique Three River candlestick pattern
|
|
|
|
UniqueThreeRiver(name: str)
|
|
UniqueThreeRiver()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.UniqueThreeRiver:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.UniqueThreeRiver:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.UniqueThreeRiver:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class UpDownGapThreeMethods(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Up/Down Gap Three Methods candlestick pattern
|
|
|
|
UpDownGapThreeMethods(name: str)
|
|
UpDownGapThreeMethods()
|
|
"""
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.UpDownGapThreeMethods:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.UpDownGapThreeMethods:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.UpDownGapThreeMethods:
|
|
pass
|
|
|
|
IsReady: bool
|
|
|
|
|
|
|
|
class UpsideGapTwoCrows(QuantConnect.Indicators.CandlestickPatterns.CandlestickPattern, System.IComparable, QuantConnect.Indicators.IIndicator[IBaseDataBar], QuantConnect.Indicators.IIndicator, System.IComparable[IIndicator[IBaseDataBar]]):
|
|
"""
|
|
Upside Gap Two Crows candlestick pattern
|
|
|
|
UpsideGapTwoCrows(name: str)
|
|
UpsideGapTwoCrows()
|
|
"""
|
|
def Reset(self) -> None:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self, name: str) -> QuantConnect.Indicators.CandlestickPatterns.UpsideGapTwoCrows:
|
|
pass
|
|
|
|
@typing.overload
|
|
def __init__(self) -> QuantConnect.Indicators.CandlestickPatterns.UpsideGapTwoCrows:
|
|
pass
|
|
|
|
def __init__(self, *args) -> QuantConnect.Indicators.CandlestickPatterns.UpsideGapTwoCrows:
|
|
pass
|
|
|
|
IsReady: bool
|