Hey
I have notice while I was doing shorts in live trading. Quantopian did not got the full buying power from my account including my margin. Is there anyway to set it up to use 100% in the rebalancing?
def rebalance(context,data,exchange_time):
for sid in context.sids:
if sid in data:
order_target_percent(sid, context.sids[sid])