stockbot.constant package

Submodules

stockbot.constant.strategy module

stockbot.constant.yahoo module

class stockbot.constant.yahoo.MovingAveragePeriod(OneDay: str = '1d', FiveDay: str = '5d', OneMth: str = '1mo', ThreeMth: str = '3mo', SixMth: str = '6mo', OneYear: str = '1y', TwoYear: str = '2y', FiveYear: str = '5y', TenYear: str = '10y', YearToDate: str = 'ytd', Max: str = 'max')[source]

Bases: object

FiveDay: str = '5d'
FiveYear: str = '5y'
Max: str = 'max'
OneDay: str = '1d'
OneMth: str = '1mo'
OneYear: str = '1y'
SixMth: str = '6mo'
TenYear: str = '10y'
ThreeMth: str = '3mo'
TwoYear: str = '2y'
YearToDate: str = 'ytd'

Module contents