This is the third time you are asking the exact same question. Please stop duplicating threads.
Posts made by l'andorrà
-
RE: Hello friend, can you please help me with a thread on how to show the maximum reduction on the Mt5 screen.... Can someone help me please?posted in Questions & Answers
-
RE: I need a thread of code to display the maximum drawdown of the current chart and the maximum drawdown of the total sum of all open charts in mt5 terminal pleaceposted in Questions & Answers
Tendrás que contratar a un programador que te haga ese cálculo en concreto. No hay ningún bloque en MT5 que haga precisamente eso.
-
RE: Alert / Notification Issue with messageposted in Questions & Answers
You didn't do anything wrong. The proof is that mobile and backtest versions work fine. The problem is your broker. Brokers apply restrictions to their charts that are not applied on demo. Just try different brokers with the exact same bot and you will notice the difference.
-
RE: Calculated lot size in comment on chart before openposted in Questions & Answers
@MT4Nutzer In that case you need a custom code formula doing all the calculation before the trade is open. I'm afraid I'm not your man for that,, sorry. Maybe jstap or ambrogio can help here.
-
RE: open new buy stop at old open buy tradeposted in Questions & Answers
Could you please be more specific?
-
RE: Stop Loss ONLY when in PROFITposted in Questions & Answers
@Sovpips You can do it this way for buys:
https://fxdreema.com/shared/kSI4nDLF
You will have to creae another variable for sells and adjust it accordingly.
-
RE: Calculated lot size in comment on chart before openposted in Questions & Answers
That depends on the SL distance (if any), price per pip, etc. Do you know all those values before the trade is open?
-
RE: Adjusting TP to Include Commission in a Manual Trading Botposted in Questions & Answers
If the commission is fixed value you can add it directly to your formula, but I guess it is dynamic, right?
-
RE: Error in Trailing Blockposted in Questions & Answers
Can you please share the link to your project?
-
RE: Every n bar...once an hourposted in Questions & Answers
Can you please share the link to your project?
-
RE: MACD EA crossing 0 lineposted in Questions & Answers
Can you please share the link to your project?
-
RE: Button on click not workingposted in Questions & Answers
@OLLIFDG The logic is correct. Is that just part of your project? If not, the problem is elsewhere.
-
RE: how set stop lose at the opening price of the previous position?posted in Questions & Answers
You need to remove the additional 'For each position' blocks 12267, 12269, 12271 and 12273, as you already modified those on top. Then you need to change the option selected on all pink 'pips away from open price' blocks from its current 'custom (price fraction)' to 'fixed value' instead.
-
RE: how to modify stop orderposted in Questions & Answers
Can that happen just once or unlimited times? And please consider that many brokers will never accept modifiying pending orders so close to current price.
-
RE: Help with Candle ID.posted in Questions & Answers
It looks like the indicator is repainting. Before moving on you should check it doesn't, otherwise no bot based on it will be reliable at all.
-
RE: how set stop lose at the opening price of the previous position?posted in Questions & Answers
@bacharchoura1 You can store the value on a variable and use immedietely before opening the trade. This is an example for buys:

You will have to replivate it for sells with a different variable, of course.
-
RE: Daily, weekly and monthly profit and loss limitsposted in Questions & Answers
And what is supposed to happen when those limits are hit?