Skip to content

Live Scraper Settings

Settings for the live trading scraper functionality.

General

Stock Mode

Determines whether you want to trade rivens or items.

  • All — Will go through all the orders.
  • Item — Will only go through the item orders.
  • Riven — Will only go through the riven orders.

Default: All

Trade Mode

Only available when Stock Mode is set to Item.

Determines whether you want to buy, sell, or only wishlist items.

  • All — Will go through all the item orders.
  • Buy — Will only go through buy orders.
  • Sell — Will only go through your current stock to sell.
  • Wishlist — Will only go through wishlist.

Default: All

Report to Warframe Market

This will add a transaction to your Warframe Market account.

Default: true

Auto Delete

This will delete all orders on your Warframe Market account every time live trading starts. Blacklisted items will not be deleted.

Default: true

Auto Trade

⚠ This feature is still in development and may not work as intended. Use at your own risk.

This will automatically add/remove items or rivens from your stock if possible.

Default: true

Blacklist

The blacklist is a list of items that will be ignored by the bot (Buy/Sell).

Should Delete Other Trade Types

This will delete all orders on your Warframe Market account that are not the same type as the current trade mode. For example, if Trade Mode is set to Buy, all sell orders will be deleted, and vice versa.

Default: true

Stock Item Settings

WTB (Want to Buy)

Volume Threshold

The minimum amount of volume an item must have to be considered for buying.

Example: If set to 15, the bot will only consider items with a volume of 15 or higher.

Default: 15

Range Threshold

The minimum amount of range for min/max price an item must have to be considered for buying.

Example: If set to 5, the bot will only consider items with a range of 5 or higher.

Default: 10

Average Price Cap

The maximum price on an item to be considered for buying.

Example: If set to 100, the bot will only consider items with an average price of 100 or lower.

Default: 600

Don't set this too low, as it may cause the bot to not buy anything.

Max Total Price Cap

The maximum price for all buy orders combined.

Example: If set to 1000, the bot will only consider items with a total price of 1000 or lower.

Default: 100000

Don't set this too low, as it may cause the bot to not buy anything.

Price Shift Threshold

The minimum price shift an item must have to be considered for buying.

Example: If set to 5, the bot will only consider items with a price shift of 5 or higher. Set -1 to disable.

Default: -1 (disabled)

Don't play with this setting unless you know what you are doing.

Profit Margin Threshold

The minimum profit margin percentage an item must have to be considered for buying.

Example: If set to 5, the bot will only consider items with a profit margin of 5% or higher. Set -1 to disable.

How to calculate profit margin: Profit Margin = (Sell Price - Buy Price) / Buy Price × 100

Default: -1 (disabled)

Don't play with this setting unless you know what you are doing.

Trading Tax Cap

The maximum trading tax an item can have to be considered for buying.

Example: If set to 500000, the bot will only consider items with a trading tax of 500000 or lower.

Default: -1 (disabled)

Quantity of Goods

The quantity of goods to buy.

Example: If set to 5, the bot will only consider buying 5 of the item.

Default: 1

Quantity Per Trade

The quantity of goods to trade per transaction.

This is only valid for some items like arcanes.

Default: 1

Max Stock Quantity

Maximum quantity of an item to have in stock before stopping WTB order creation. Set to -1 to disable this feature.

Default: -1

WTS (Want to Sell)

Min Profit

The minimum profit an item must have to be considered for selling.

Example: If set to 10, the bot will only consider items with a profit of 10 or higher. Set -1 to disable.

Default: 10

Min SMA

The most commonly used moving average is a so-called simple moving average (SMA), which is the average closing price of a given security over a specific number of days. For example, you can find a stock's 20-day SMA by adding its prices over 20 days, then dividing that number by 20.

Example: If set to 3, the bot will only consider items with a SMA of 3 or higher. Set -1 to disable.

Default: 3

Stock Riven Settings

Minimum Profit

The minimum profit to consider for trading.

Default: 10

Threshold Percentage

Percentage threshold for trading.

Default: 5

Limit To

Limit the number of trades.

Default: 10

Update Interval (seconds)

Interval for updating riven trades.

Default: 60