HAVING PROBLEM WITH CHECK DISTANCE MT5
-
HELLO BEEN PROBLEM WITH MT5 CHECK DISTANCE BLOCK IT NEVER PASSES
-
Without a shared link it is impossible to say, this block is designed to work with trade prices, you may be better off using a condition, price 1 is < or > price 2 adjusted to the distance you need
-
-
I do not know if the candle open on 0 can ever cross because it is a fixed number, so you would need to test that 1 condition. Having multiple conditions in 1 EA means it can be hard to find a problem, I would backtest 1 condition at a time and see what works.

-
DONE THAT ALREADY I HAS NO PROBLEM OPENING TRADE ON CANDLE 0 OPEN BUY DOESNT CHECK DISTANCE BEFORE OPEN
-
Ok, I rarely use the check distance block but have and it should work with this, I would just use a condition candle 0 close (which is the current bid price) is > candle 0 open adjusted to +10 pips
-
OK LET ME TRY AND LET YOU KNOW
-
https://fxdreema.com/shared/jlTlT4phb THANK YOU FOR YUR SUGGESTION BUT IT DIDNT WORK THE EA STILL OPENS TRADE ON CANDLE 0
-
I meant this:

-
https://fxdreema.com/shared/dO09AgBQb HELLO MY FRIEND THE EA STILL NOT WORKING DONT UNDERSTAND WHY
-
As I said the cross on the candle open will probably will never happen, but test 1 condition at a time until you find the problem...
-
I JUST DID IT WITH CANDLE 0 CLOSE DOESNT WORK STILL
-
I DO NOT UNDERSTAND WHERE YOU ARE GETTING CLOSE FROM, IT IS NOT IN YOUR PROJECT, CANDLE 0 CLOSE IS THE CURRENT BID PRICE.
-
https://fxdreema.com/shared/hsSCAGNmb CAN U PLS CHECK THIS AND TELL ME WHAT I AM DOING WRONG
-
Technically nothing is wrong, possibly when the cross happens distance is not right, test with 1 condition at a time, and then when each 1 is working, you will know if adding them together is the problem or 1 of your conditions.
-
Try using Market Properties instead of Candle ID0. C.ID 0 wont work.

-
Or the condition you're having trouble with could look like this;

-
@BBMESS THANK U FOR THE SUGGESTION WILL LET U KNOW THANK YOU
-
@jstap THANK YOU FOR THE HELP I TESTED EACH CONDITION SEPERATE AND THEY WORK SO PROBLEM IS PUTTING THEM TOGETHER
-
https://fxdreema.com/shared/ZaVJIhDH @BBMESS THANK U FOR THE SUGGESTION BUT IT DOESNT WORK EVEN TRIED THEM SEPERATE STILL DOESNT WORK