Hey stata experts, I am currently writing my master thesis, therefore using stata. I have a question about an interpretation of my interactions. I wanna do a logistic regression, my dependent var is stock market participation (binary), my independent var are five personality traits (continuous), and my interactions are quality of government (continuous) with each trait. I also have several controls. It happens for two traits that the interaction is significant and positive, however, the respective independent variables change signs, but only for the regression in which the respective interaction is included. In all other regression with the other interactions, the sign remains the same. I have tried demeaned variables, probit, xtlogit, I have let stata calculate the interactions, and used a non-normed meancountryeqi, but results remain the same.

How is it possible to interpret these results?

This is what I regress:
logit smp bfi10_open bfi10_consc bfi10_extra bfi10_agree bfi10_neuro meancountrynormeqi CV, vce(robust)
logit smp bfi10_open bfi10_consc bfi10_extra bfi10_agree bfi10_neuro meancountrynormeqi oqog CV, vce(robust)
logit smp bfi10_open bfi10_consc bfi10_extra bfi10_agree bfi10_neuro meancountrynormeqi cqog CV, vce(robust)
logit smp bfi10_open bfi10_consc bfi10_extra bfi10_agree bfi10_neuro meancountrynormeqi eqog CV, vce(robust)
logit smp bfi10_open bfi10_consc bfi10_extra bfi10_agree bfi10_neuro meancountrynormeqi aqog CV, vce(robust)
logit smp bfi10_open bfi10_consc bfi10_extra bfi10_agree bfi10_neuro meancountrynormeqi nqog CV, vce(robust)

This is the stata output:
Column 1 Column 2 Column 3 Column 4 Column 5 Column 6
Openness -.054***
(.011)
.449***
(.060)
-.054***
(.011)
-.051***
(.011)
-.051***
(.011)
-.053***
(.011)
Conscientiousness -.101***
(.014)
-.103***
(.014)
-.114
(.070)
-.100***
(.014)
-.100***
(.014)
-.100***
(.014)
Extraversion -.024**
(.012)
-.025**
(.012)
-.024**
(.012)
-.427***
(.060)
-.026**
(.012)
-.025**
(.012)
Agreeableness .063***
(.014)
.059***
(.014)
.063***
(.014)
.059***
(.014)
-.229***
(.072)
.063***
(.014)
Neuroticism -.004
(.011)
-.001
(.011)
-.004
(.011)
-.000
(.012)
-.003
(.012)
.075
(.061)
QOG .047***
(.001)
.071***
(.003)
.047***
(.004)
.027***
(.003)
.031***
(.004)
.050***
(.002)
O*QOG -.007***
(.001)
C*QOG .000
(.001)
E*QOG .006***
(.001)
A*QOG .004***
(.001)
N*QOG -.001
(.001)
Best, Sophie