bool fnOpen(stThree &MxSmb[],int i,string cmnt,bool side, ushort &opt) { // First order opening flag. bool openflag=false; // Do not trade without a permission. if (!cterm.IsTradeAllowed()) return(false); if (!cterm.IsConnected()) return(false); switch(side) { case true...