StockMarketDataService class

Constructors

StockMarketDataService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBackTestResultForSymbol(String symbol) Future<BuyAndHoldStrategyResult>
Get a backtest of buy and hold on a given symbol
getCandlesWithIndicators(String symbol, List<String> indicators) Future<List<YahooFinanceCandleData>>
Get a dataframe for a symbol with the required indicators
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited