Create a bot on WickHunter using a few test pairs to start with. Don’t worry which pairs but take note to confirm they later get changed to new ones.
Take note of the bot config your bot is using. Avoid any typos or case mismatch.
Take note of your bot UUID
Take note of the exchange and leverage your bot is using. If your bot later changes any of these details you MUST update them on self service otherwise it might cause errors trying to set pairs that are not available for the wrong combination of parameters. Be very strict with these part: not all pairs are available on all exchanges and not all pair/leverage combinations either.
Use BAQL generator or the BAQL documentation to create your pair selection query. Make sure to only include pair selection instructions and don’t include any signal or ORC instructions since these ones will cause errors. Only pair selection is currently supported with WickHunter platform.
How often does it update my pair selection? it updates according to your tier allowance.
How many bots can I update with pair selection? according to your tier allowance.
Where can I see errors when pairs fail to update and how to troubleshoot them? Make sure you have connected your telegram account to the website so that you get updated as soon as there’s an error.
How can I disable or pause an integration momentarily?
Can I have multiple integrations per UUID? yes, but do not create duplicate integrations per unique combination of UUID + bot config, doing so will cause conflicts because you will update twice the same bot with different pairs and its not guaranteed which one will get executed last to persist its pairs.