Troubleshooting

SL or TP not copying

Use this when the receiver opens the trade but the stop loss or take profit does not appear, updates fail later, or Logs show invalid stop-related errors.

Common signs

  • The trade opens on the receiver but SL or TP is missing.
  • Logs show Invalid stops, Invalid SL, Invalid TP, or modify failures.
  • SL or TP exists on the master but not on the receiver.
  • Signal-based setups may be sending levels in pips instead of actual prices.

First things to check

  1. Open Logs. Find the exact stop or modify error first instead of guessing.
  2. Check the basic direction rules. For a buy, SL should be below and TP above. For a sell, SL should be above and TP below.
  3. Make sure the levels are far enough from current price. Some brokers reject stops that are too close.
  4. Check whether modify events are blocked. If your setup uses filters or event restrictions, those can stop SL or TP updates from reaching the receiver.

Best test method

  • First confirm entry copying works on a tiny trade.
  • Then test with conservative SL and TP levels.
  • If the setup uses TradingView or Telegram, make sure the signal uses actual price levels, not pip counts or ambiguous shorthand.