79130577

Date: 2024-10-27 12:33:13
Score: 1
Natty:
Report link

Sorry I don't know python, but why is your SL negative? This is how I modify a trade to use a trailing stop

{
    "command": "tradeTransaction",
    "arguments": {
        "tradeTransInfo": {
            "cmd": 1,
            "order": xxx,
            "symbol": "GBPUSD",
            "type": 3,
            "volume": 0.2,
            "price": 1.29954,
            "sl": 1.29707,
            "offset": 15
        }
    }
}
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user20271414