Hi guys,
This is my first day diving into Quantopian, or even algo trading, and my first post.
I watched some tutorial and tried writing some code. However, something is puzzling me.
In my code, I only written logic to buy (using the code "order_target_percent"). When I run
the backtest, I realize the algorithm still made money by some kind of automated selling
process which I did not define specifically.
How is the sell triggered?
Thank you in advance!