-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How can I change the stop loss or take profit price while maintaining my position? #1293
Unanswered
benjajaminchoi
asked this question in
Q&A
-
How can I change the stop loss or take profit price while maintaining my position?
I believe that the only way to change the stop loss or take profit is to cancel the order and create a new order in the next function of the strategy.
Is there a better way to change the stop loss (SL) and take profit (TP)?
Have a nice day for everyone who read this question. Thankyou!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
See how Trade.sl
and hot it is set (trade.sl = max(trade.sl, low)
) in one of the tutorials.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment