Your post will be published after a quick review.
Could we please have a feature to be able to close partial of an existing trade for example if want to close 50% of a trade somthing like this for json:
{
"symbol": "NAS100",
"order_type": "CLOSE PARTIAL",
"signal_id":"TRADE123",
"close_percent" : "50"
}
3 months ago