Forum

Is it possible to save values in an enum instead of an array?

Is it possible to save values in an enum instead of an array? Probably you must be wondering why I want this, simple is to use ParameterSetRange And I listed some symbols and saved in an array however to use ParameterSetRange it is necessary that this list is in enum from the moment that I execute

is it possible to open a full csv file without stopping in /n or using loop?

I was looking to import historical data to several custom symbol as quickly as possible and thought about it: 0. Open the file 1. Read the entire csv file 2. Convert entire file to rows 3. Convert all rows into cells 4. Convert all cells to time, open, high, low, close, volume 5. Import all data to

How to import historical data into csv to symbol custom using CustomRatesUpdate?

* Sorry English is not my native language I want to create multiple custom symbols and import historical data from a csv I have managed to do this however the .hcc file is large and the writing speed is slow. I do not know so much programming in my mind he is reading line by line and then writing

OrderCloseTime () in MQL5?

OrderOpenTime () is ORDER_TIME_SETUP I already looked at OrderGetInteger () HistoryOrderGetInteger () But it's all confusing

How to block mt5 from making combinations of variables and just work the parameters

Example I have 100 variables + parameters start 1, pass 1, end 10 By default the mt5 will combine variables and parameters I think the result here is (100 * 10) * (100 * 10) = 1 million combinations However I do not want to combine the variables just want it to test the parameters of each variable