Options

MULTUP & take_profit

Hello,
Could you guide me how to use "stop_loss" and "take_profit" with "MULTUP", I get the error "message": "Input validation failed: Properties not allowed: stop_loss, take_profit."

JSON test : {
"proposal": 1,
"amount": 100,
"basis": "stake",
"contract_type": "MULTUP",
"currency": "USD",
"take_profit": 600,
"stop_loss": "500",
"multiplier":100,
"symbol": "BOOM500"
}

Comments

  • Options
    edited October 2023
    {
       "buy":"1",
       "price":100,
       "parameters":{
            "amount":100,
             "basis":"stake",
             "contract_type":"MULTUP",
             "currency":"USD",
             "multiplier":"100",
             "symbol":"R_100",       
             "limit_order": {         
                  "stop_loss": 50,
                  "take_profit": 150
             }
        }
    }
    
    
Sign In or Register to comment.