-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User help #1
Comments
|
forgeApiKey |
fixed, there are a few typo in your code ... else it clashes with the python config module |
Forege is used to get latest price of the instrument. It is important. You can get a API key for free. |
Change it according to your requirements. I will refactor and organize this code later when I have time :) |
zmq lib is working fine in mt4 |
Any chance on explaining what each var does ?
import module error while doing python3.7 main.py (from within the src dir) :
File "main.py", line 1, in
from message_operations import message_reader
File "/home/user/TelegramTrader/src/message_operations/message_reader.py", line 4, in
from config.config_reader import UserConfig
ModuleNotFoundError: No module named 'config.config_reader'
The text was updated successfully, but these errors were encountered: