I cannot confirm a problem with GET_POSITION. Please run this script with your paper account:

void main()
{
LookBack = 0;
Verbose = 3;
asset("EUR/USD");
enterLong();
var Pos = brokerCommand(GET_POSITION,Asset);
printf("\nPos: %.0f",Pos);
}

Let me know what it prints.