Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taking profits and leaving runners concept #73

Open
jjphung opened this issue Jan 18, 2023 · 0 comments
Open

Taking profits and leaving runners concept #73

jjphung opened this issue Jan 18, 2023 · 0 comments

Comments

@jjphung
Copy link

jjphung commented Jan 18, 2023

In manual trading, a common technique used to increase profit is the concept of “taking profits and leaving runners.” This can be executed in 2 ways:

  1. Sell x% of your position at a take profit point and then continuously exit more as the trade goes in your favor with stop losses at certain levels or when it falls down to breakeven from your initial take profit point.
  2. Trailing stop losses. Disadvantages: You might get “chopped” out even if the general trend of the trade will eventually succeed and continue on.

So my question is: is there a way to implement the first way with the signal_dict construction, Order construction logic, and/or Isolated Position? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant