Class

Advice

Advice(adviceData)

Constructor

# new Advice(adviceData)

Represents an Advice.
Parameters:
Name Type Description
adviceData AdviceData

View Source structures/stalks/weeks/Advice.js, line 11

Members

string

# advice

Isabelle's friendly advice for your current situation.

View Source structures/stalks/weeks/Advice.js, line 22

Object.<string, number>

# odds

A dictionary consisting of price/odds mappings. Each key corresponds to a possible price, and the value is the likelihood that you'll hit that price.

View Source structures/stalks/weeks/Advice.js, line 37

Prediction

# prediction

The projected forecasts for your stalk market.

View Source structures/stalks/weeks/Advice.js, line 29

boolean

# sell

A boolean indicating if you should sell or hold.

View Source structures/stalks/weeks/Advice.js, line 16

Methods

# toJSON() → {AdviceData}

Serializes the Advice to a JSON.

View Source structures/stalks/weeks/Advice.js, line 44

AdviceData