Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 989 Bytes

File metadata and controls

43 lines (31 loc) · 989 Bytes
description
The bot listens for 4 triggers when submitting trades for open/close & long/short

Triggers

Long positions

  • BTO - Buy to Open
  • STC - Sell to Close

Short positions

  • STO - Sell to Open
  • BTC - Buy to Close

{% hint style="info" %} Triggers & tickers are not case sensitive. {% endhint %}

Trigger Aliases

These work just as triggers do and are used at start of input.

{% tabs %} {% tab title="Open (Long/Short)" %} Open (long) / Open Long / Open Short
Opening (long) / Opening Long / Opening Short
Long / Going Long
Short / Shorting / Going Short
Buy / Buying / Bought - Note: As of now, these are long or BTO. Not closing short.\

{% endtab %}

{% tab title="Close (Long/Short)" %} Close / Closing
Sell / Selling / Sold - Note: As of now, these are closing long or STC. Not opening short.

Cut / Cutting - Note: Not to be mistaken with trim/partial. {% endtab %} {% endtabs %}