Forum

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: array out of range (75,43) Can you help me solve the problem? thanks #property

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

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 //Orders Counting & Close

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 double Price_Distance= 10 ; extern double LotSize= 0.2 ; int