rubengarber / Publications
Forum
Copy ArrayTemporal[] (series) in Array[i][];
I want to have the results of several indicator buffers in a 2-dimensional array. Problem: CopyBuffer and ArraySetAsSeries work with one dimension The idea is to use a temporary array as series and then copy it into the 2-dimensional array, but I can't do it with ArrayCopy either since they are of
Genetic optimization. Variable that depends on the value of another.
I have an EA with 2 Timeframes of 2 different indicators, both are in the input variable I want to optimize input ENUM_TIMEFRAMES timeframeIND1 = PERIOD_M10 ; input ENUM_TIMEFRAMES timeframeIND2 = PERIOD_M30 ; but there is a condition: timeframeIND1 < timeframeIND2. Actually to get out of the way I
Python working with multiple MT5 terminals
I work with Python and an MT5 terminal and it works correctly. I want to expand to 3 terminals with different accounts (3 accounts too) and I don't see the way. I have tried to solve it with a connection to a portable terminal and it gives me an error. path = "F:\MT5 Portable\terminal64.exe" modo
MT4 Matequotes-Demo Accounts were blocked
First in Journal has appeared: 2015.09.03 17:38:32.339 LiveUpdate : 'C:\Windows\system32\MetaViewer64.dll' successfully registered and next: 2015.09.03 17:38:34.285 '5946049': connect failed [No connection] after all my MetaQoutes demo-accounts were blocked and it is impossible to open new one
Serial port communication
How I can communicate via serial port with external equipment monitoring and control with string or int data type