Forum

calling custom indicator inside bot/ea through resources that has nested custom indicator

Say we have a few custom indicators in the bot/EA: #resource "\\Indicators\\indi1.ex4" #resource "\\Indicators\\indi2.ex4" #resource "\\Indicators\\indi3.ex4" (has a resource to indi4.ex4) i.e. 2 level nested #resource "\\Indicators\\ indi4 .ex4" All these custom indicators work by themselves in

preventing same bot to be attached to same pair with different period or having OrderPeriod() saved

Hi, I found that with mt4 if you have a bot and its attached say to AUDUSD on M15 is there any way in code to see if the same bot/version is attached on the same pair but different period? For example: If I have 5 open charts m5, m15, m30, m60, m240, I can run my bot over all of them but because

change the time in the logs from local to server

Does anybody know the setting to change the log files e.g. 20140825.log to show the server time instead of local computer time? 02:30:06 would like to change this time from local to server 02:30:13 would like to change this time from local to server 02:30:13 would like to change this time from local