peterszombati / metatrader4

This module is make connection between NodeJS and MetaTrader4
Other
25 stars 12 forks source link

Can this be used for reading alerts from custom dashboard indicator #6

Open eringiso opened 3 years ago

eringiso commented 3 years ago

I have a custom dashboard type indicator that scans around 10 pairs with multi time frame and alerts via a pop up and push notification, I want to catch those alerts and use them for auto trading or sending them as signals can you please give an example for reading the alerts from 3rd party indicators

peterszombati commented 3 years ago

this can be used for this but you have to program it, or make some changes in lib code

eringiso commented 3 years ago

hi @peterszombati i've tried to parse the log file but i'm not receiving the file changes instantly with the mt4 log file it only recoginses when i view the alerts in the expert tab in mt4 otherwise it's not detecting any changes and as far as i know it's bcoz of buffers like internal buffers buffers of mt4 and os buffers I've no idea how to overcome this to read the alerts instantly . Could you please take a look at the attached indicator file i'm trying to parse it's alerts and tell me what needs to be done to get the file changes instantly i'm using windows 10 PAD.zip