Python program stopped buying

 

Hello,


I have constructed a program for automated trading.

It worked without a brake for several days and without change.

Today it stopped buying and selling ( short position ).

On the code it's everything ok, and on my trading account there are enough money so to trade.


What could it be?


Ty

 
josip2247: I have constructed a program for automated trading. It worked without a brake for several days and without change. Today it stopped buying and selling ( short position ). On the code it's everything ok, and on my trading account there are enough money so to trade. What could it be?
Analyse the MT5 journal logs and add debug/logging information to your python code. Check for error messages or conditions.
Reason: