Telegram Signals Syntax
This guide will show you how to structure your Telegram signals
Morten Madsen
Last Update një vit më parë
We support multiple signal formats and we can always add a new format if we don't currently support it. Send us a message and we will integrate the format into our software.
Syntax
The minimum requirements for a Telegram Signal to trigger a trade, are Buy / Sell + trading pair name. Example: Buy EURUSD or Sell EURUSD.
Market orders
Most used formats are like this:
Buy/Sell PairName
Stoploss: x
Take Profit 1: x
Example
Buy EURUSD
Stoploss: 1.06
Take Profit 1: 1.08
or
Buy/Sell PairName
Stoploss: x
Take Profit 1: x
Take Profit 2: x
Take Profit 3: x
Take Profit 4: x
Example
Buy EURUSD
Stoploss: 1.060
Take Profit 1: 1.080
Take Profit 2: 1.085
Take Profit 3: 1.090
Take Profit 4: 1.095
Let us know if you have a format we don't support. We can easily add it
Pending orders
Most used formats are like this:
Buy/Sell PairName Limit
Stoploss: x
Take Profit 1: x
Entry x
Example
Buy EURUSD limit
Stoploss: 1.06
Take Profit 1: 1.08
Entry 1.07
or
Buy/Sell PairName limit
Stoploss: x
Take Profit 1: x
Take Profit 2: x
Take Profit 3: x
Take Profit 4: x
Entry x
Example
Buy EURUSD limit
Stoploss: 1.060
Take Profit 1: 1.080
Take Profit 2: 1.085
Take Profit 3: 1.090
Take Profit 4: 1.095
Entry 1.07
Let us know if you have a format we don't support. We can easily add it
Close Commands
If you want to close current open orders or pending orders you can use the below commands.
- Close Pairname
Example Close EURUSD -> will close all open or pending orders for EURUSD
- Close all
This command will close all trades.
Example Close all -> will close all open or pending orders
- Close Pairname buy
This command will close all buy trades with that pair.
Example Close EURUSD buy -> will close all open or pending buy orders for EURUSD
- Close Pairname sell
This command will close all sell trades with that pair.
Example Close EURUSD sell -> will close all open or pending sell orders for EURUSD
Hedge Order Commands
If you use hedging in your trading you can use the below commands. The commands will close the current open position and open a new position in the opposite direction.
- Close pairname go long or Close pairname go buy
- Close pairname go short or Close pairname go sell
Example: Close EURUSD go short -> will close my Buy EURUSD position and open a Sell EURUSD position.
Example: Close EURUSD go long -> will close my Sell EURUSD position and open a Buy EURUSD position.