Generally once per bar is better under your condition, blocks under no trade will stop working as soon as a trade is placed. Try like picture and see what happens:

Posts made by jstap
-
RE: does not fulfill buy pending ordersposted in Questions & Answers
-
RE: Forum updateposted in Questions & Answers
@fxDreema The questions are going into questions and answers but, they are not going into the unread list so finding who just posted is difficult.
-
RE: Phone systemposted in Questions & Answers
You can't, you can only make an ea that will notify you on phone.
-
RE: Phone systemposted in Questions & Answers
You can't, you can only make an ea that will notify you on phone.
-
RE: I am trying to make a money management EA but the button doesn't worposted in Questions & Answers
I suggest you do everything on tick as well because on chart doesn't work for back test, I also do not use mouse clicked on object, I use a condition. There is an example here that should show you what to do: https://fxdreema.com/shared/hImQx7TYc
-
RE: Fx dreama for tabletposted in Questions & Answers
Depends on the software used, predominantly though it's windows based.
-
RE: modifying stoploss into take profit areaposted in Questions & Answers
Depends you can use the trailing stop block, stop is how far behind price, step is how long it takes to move, start is how long to wait before moving.
-
RE: How to start a trade on specific timeposted in General Discussions
Under once per day tee off with a buy and sell block
-
RE: EA BASED ON ZIGZAK OSCILATORposted in General Discussions
Sorry thought I replied to this earlier, put this into a block like indicator appears/is visible and get it to draw a line, this way you know what will work.
-
RE: EA BASED ON ZIGZAK OSCILATORposted in General Discussions
You need to add in my indicators, then it need buffers that you can use.
-
RE: How to develop gridposted in Questions & Answers
You need to move the for each trade blocks, not sure what you are multiplying, as is all allowed trades will be placed on top of each other.

-
RE: Is the server down again??posted in Bug Reports
Occasionally things do take too long, normally though things work perfectly for me.
-
RE: EA BASED ON ZIGZAK OSCILATORposted in General Discussions
ZigZag like most is a lagging indicator, this means the ZZ is drawn behind current candle, then it is on current candle but only when price is advancing, this indicator will always wait for a new ZZ point, then change colour but back a few candles. To have this work you will need to anticipate when colour changes, then place a trade, this though bight be as direction is about to change again.
-
RE: differential between open price and stop lossposted in Questions & Answers
If you subtract high price from low prise (-) you will get the value in points, you will need a variable to store, you can check the distance with a check distance block.
-
RE: differential between open price and stop lossposted in Questions & Answers
What do you mean by differential? Do you mean distance, like pips?
-
RE: Why this EA doens't work?posted in Questions & Answers
need once per bar under the other blocks, possibly test with 0 minimum pip cross