Dont start "def next(self):" #1077
Unanswered
lapitskaya38
asked this question in
Q&A
Replies: 1 comment
-
Surprisingly, I found the answer to my question on my own. The reason is that I add the first tag with the indicator at the very end of the data.... And the reason for this is the following:"
|
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.
-
Hello.
I have a problem adding an indicator. I created an indicator (self.start_position_ind) that I add from Numpy (from file). It is drawn on the graph (red dot), but "def next(self): don't working"
I left only this "print("Test") " in def next and it doesn’t work. The "Test" is not displayed.
Before adding this indicator, everything worked perfectly, as soon as I remove this indicator, everything works again.
What could be the problem?
Beta Was this translation helpful? Give feedback.
All reactions