Hello,
Say I would like to track a position's PNL and mark the trade as a ‘winning trade’ after it hits my profit target (say +15%), from that point, if the ‘winning trade’ goes back to my average price (0%) sell the position for breakeven.
Is there a way to do this with the existing framework or will I need to extend the Security class with a bool to do this condition?
Thank you
Fred Painchaud
Hi Borishu,
Would you please clarify? You want to let a position raise by 15% and then let it go down back to 0% and sell?
Thanks,
Fred
Borishu
Hello Fred,
I'm asking how people handle trades that only need to occur once based on some milestone being reached. Is the preferred way to just send a bunch of orders when the initial order is made? For example, if I have the following criteria:
I can send orders at the time of entry but does this mean they will stay open and in the market the entire time? What happens if my algorithm loses connection or is restarted accidently? Ideally I would like to monitor my trade PNL and only send the orders when the targets are hit but this seems to require storing a local variable so I don't repeatedly sell every time my trade hits my desired ‘Take Half Profit’ mark.
Thank you, hope that makes things clearer
Varad Kabade
Hi Borishu,
For the implementation of the above logic, we recommend going through the following thread; it explains the correct way to implement stop loss and take profit. You can send two take-profit orders for your requirements and save the tickets to them, similar to the above thread. Note that when the algorithm loses connection the algorithm fetches open orders from the brokerage.
Best,
Varad Kabade
Borishu
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!