Forum

Allocate more resources to run scripts

Hi everyone! I have some EA's/Indicators with a very large number of inputs and there are milions (I'm not exagerating, it's realy more than one milion!) of possible configurations for these inputs, and forthermore, I need to save the results on csv files to make my analisys, due to this, the

Problem with struct declaration

Hello everyone! I'm having a very strange error when a try to use a struct on my codes. the organization of my code is the following: file1: #include <file2> struct example { double a; int b; }; * the struct is declared in this mqh file * this mqh file uses functions from another file, so "file2" is