@pezhman491 you are asking a buy trade at the cross between ema 8 and ema 21, so another trade will be opened at the next cross between the two ema.
Anyway move "once per bar" from it's place to just above "buy now". Otherwise your conditions will be checked limited at the open of candle only.
Posts made by ambrogio
-
RE: Problems with opening positions in my expertposted in Questions & Answers
-
RE: How to draw a rectangle (BOX)?posted in Questions & Answers
@fazelmoradi you should read the above answer of @oriazi
-
RE: Trying to close a set of trades using overall profitposted in Questions & Answers
@Tulefi remove "for each trade" above "check........unrealized" and see what happens
-
RE: Draw recrangleposted in Questions & Answers
@MOHAMMAD-H said in Draw recrangle:
@ambrogio This answer to draw a rectangle in one day. I want to draw rectangles for two days. but thank you for help.
it's just an example how to do it, you can change the day/hours/or candle ID in that block

-
RE: Every tick order open problemposted in Questions & Answers
does'nt matter free or paid version. Please, show what you have done
-
RE: Condition Blockposted in Questions & Answers
in no trade buy, put group#1 , since you want open a buy #group1 , the condition block is right.
Only i don't like pending orders below a buy or sell block. Make a different tree "if trade buy" =>no trade/orders sell => sell pending order -
RE: mq4 dont workposted in Questions & Answers
Most of time there are some compilation errors. Click on .ex4 upper left, you should see some errors inside your project.
-
RE: how can i change mq4 to mq5?posted in Questions & Answers
@ebrahim-razavi said in how can i change mq4 to mq5?:
hi every body, I want to use metatrader 5 but I dont know how can I change my outputs from mq4 to mq5.
https://fxdreema.com/forum/topic/17130/meta4-metatrader5?_=1685731654474
-
RE: is this correct?posted in Questions & Answers
I don't know, i'm sorry, i don't use zigzag at all
-
RE: How to have trade(s) Closed in a pre-specified percent(%) of balanceposted in Questions & Answers
@Taho_Trader Seems to me your project works as it is. Only put >= instead of ==
-
RE: meta4,metatrader5posted in Questions & Answers
@kamran47 click on "new project" and choose mql5

-
RE: undo functionposted in Questions & Answers
Right top, click on "history", just above the wrench
-
RE: NOT ENOUGH MONEYposted in Bug Reports
this happens when we have many trades open at the same time and the margin that the broker grants us is exhausted. So we need to check if we have enough margin available to open a new position. There are several threads in the forum about that, this is just one of them.
https://fxdreema.com/forum/topic/4413/check-trading-condition-block-check-margin

