@campero What do you exactly mean? If you are moving a pending order you are not removing it but just changing its programmed open price. How many pending orders are supposed to be created that way?
Posts made by l'andorrà
-
RE: Construction errorposted in Questions & Answers
-
RE: Delete pending only on market <1 positionposted in Questions & Answers
@duepips Technically you are doing it roght now as I see a Constant called 'market'. You can type there what markets are supposed to be considered. Are you sure you created a 'string' type constant? Because it should work.
-
RE: Integrate with Line Notificationposted in Questions & Answers
@advanceriskway What do you exactly mean by 'headers'?
-
RE: Candle "crossing" custom indicator problem.posted in Questions & Answers
@meken Here you have some suggestions:
- You can remove both 'pass' blocks. They are unnecessary there.
- Remove both 'AND' blocks and connect both condition blocks one after the other.
Probably the reason why no trades are open is the strict combination of parameteres within those condition blocks. Try just one of them and the the other separatedly.
-
RE: fxdreema account error when copying and pastingposted in Bug Reports
@sidudu This is the second thread you opened with the same question. Please don't duplicate threads. I replied to the first one.
-
RE: fxdreema account error when copying and pastingposted in Questions & Answers
@sidudu Are you a free user maybe? Did you try using a different browser?
-
RE: Multiple strategies in 1 expert advisor plz helpposted in Questions & Answers
@spenza42 This is the second thread you opened for the same question. Please don't duplicate threads.
-
RE: FiboPivots Namingposted in Bug Reports
@mozayfx2019 Then it is certainly a bug. Let's wait for the admin to fix it.
-
RE: Sell and buy stop mobileposted in Questions & Answers
@ale No problem. We can begin step by step. Can you please share the link to the project instead? We will begin from there.
-
RE: Comment uglyposted in Questions & Answers
@tulefi That depends on your strategy. Is it supposed to open one only sell? Then yes.
-
RE: Please suggest where my settings are wrong. Condition MA working skip a procesposted in Questions & Answers
@jackeaa Could you please share the link to the project instead of the mq4 file? I will take a look at it.
-
RE: The top left tab won't appear on my screen, please help.posted in Questions & Answers
@kaastad Maybe you should contact the admin to let hom know.
-
RE: URGENT: BUY COUNT CONDATIONposted in Questions & Answers
@smartcity-0 But how is the EA supposed to distinguish when the 'condition' for a buy or a sell is happening? Apparently it is independent from the initial number of open buys and sells, right? I'm afraid I don't get that part, sorry.
-
RE: Simple and fast position size calculatorposted in Questions & Answers
@sirluk Thank you very much for sharing.
-
RE: EA using multiple strategiesposted in Questions & Answers
@spenza42 In order to create different strategies within the same EA you need to create different groups, one for each strategy. However, you need to be careful when managing them especially if more than one strategy is sharing the same managing conditions.
Take a first look at how groups work here:
https://fxdreema.com/documentation/builder/groups-and-magic-numbers
-
RE: My EA does not close losing positions sometimes???posted in Questions & Answers
@piotras10000 I can't see any of those blocks in your project. And yes, block numbers are determining the order execution when when positioned on top of each tree and below a previous one when more than two are connected to the same one.
-
RE: Is there a way to get 1 pip value in money per lot?posted in Questions & Answers
@william29 Definitely a custom indocator wil be easier to use, but check its buffers. Not all buffers can be correctlu idetified by fxDreema.
-
RE: Groups of positions and trailing stops of groupsposted in Questions & Answers
@rodrigo-ortuzar I don't understand the reason why you need a bucket of trades. I would simply remove it. Is this the whole project or just part of it? Otherwise that bucket is unnecessary.
-
RE: Groups of positions and trailing stops of groupsposted in Questions & Answers
@rodrigo-ortuzar Block 1 needs to be positioned below block 3.