Posts made by Nehemiah7
-
RE: Once per Pair/Marketposted in Questions & Answers
@jstap hey sorry
it works now
thank you so much. had to move the position of the "no positon" block -
Once per Pair/Marketposted in Questions & Answers

We know with the above block that once the condition is met in any of the pairs / market set, positions opens automaticaly.
Now, what I'm trying to do is to open only one position even if the condition is met in any of the pairs / market set, and wait until it closes before opening a new one in any of them.
hope you got itExample https://fxdreema.com/shared/v2uqI6hvc
thanks
-
Candle Patterns logicposted in Questions & Answers
Hi everyone! Need your help on these candle patterns:
Pattern 1: Piercing Line Pattern
Logic: candle close(1) > candle open(1) && candle open(2) > candle close(2) && candle close(1) > ((candle open(2) + candle close(2)) / 2) && candle close(1) < candle open(2)Pattern 2: Dark Cloud Cover Pattern
Logic: candle close(1) < candle open(1) && candle open(2) < candle close(2) && candle close(1) < ((candle open(2) + candle close(2)) / 2) && candle close(1) > candle open(2)It looks like we're going to need a condition block with 3 operands;
anyway, thanks in advance 

-
RE: K2 robot (multi-currency) - Free !posted in Questions & Answers
@amincgi can you please share the mql4 code ! or can you convert it to mql5?
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@l-andorrà this is what I did first, and it didn't work
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@l-andorrà i just did and now it opens a buy and a sell position at the same time.
https://fxdreema.com/shared/eatEa9ykc. Can you please check this out for me. -
RE: Bullish and Bearish Tickposted in Questions & Answers
@l-andorrà so I can phrase it like: One position (either buy or sell) per bar.
no position after a postion (either buy or sell) is closed on the same bar. -
RE: Bullish and Bearish Tickposted in Questions & Answers
hi @l-andorrà it works fine, thanks. but how can I have on position per bar. the problem is after a buy position is closed for instance, the EA opens a sell position on the same bar ; and vice versa. What I want is the Ea to open only one position on a bar
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@l-andorrà Oh okay, and how can we do that? Well, it depends on how you are going to use them
-
RE: Bullish and Bearish Tickposted in Questions & Answers
@l-andorrà yeah, kind of; I think we can say it this way
-
Bullish and Bearish Tickposted in Questions & Answers
Hi everyone! I'd like to find a way to identify bullish and bearish ticks and put it in a condition. thanks
