Signal Examples

  • Our system accepts trading signals in any format or language - no strict syntax is required. Signals only need to contain clear trading instructions to be processed correctly. See some examples below.

  • You can also use our Signal Generator tool to quickly create signal messages by configuring the parameters to match your needs.

  • The Signal Parser tool allows you to test and preview how your trading signals will be parsed and processed.


Below are just some examples of signals our system can handle and how they can be written. Feel free to try your own signals in different formats and languages.


Buy/Sell examples

Example 1: Buy 1 lot of EURUSD at the current market price.

Buy 1 EURUSD

Example 2: Sell 0.5 BTCUSDT when the price is 70,000.

Sell 0.5 BTCUSDT at 70000

Note: You don't need to specify whether it is a stop or limit order. Our system will place the correct order type based on the current market price.


Example 3: Buy EURUSD using 1% of the account balance and set the stop loss level to 1.1

Buy 1% EURUSD sl=1.1

Note: In the above example, 1% refers to the account balance at the time the order is placed. It is used as the margin amount. For example: If your current account balance is $10,000 and the account leverage is 50, then the margin amount used will be 1% of $10,000 = $100. With leverage applied, you will buy EURUSD with an asset value of approximately $100 * 50 = $5,000.


Example 4: Buy 100 USD of BTCUSDT and set the stop loss at 60,000, with 2 take profit levels at 80,000 and 90,000

Buy 100$ BTCUSDT sl=60000, tp1=80000, tp2=90000

Note: You can customize the size of each take profit level via receiver settings. Up to 3 take profit levels are supported.


Example 5: A complex trading signal example.

Buy 1 EURUSD at 1.2, sl=1.15, tp1=50pips, tp2=70pips, tp3=100pips, strategy is 123456, trailing stop trigger at 1.21, distance=5pips

Explanation:

  • This will place a pending order to buy 1 lot of EURUSD at 1.2
  • The stop loss is set to 1.15
  • It will set 3 take profit levels at 50 pips, 70 pips, and 100 pips. The size of each level is based on receiver settings.
  • This order has a strategy ID of 123456. We can use this strategy ID to select this order later (cancel, close, or update with filtering by strategy ID).
  • When this order is filled and becomes an open position, it will start trailing stop once the price reaches 1.21. The trailing stop distance is 5 pips (from the market price).

Example 6: A trading signal in Spanish

comprar 1 btcusdt, sl a 60000


Cancel pending order examples

Example 1: Cancel all pending orders.

Cancel orders

Example 2: Cancel all pending orders with the intention to Buy/Long.

Cancel buy orders

Example 3: Cancel all pending orders with EURUSD symbol.

Cancel EURUSD


Close position examples

Example 1: Close all positions .

Close all

Example 2: Close 50% of all positions.

Close 50%

Example 3: Close all long positions.

Close long

Example 4: Close 25% of long positions with the BTCUSDT symbol.

Close 25% of long BTCUSDT

Example 5: Close 50% of long positions if they are in profit.

Close 50% of winning long

Example 6: Close a specific position using a strategy ID (or position ID).

Close strategy=123456


Update SL/TP examples

Example 1: Set new stop loss and take profit levels for long positions.

set sl=1.1, tp=1.3 for long positions

Example 2: Set new stop loss and take profit levels for BTCUSDT positions if they are in profit.

set sl=60000, tp=80000 for winning BTCUSDT

Example 3: Remove the current stop loss level.

Remove sl


Set breakeven examples

Example 1: Set breakeven for all positions

set breakeven

Note: You can set up a small offset from the entry price (breakeven point) to cover commissions, fees, or keep a small profit via receiver settings.


Example 2: Set breakeven for EURUSD positions

set breakeven for EURUSD


Set trailing stop examples

Example 1: Start trailing stop for all positions

set trailing stop

Note: This will start trailing stop immediately with the default distance. You can configure trailing stop parameters via receiver settings.


Example 2: Start trailing stop for winning positions

set trailing stop for winning

Example 3: Start trailing stop at a specific price with a distance setup

set trailing stop at 75000, distance=0.5%


Signal Generator

This signal tool is designed to let you generate trading signals quickly by adjusting parameters. This tool also shows all trade actions, parameters, and units supported by our system.

  • Select the action you want
  • Adjust parameters as needed
  • Copy generated signal and paste into TradingView alert or Telegram

Generate a Buy signal by configuring the parameters. Supports multiple entry types, flexible size/TP/SL units, multiple TP levels, and trailing stop on entry...

Size
Symbol
Order type
Stop loss
Take profit
Strategy

Setup Trailing Stop

Trigger
Distance
Generated signal
Buy 1 EURUSD

Used for documentation purposes only. Not fully functional.


Signal Parser

This signal tool is designed to let you test your trading signals. It allows you to see how the system will parse and execute your trading signals in your trading accounts.

  • Paste or write your trading signal in the Signal box
  • Click Parse signal with AI to see result
Signal

Parsing result

Used for documentation purposes only. Not fully functional.