MinimalRoiEntry
A single ROI table entry mapping a time threshold (minutes) to a profit target.
type MinimalRoiEntry {
minutes: Int!
roi: Float!
}
Fields
MinimalRoiEntry.minutes ● Int! non-null scalar
Time threshold in minutes (e.g. 0, 20, 40, 60)
MinimalRoiEntry.roi ● Float! non-null scalar
Minimum ROI at this time threshold as a decimal (e.g. 0.04 = 4%)
Member Of
StrategyParameters object