DCARule
A single DCA (dollar-cost averaging) rule.
type DCARule {
priceDropPercent: Float!
stakeMultiplier: Float!
}
Fields
DCARule.priceDropPercent ● Float! non-null scalar
DCARule.stakeMultiplier ● Float! non-null scalar
Member Of
DCAConfig object