olympian trade bot config [General] whitelist_user = whitelist_pass = colors = false archive_trade_messages = true message_check_interval = 60 [Authentication] olympian trade bot config How to get it? olympian trade bot config # This is required. Please make sure you enter your Roblox user ID at https://olympian.xyz/ or else whitelist # authentication will fail. userid = # you can use either username/password auth or .roblosecurity # both are not required # you can leave 2fa enabled if you use .roblosecurity username = password = olympian trade bot config How to use it? olympian trade bot config ROBLOSECURITY = [Trading] ###################### BOT VALUES ###################### # A lot of people say the new one doesn't work as well, so you can use the old one if you'd like use_old_value_algorithm = true olympian trade bot config How to use it? olympian trade bot config # Tells the bot to not trade items above this value maximum_item_value = 90000 #If this setting is true, it will value overpriced/projected items at their RAP if RAP is higher than value value_op_items_at_rap = false scale_value_by_demand_ratio = false demand_value_scale_multiplier = 1 olympian trade bot config How to get it? olympian trade bot config ###################### ITEMS ###################### #You can put the IDs of items that you don't want traded here, separated by commas not_for_trade = 0 #change to true if you only want to trade accessories only_trade_accessories = false #in seconds minimum_item_age = 5184000 olympian trade bot config How to get it for free? olympian trade bot config # The bot will only trade items with a volume above this number # .15 should evaluate to approximately average-high volume # You can think of this as demand minimum_volume = .18 # If this setting is true, then the value of the ask has to always be greater than value of the offer. safety = true olympian trade bot config How to get it for free? olympian trade bot config ###################### ITEM RESELLING ###################### # Bot will sell items in catalog for RAP/.7 # Excludes items in not for trade list, and items above maximum_item_value keep_items_on_sale = false sale_price_multiplier = 1 maximum_item_value_for_resale = 15000 # In seconds olympian trade bot config PasteShr olympian trade bot config interval_between_placing_items_on_sale = 10 # Set this to -1 to disable it. When set to 1-9, it will constantly update the sale price # to keep the item at a certian position in the reseller list. Warning: Overrides all price settings # Please note that it can take a lot of time for it to update the price for an item depending on # how many items are in your inventory and your interval_between_placing_items_on_sale setting constant_reseller_list_position = -1 olympian trade bot config How to get it? olympian trade bot config ###################### INBOUND TRADES ###################### #Set this to false if you don't want it to handle inbound trades handle_inbound_trades = true # The bot won't accept or decline inbound trades with a total value that is greater than this setting. ignore_inbound_above_value = 90000 interval_between_checking_inbound = 60 olympian trade bot config How to get it for free? olympian trade bot config ###################### OUTBOUND TRADES ###################### # Minimum time required to wait between sending a trade. Default 30. Setting too low will cause Roblox to temporarily # throttle your account. minimum_time_between_trades = 30 auto_adjust_time_between_trades = true # Controls how much its allowed to upgrade/downgrade in each trade maximum_xv1 = 2 maximum_1vx = 4 olympian trade bot config How to get it? olympian trade bot config # Maximum amount of time that can be spent searching for trades with a single partner (in seconds) maximum_time_searching_with_partner = 12 # This setting controls the minimum time that is required to trade with a user twice # in seconds minimum_trade_partner_cooldown = 86400 # WARNING: These settings are very dangerous. Changing these without fully understanding the consequences can # result in the bot making very bad trades. olympian trade bot config How to get it for free? olympian trade bot config max_grade_value_modifier = 0 outgoing_gradient_multiplier = 1 # This used to be a hard-coded value. You can think of it as the likelihood a trade will be accepted. # Score is a function of the difference in RAP between the offer and the ask. # Typically ranges from 0.0 - 0.3 score_threshold = .3 # If less than one, it will be treated as a percent. If more than or equal to 1, it will be treated as an constant minimum_value_gain = .01 olympian trade bot config How to dowload it? olympian trade bot config apply_minimum_value_to_inbound = true # If less than one, it will be treated as a percent. If more than or equal to 1, it will be treated as an constant minimum_rap_gain = 1 apply_minimum_rap_to_inbound = true # Determines which trades in the queue are sent first # 1 = highest score # 2 = highest value gain # 3 = highest rap gain olympian trade bot config How to get it? olympian trade bot config trade_priority = 1 [Debugging] easy_debug = false memory_debugging = false olympian trade bot config