XOR Gate example neural network in mql5 , as simple as possible 🍺 I’ll assume you know what the XOR gate “problem” is . A quick refreshing pro schematic : The first 2 columns are the 2 inputs and the third column is the expected result from that operation . So 0v0=0 1v0=1 0v1=1 1v1=0