Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
order_target_percent() creating unusual leverage.

It is recomended to use order_target_percent()

so that your algo do not create unusual leverage. However,
here I am finding algo is creating unusual leverage in minute backtest.

Yagnesh

3 responses

Same algo is not creating leverage in daily mode backtest. . . . !

Keep in mind that order_target_percent() does not manage open orders. I added some code to skip new orders if old ones are still open. --Grant

Ah . Got it.

But the performance on daily backtest is pole apart from the minute base. Why?

Thanks.