Forum

Error with script

Hey guys. I'm doing a simple mql5 script that does the following: Given 2 parameters: 1) start time 2) end time, take screenshots of every candle between start time and end time (inclusive). Save the photos as a png to a specified folder (name of the folder is parameter 3). The name of the file

Issues saving screenshots

//+------------------------------------------------------------------+ //| Expert Advisor Template.mq5 | //| | //+------------------------------------------------------------------+ // Include

How to correctly read data from .cvs

//+------------------------------------------------------------------+ //| Expert Advisor Template.mq5 | //| | //+------------------------------------------------------------------+ // Include