Latest 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 

