: Guiding the trade pet (camel, horse, etc.) along a safe or efficient route from one town’s trade NPC to another.
// Inputs rsiLength = input.int(14, "RSI Length") overSold = input.int(30, "Oversold Level") overBought = input.int(70, "Overbought Level")
If you are looking for a script to help calculate optimal settings (like Grid Trading parameters) for SBot, here is a Python helper script.
// Alert Message (JSON Format typical for SBot API) // You must replace 'YOUR_API_KEY' and specific settings with your bot's requirements json_message = '"action": "strategy.order.action", "symbol": "BTCUSDT", "amount": "10"'