🤖Submitting a Bot

In order to add your bot on Raindrop, click on your username at the top right of the screen and select Author Dashboard. At the top right click Add Bot, and fill in the following information about your bot.

  • Bot name

  • Bot image URL

  • Trade timeframe

  • Recommended leverage

  • Bot description

  • Pricing structure

  • Asset being traded

After filling in this information you will be prompted to upload your bot's trade history CSV. Once you upload your CSV you will need to indicate which header in your CSV matches each of the following categories. The delimiter in the CSV files is supposed to be a colon, not a semicolon!

  • Trade ID: Each set of orders will need a unique trade ID. Indicate multiple orders in the same trade with the same trade ID. This means the open, any partial orders, and the closing trade will all have the same trade ID.

  • Side: A string, either "buy" or "sell".

  • Open Price: The opening price in USD

  • Profit: Percentage profit

  • Risk: Percentage equity in order, between 0 and 1

  • Timestamp: The timestamp of the trade in UST

  • Is closing order: A boolean indicating whether the trade is a closing order or not

Shown below is a below and after example of a sample bot trading history formatted to be compatible with Raindrop.

Last updated