Metrics

quant.trader.Metrics
object Metrics

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Metrics.type

Members list

Type members

Classlikes

case class Kdj(ts: Long, rsv: Double, k: Double, d: Double, j: Double, end: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Kdj

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Kdj.type
case class Ma(ts: Long, price: Double, end: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Macd(ts: Long, ema12: Double, ema26: Double, diff: Double, dea: Double, bar: Double, end: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Macd

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Macd.type

Value members

Concrete methods

def kdj(klines: ZStream[Any, Throwable, Kline]): ZStream[Any, Throwable, Kdj]
def ma(n: Int, klines: ZStream[Any, Throwable, Kline]): ZStream[Any, Throwable, Ma]
def macd(klines: ZStream[Any, Throwable, Kline]): ZStream[Any, Throwable, Macd]