Skip to content

Entries

The entry block is required: without it the signal is not recognized. Entries are given by price only — one or several, each on its own line.

Keywords

At the start of a line, case does not matter: entry, entry targets, buy, вход, покупка. Heading words are matched as a prefix at the start of a line, so Входы: works too; Entries: works as well, if the post has no ordinary Entry: heading. Emoji, bullets and dashes in front of the word are removed automatically: 🎯 Entry:, — Entry:.

The first price may stand on the same line after the colon or on the next one.

Right and wrong

RightWrongWhat happens
Entry: 85000Entry: at market, Entry: marketAn entry is a price only; the word “market” is not supported
Entry: 85000
84200
Entry: 85000 / 84200Only the first number is taken from a line — the second entry is lost
Entry: 85000
84200
Entry: 85000-84200A hyphen range is not expanded — 85000 remains
Entry 1: 85000
Entry 2: 84200, 1) 85000, 1. 85000
Entry1 85000Without a separator after the number the digit sticks to the price: you get 185000, with no error
0.545, 0,545, 85 00085,000One group of three digits after a comma can be read two ways — the bot refuses
Entry: 85000
84200
TP: …
Entry: 85000
TF: 5m
TP: …
Any line with a number inside the block is one more level: TF: 5m becomes an entry at price 5

Lines without digits inside the block are skipped. Shares of entries (percentages) are not written in a channel signal — they are distributed by each subscriber's own setting (Distribution across entries).

The entry zone

If you want a zone, write two prices on two lines:

Entry: 85000
84200

A subscriber can turn on Entry Zone on their side — then their bot expands the zone into several levels by itself.

How an entry is executed for a subscriber

A limit order at your price is placed for the subscriber. If the entry price is already no worse than the current one (for LONG — above or equal to it), the order is placed at market — this is how you can set an “entry at market” by naming a price slightly above the current one. If a target or the stop is reached before the entry, the subscriber's unfilled entry is cancelled automatically.

Common mistakes and what the bot says

  • “Value not found for ENTRY” — there is no line with an entry keyword, or none of the lines in the block contain digits.
  • “Could not read a price in line '…'. Check the number: use a dot or a comma as the decimal separator, no extra text.” — no number could be found in the line.
  • “The number '85,000' in line 'Entry: 85,000' is ambiguous (e.g. 112.5 or 112500). Write it with a dot as the decimal separator or without a thousands separator.” — a comma with exactly three digits after it.
  • “More than one keyword found for ENTRY. Found: …” — two entry headings in one post (for example Entry: and Buy:). Keep one.
  • The signal card shows entry 185000 instead of 85000 — a number without a separator stuck to the price. Write Entry 1: 85000 or 1) 85000, or better without numbering at all.
  • You made a mistake in the price of a published signal — an edited post is not re-read, use /change_entry1_to_… as a reply to the post (Commands in the channel).