Hello,
*This is my first post and I am new to Quantopian
I have been trying to find a way to add leverage to individual positions? Let's say, I want to invest 1% of a portfolio into a stock that requires 50% margin.
It seems to me that using order_target_percent(stock, 2) does not fully mimic what I am trying to do, especially when I want to invest in multiple stocks.
Google searches didn't help.
One way I thought of solving this problem is by calculating dollar value of 1% of the portfolio and multiplying this by 2, then order_value(stock, value). But this is an equivalent of investing 2%.
I would like to know what you guys think. Any ideas?
Thank you