SL and TP based on high/low of candle #615
Unanswered
rinkesh-ahuja
asked this question in
Q&A
Replies: 1 comment 2 replies
-
E.g. c, l = self.data.Close[-1], self.data.Low[-1]
self.buy(limit=c, sl=l, tp=c + 3*(c - l)) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we set the SL at the low of the 'signal' candle? And then set the TP based on the risk taken (entry price - SL) * 2 or 3 or whatever?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions