Guild Config - Stock Market Module¶
The Stock Market Module is used for tracking the torn stock market, each stock, its trends, demand and records (all time high etc).
Additionally it is possible to track your portfolio, set price alerts, see stock rankings in order of market cap and more.
For detailed usage, commands, and examples, see the Stock Market Module Overview.
Settings at a glance¶
| Setting | Default | Summary |
|---|---|---|
| Selected Alerts | All |
A multi-select field which allows for the choice of specific alerts only |
| Alerts Channel | null |
The text channel where stocks alerts are sent |
| Transactions Channel | null |
The text channel where stocks transaction alerts are sent (If not set, sent to Stocks Channel) |
| Minimum Transaction | 100000000000 |
The minimum value needed for a stocks transaction to send an alert |
| Small Transaction Ping Role | null |
The role pinged in alerts for stocks transactions between $50b - $100b |
| Medium Transaction Ping Role | null |
The role pinged in alerts for stocks transactions between $100b - $250b |
| Large Transaction Ping Role | null |
The role pinged in alerts for stocks transactions over $250b |
Selected Alerts¶
Purpose
The selected stock alerts is the setting which controls which alerts are sent to the alerts channel, see table below:
| Alert Type | Description |
|---|---|
| Lows & Highs | Alerts for monthly, yearly or all time highs and lows |
| Price Changes | Alerts for spikes in price, such as price changes of 0.1% or more in 15, 30 or 60 minutes |
| Buys & Sales | Transactions over $50b are logged, default minimum for alerts is $100b |
Accepts
Stock Alert Selections
Default
Lows & Highs, Price Changes, Buys & Sales
Alerts Channel¶
Purpose
The alerts channel is the text channel in which selected stock alerts are sent.
By default, transactions also go to this channel.
Info
If you set the Transactions Channel, the stock alerts for Buys & Sales will go there instead.
Accepts
Text Channel
Default
null
Transactions Channel¶
Purpose
The transactions channel is the text channel in which stock alerts for Buys & Sales are sent.
Accepts
Text Channel
Default
null
Minimum Transaction¶
Purpose
The minimum transaction is an integer (a whole number) which specifies the minimum value of a buy or sale for alerts to be sent.
Info
There is a hard lower limit of $50b to prevent excessive alerts. By default it is $100b
Accepts
Text Channel
Default
100000000000
Small Transaction Ping Role¶
Purpose
The small transaction ping role is the role pinged for stocks transactions between $50b and $100b.
By default this role will never be pinged unless the Minimum Transaction is reduced to $50b
Accepts
Role
Default
null
Medium Transaction Ping Role¶
Purpose
The medium transaction ping role is the role pinged for stocks transactions between $100b and $250b.
Accepts
Role
Default
null
Large Transaction Ping Role¶
Purpose
The large transaction ping role is the role pinged for stocks transactions over $250b.
Accepts
Role
Default
null