Hi
I am Quantopian newbie and am trying to implement an idea to understand the platform better.
I take a position at close (lets says 30 mins prior to close)(buy/sell), fix a price benchmark and liquidate my positions from next day onwards whenever price hits that threshold. I believe I can keep track of order at which a position was executed, use it to calculate a threshold and then liquidate my position based on that. However I am struggling to see how can something like this can be implemented in Quantopian. Any help will be appreciated. Thanks!