Signal Rules




Our Algorithm support 2 Types of Orders




Market order only needs 2 information:

Our algorithm is not case-sensitive. Separate these 2 pieces of information by a space or a linebreak, then your signal is ready.


Directions

Direction vocabulary:
  • Sell: SHORT, SELL
  • Buy: LONG, BUY
  • Close: CLOSE

Symbol

This word design the market where you are trying to speculate.

You can nickname a symbol. If your telegram Source chat sends signals with custom names instead of the symbols.

Example: adding "Gold" as a nickname for the symbol "XAUUSD"

Never forget that symbols not added to your solution will always result in a failed lecture .





See some Examples