Replies: 1 comment 2 replies
-
Yeah there's no documentation on it but the two heikin ashi strategies use a close_on_condition flag which checks for a condition on the time interval you're trading and then market closes if that position is met. You would have to follow those examples |
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.
-
Is it possible to close a position based on conditions instead of a fixed percentage of the entry price?
For example, if I want to close the position when the StochRSI indicator enters the overbought zone, how can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions