Function for screenshot taking in Metatrader 4
Recently I was looking for certain function for taking screenshots of charts in Metatrader. Here is the sample: WindowScreenShot(“TIMESTAMP_”+Month()+”_D”+Day()+”_H”+Hour()+”_M”+Minute()+”_S”+Seconds()+”.gif”,1024,768); Here is the desctiption by …