Open spc789 opened 2 years ago
forgeApiKey can i set it to "" to disable 1forge or is it mandatory ? and can ENV_CHAT_SOURCE_CHAT_IDS be a list of different ID's ?
fixed, there are a few typo in your code ... in ./utils en ./message_operations imports should be : from config_tg.config_reader instead of from config.config_reader from config_tg import constants instead of from config import constants
else it clashes with the python config module
forgeApiKey can i set it to "" to disable 1forge or is it mandatory ? and can ENV_CHAT_SOURCE_CHAT_IDS be a list of different ID's ?
Forege is used to get latest price of the instrument. It is important. You can get a API key for free. Were you able to configure zmq lib in MT4?
fixed, there are a few typo in your code ... in ./utils en ./message_operations imports should be : from config_tg.config_reader instead of from config.config_reader from config_tg import constants instead of from config import constants
else it clashes with the python config module
Change it according to your requirements. I will refactor and organize this code later when I have time :)
forgeApiKey can i set it to "" to disable 1forge or is it mandatory ? and can ENV_CHAT_SOURCE_CHAT_IDS be a list of different ID's ?
Forege is used to get latest price of the instrument. It is important. You can get a API key for free. Were you able to configure zmq lib in MT4?
zmq lib is working fine in mt4
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'