PeterRanson / Publications
Forum
Inconsistency Between Expert and Journal Log
Greetings All! I am trying to get to the bottom of an incredibly strange issue, where my experts log and journal log are not matching up. The primary problem is that i am seeing two trades taken in the journal, but only 1 in the experts log, which from looking at the code is impossible. Please see
Problem with String array and C++ DLL
Hi, i am having a problem with the above. Im pretty sure its due to the some sort of size limit / restriction with the string variable type in MT4 but i would welcome others thoughts. I have a single dimensional string array with 40 elements. some of these elements are set to specific values during
MQ4 Indicator objects not always appearing.
Hi, im in the process of writing an indicator. the problem i have is that the object do not always appear when its loaded. if i change the period then they will apear, so for example, i load on a M1 period, no objects. then change to M15 get objects, and back to M1 get objects. i have a function
Problem reading information from an Array saved to file
Hi, im having problems reading information out of a .dat file that an array has been saved into. i have two two dimensional Arrays, int GridTracker[100][15]; int GridStatus[10][10]; i have a funtion that is writing that infomation to file void write_arrays() // write data to a file to backup memory