@Lorenzo97 sorry, let's clarify one thing: do you want the price breakout or the candle closed above/below?
Posts made by ambrogio
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
@Lorenzo97 your condition is candle close ID1 > or <, this is why the trade doesn't match
If you want the breakout put bid x> or x<
Also candle close ID 0 x> or x<
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
Put dayoffset 1 since you are searching the previous day high and low
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
@Lorenzo97 said in High and Low in Time period of previous day:
@jstap Its Not Working as wanted it still open trades where it should not, it open trades between highest and lowest price. I want the EA to open buy trade in Asia session when candle close above Highest price of the new york session and the opposite for sell. https://fxdreema.com/shared/se6qUSLbc
before looking for the error in the high and low, adjust the condition: the close of the candle ID 1 is a price level, it will never be able to cross another price level. You can put bid x> or x< , or candle ID0 close x> or x<. If you are focusing at the candle close ID1 you can put < or >
Blocks #2 and #6 -
RE: EA IS NOT OPENING POSITIONS EVEN WHEN THE CONDITIONS ARE MET AND AM KINDLY REQUESTING FOR YOUR HELPposted in General Discussions
@KARUBANGA ..............i already answered to you above.
-
RE: EA IS NOT OPENING POSITIONS EVEN WHEN THE CONDITIONS ARE MET AND AM KINDLY REQUESTING FOR YOUR HELPposted in General Discussions
@KARUBANGA for some reason, we cannot get the right value of MA of RSIOMA, i cannot do more

-
RE: EA IS NOT OPENING POSITIONS EVEN WHEN THE CONDITIONS ARE MET AND AM KINDLY REQUESTING FOR YOUR HELPposted in General Discussions
i don't know, try to find a similar indicator that works on MT5
-
RE: About the Chrome extension to download filesposted in Questions & Answers
@MayaxatL please open a new topic with your request. This topic is related to other question
-
RE: EA IS NOT OPENING POSITIONS EVEN WHEN THE CONDITIONS ARE MET AND AM KINDLY REQUESTING FOR YOUR HELPposted in General Discussions
RSIOMA indicator buffers doesn't work on MT5
-
RE: About the Chrome extension to download filesposted in Questions & Answers
@MayaxatL mq4/mq5 files doesn't works by itself, they must be compiled to generate the executable files (.ex4/.ex5)
EDIT: by refreshing Metatrader they will be compiled automatically
-
RE: I have an issueposted in Questions & Answers
in "on trade" section.....trade created sell===> buy pending order
-
RE: Buy Pending Orderposted in Questions & Answers
@Matatika that's why, this function creates an opposite pending order. Set it to NO

-
RE: What's the possible cause for this?posted in Questions & Answers
@tec-nacks i'm not sure........open another page of builder, pick a formula block from this page copy and paste it in the defected one
-
RE: Grouping curiosityposted in Questions & Answers
take a look



magic number is 1234, buy is #3 group and sell is #7 group, so the expert recognize buy = magic+ #group3 = 1237
sell = magic+ #group7 = 1241

