quant.trader

package quant.trader

Members list

Packages

Type members

Classlikes

object Main extends ZIOAppDefault

Attributes

Supertypes
trait ZIOAppDefault
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
Show all
Self type
Main.type
object Metrics

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Metrics.type
case class MidPrice(ts: Long, price: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Offset(ts: Long, offset: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class StrategyState(val positions: Ref[Chunk[Position]], val orders: Ref[Chunk[Order]], val midPrice: Ref[Double], val offset: Ref[Double], val volatility: Ref[Double])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Tick(ts: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Trader

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BinanceF
class Okx
object Trader

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Trader.type
case class Volatility(ts: Long, volatility: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all