Hi
It seems that there is a typo in the API document.
order_target_percent(security, amount, style=type)
but shouldn't the actual interface be:
order_target_percent(security, percentage) ?
And the illustration below is similar to the function above, which is order_target_value(security, amount, style=orderType)
Please clarify
Thanks.