@Lorenzo97 share the link
Posts made by ambrogio
-
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 -
RE: Grouping curiosityposted in Questions & Answers
more simply, if the two EAs have different magic numbers they cannot interact or conflict in any way
-
RE: Grouping curiosityposted in Questions & Answers
i think : same magic number and same instrument and same group, they will interact
-
RE: Button on click not workingposted in Questions & Answers
@OLLIFDG forgive me, is the Algo Trading button active? This is because your yellow button appears even if it is turned off. Don't trust this. Please check both journal and expert table at the bottom

