mohsenvixa
mohsenvixa
mohsenvixa
Added topic problem with #property strict
Hello I have a problem with the following coding. I know the problem is because of using the following code :   #property strict When I use it, I have the  error : 2019.11.16 12:03:11.915 2017.01.02 00:00:00  S_R EURUSD,H1
mohsenvixa
Added topic max and min order open price
Hi I wrote a program that works well in the tester strategy. But when I run it on the real market, it does not work.(I don't Know , why???!!!) My strategy: When the price falls below the order open price , buy again. Can you guide me? Thanks
mohsenvixa
Added topic Difference at the exit point
Hello I have a problem running a programming code .When I'm reviewing my programming code in strategy tester (Every tick) and real market , I see the difference in the result. I don't know ,why I have two exit points. please guide me Thanks
mohsenvixa
Registered at MQL5.community
mohsenvixa
Added topic problem with Delete pending order based on Time
 Hi to all my EA working at daily time and I want Delete Pending order after 2 Day But , my Code don't work true . I don't know where is problem , I hope that you answer me. thanks bool BuyMode; bool SellMode; double slB; double slS; extern