Roberto Gentili
Roberto Gentili
Friends

Add friends via their profile or user search and you will be able to see if they are online

Roberto Gentili
Added topic Array of arrays: invalid array access
I would like to use an array of arrays as in the following code double data[ 2 ][ 1 ]; int indicatorIndex; int OnInit () {    int index = indicatorIndex++;    SetIndexBuffer (index,data[ 0 ], INDICATOR_DATA );    index =
Roberto Gentili
Added topic Failed to open buy order. Error code: 4756 (10013 - invalid request)
Hello! I am trying to send a market order programmatically via my MQL5 demo account on *********** via my EA and via this code: void OnTick ()   {    ExtExpert. OnTick ();    if (!executed) {
Roberto Gentili
Registered at MQL5.community