Buy/entry tile

The buy/entry tile has all parameters in it to buy into an asset.

The difference between buy and entry tile is that a BUY tile is for spot strategies and ENTRY tile is for futures strategies.

Buy tile editor

  • Name - Name that shows in your strategy tiles. This can be anything you can recognize it with.

  • Order type - Choose between a market order or limit order.

    • Limit order:

      • Order offset (%) - At how much premium (positive number) maximum do you want to place the order? Or how much lower than current price (negative number)?

      • Order timeout (s) - After how many seconds of the order not being filled should it be removed from the exchange?

  • Position size in percentage? - If ticked, the Position size will be decided on in %. This means the bot will automatically compound. If not ticked, your order size will be in the base currency you plan to run your strategy on.

  • Maximum concurrent positions - How many different positions can be bought using this buy tile (at once)? Note that the order size matters for this number: if your order size is 20%, you can have a maximum of 5 concurrent positions.

  • Take profit % - At what % in profit should the bot place a takeprofit limit order? Must be a positive number.

    • TP % based on initial entry price - If your strategy uses DCA or partial closes, the average entry price changes. If you tick this box, the change % for take profit will be taken from only your initial entry.

    • Take profit cooldown (s) - How long should this pair be ignored by the bot if the TP is hit?

  • Stoploss % - At what % should the bot place a stoploss order? Must be a negative number.

    • SL % based on initial entry price - If your strategy uses DCA or partial closes, the average entry price changes. If you tick this box, the change % for stoploss will be taken from only your initial entry.

    • Stop loss cooldown (s) - How long should this pair be ignored by the bot if the SL is hit?

Entry tile extra fields

On futures, there are two extra fields compared to spot.

  • Trading direction - Will this tile make the bot buy into a LONG position or a SHORT position?

  • Leverage - How much leverage should this position be on?

Last updated