You don't need the and block, https://fxdreema.com/shared/hKIu3vkvb
Posts made by jstap
-
RE: AND BLOCKposted in General Discussions
-
RE: Curious if anyone knows...posted in Questions & Answers
The ATR is a price fraction, if you use this in blocks all will work:

-
RE: Connect double conditionsposted in General Discussions
Both threads are talking about 9 & 50, expand your questions in the same thread

-
RE: Connect double conditionsposted in General Discussions
Yes but how many times? I replied to the other
-
RE: bombup and down blockposted in Questions & Answers
You need the once per bar under your conditions, this way it only activates once the conditions are correct:

-
RE: AND BLOCKposted in General Discussions
Try this, 9>200, 9x>50, no trade on top, buy on bottom, back test with this to see what happens.
-
RE: AND BLOCKposted in General Discussions
This is not how the and block works, you don't need, just connect blocks in a row, you use and with 2 blocks, to do this you need to setup separate trees, so when a cross happens the EA is waiting for the next.
-
RE: step was 0.01, the next step is 0.02, the next step is 0.03.posted in Questions & Answers
@codex3024 Start your own question mate, you will need to use something like flags to decide when 2 have crossed so when the next cross you get your signal, there are probably times when it will need resetting.
-
RE: step was 0.01, the next step is 0.02, the next step is 0.03.posted in Questions & Answers
you can probably add a max size in the block.
-
RE: Creating Trailing Stop just like MetaTraderposted in Questions & Answers
I don't mind guiding but for this is 1 block, look in it and you'll see all the settings. if trade block->trail block, have separate
to all other blocks. -
RE: step was 0.01, the next step is 0.02, the next step is 0.03.posted in Questions & Answers
Here's an example, hope this helps: https://fxdreema.com/shared/lQcgpZjKb
-
RE: Creating Trailing Stop just like MetaTraderposted in Questions & Answers
Use the stop loss block, set start for how many pips in profit, step for how often to move stop, stop for how many pips to move behind price.
-
RE: step was 0.01, the next step is 0.02, the next step is 0.03.posted in Questions & Answers
In buy/sell block you can put for each trade above and something like adjust *2 in buy/sell, this way it will look at the last opened trade.
-
RE: get volume for each closed trade ?posted in Questions & Answers
Pink blocks, foreach closed trade->loop to get the lot put into whatever you want.