Replies: 1 comment
-
|
sorry ignore i had forgotten to remove 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.
-
I am trying to add a class to download and update data from metatrader.
So far I have done this
globally:
then:
The code in
def download_symbol()works standalone but then:leads to:
Does anyone have any ideas where I have gone wrong?
I took out the
mt.initialise()andmt.shutdown()calls from inside the class definition and placed them around the call but with no difference...Beta Was this translation helpful? Give feedback.
All reactions