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