pedro de
pedro de
pedro de
Added topic why this shift function dont work?
void Shift( double &array[], double element){ int array_size = ArrayRange (array, 0 ); for ( int j=array_size- 1 ;j> 0 ;j--){array[j] = array[j- 1 ];}; array[ 0 ] = element;    all indexes positions receive the same value, i think
pedro de
Registered at MQL5.community