If I understand that chat correctly what you want is opening 3 buy trades at the exact same place, in this example 50 pips below current price. Is that correct?
Posts made by l'andorrà
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
-
RE: using turn on/off blocksposted in Questions & Answers
@nasserminaei Can you please share the link to it?
-
RE: Assistant robotposted in Questions & Answers
What do you exactly mean by 'open a folder'? Do you mean an edit field maybe?
-
RE: turn zigzag into S&Rposted in Questions & Answers
You can store the value of each zigzag high and low into a variable and the use it as you need. However, I do not recommend plotting lines on the chart because that is very resource consuming.
-
RE: Concern About Lack of Updates on fxdreema Platformposted in Questions & Answers
I also vote for this.
-
RE: turn zigzag into S&Rposted in Questions & Answers
Why do you need the S&R lines if you already for the Zigzag values? Is it for visual reasons only?
-
RE: How to return Button State to False?posted in Questions & Answers
Do you mean immediately after you clicked on it? What would be the point of that?
-
RE: C Traderposted in Questions & Answers
I'm afraid not. AFAIK, it is only functional on MT4 and MT5.
-
RE: EA only opens 1 trade, when there are 5 conditions, what am I doing wrongposted in Questions & Answers
You are using a 'no trade' block on all your block trees. As soon as there one active trade now, that block is stopping all condition blocks to open new trades.
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
@vijithtr Ok. Much better now. The next step is always using a yellow 'comment (ugly)' block to let us see the values of the variables in order to confirm they are correct. It needs to be executed the last in the 'on tick' tab below a 'pass' block. Like this:

Each variable needs to be positioned on a separate data row, with an identifying text on the label box.
-
RE: stop and profit automaticallyposted in Questions & Answers
Not sure I fully get the idea. Do you want to open trades manually and then modify their SL and TP through the bot?
-
RE: Does anyone have a tutorial on how to build this out?posted in Questions & Answers
@urielacosta So you mean you need a combined profit for all open trades at the moment and in the future, regardless they are in profit or in loss right now. Is that correct? If so the easiest one is this:

-
RE: Please help me! how to re open order when the ea running sl or tp auto..posted in Questions & Answers
Connecting a 'break even' block below a 'trailing stop' block is almost never a good idea. They should be connected in parallel instead.
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
You need to do the first option.
-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@Ipod It's small. No more than 62 blocks.
-
RE: Check profit (unrealized) Does not work correctly, in pipsposted in Bug Reports
A pink 'close' block substituting the last 'close trades' block will be better. That way only the specific trade with that profit will be closed. Otherwise, all of them will be closed regardless having different profits.
