Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 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.
-
How would I be able to prevent the following error when I run the optimizer:
ValueError:
Long orders require: SL (0.0109296) < LIMIT (0.01087821) < TP (0.0120336)self.buy(size=.99, sl=self.price*(1-(self.sl/100)),tp=self.price*(1+(self.tp/100)))
Beta Was this translation helpful? Give feedback.
All reactions