diliproshitha / TelegramTrader

Forex signals automator for Metatrader4 and Telegram using ZMQ lib
6 stars 5 forks source link

User help #1

Open spc789 opened 2 years ago

spc789 commented 2 years ago
diliproshitha commented 2 years ago
spc789 commented 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 ?

spc789 commented 2 years ago

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

diliproshitha commented 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 ?

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?

diliproshitha commented 2 years ago

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 :)

spc789 commented 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 ?

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