@tata-0 That depends on what 'closing all trades' means? A martingale is opening one only trade at a time so what do you exactly mean?
Posts made by l'andorrà
-
RE: The main problem of martingaleposted in Questions & Answers
-
RE: Forecast of the sum of Stop Loss Calculation of pending or open ordersposted in Questions & Answers
@ontradingx You're welcome. If you need more help, just be back here!

-
RE: Please helpposted in Questions & Answers
@pipskok I do not recommend to base any strategy on a martingale method. You'd better try to find a better trading strategy.
-
RE: How do I open a buy or sell one from a variable that is tied to a draw line. follow the image and design.posted in Questions & Answers
@adeildo This is the second thread you opened for the same issue. Please don't duplicate threads. I replied to the first one.
-
RE: Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?posted in Questions & Answers
@adeildo Can you plese share the link instead of the mq5 file?

-
RE: Move stop loss levels for multiple trades to a new level.posted in Questions & Answers
@siyanda Ok so you mean there will be several open trades and all of them will have their corresponding Sl levels, right? Then all those SL levels should be changed to new price levels as new candles are formed on the chart, but all of them will be independent SL levels. Is that what you want?
-
RE: Two Higuest Prices in a candle period????posted in Questions & Answers
@lopezdiaz2510 Por el nombre de avatar que tienes asumo que hablas español, así que te respondo en español si así te resulta más fácil. Lo cierto es que lo que pides es complicado. Encontrar el máximo dentro de un periodo es muy fácil pero encontrar el segundo máximo dentro del mismo es mucho más complicado. ¿Puedo preguntar para qué necesitas el segundo máximo? ¿Y qué pasa si hay tres máximos o más dentro del mismo periodo?
-
RE: Fibonacci Retracementposted in Questions & Answers
@mywife Some more info would be appreciated. I see the low is the lowet price in the image, but I don't see the logic of that 100% level position. Where is it based exactly? And why there?
-
RE: Two Higuest Prices in a candle period????posted in Questions & Answers
@lopezdiaz2510 What do you exactly mean by 'two highest prices'? There is one only highest price per candles' period.
-
RE: Multi Symbol, High of Day, Low of Day trackingposted in Tutorials by Users
@tipsywisdom Just curious. Why do you need that 'set current timeframe' block when you are running the EA on daily?
-
RE: MACD line valueposted in Questions & Answers
@andrewfrank I'm afraid there is not any function like that in fxDreema. What you created was a search for the highest/lowest price levels within that candles rangle, but not the MACD value. The easiest solution I can think of is finding a custom indicator doing exactly that.
-
RE: Forecast of the sum of Stop Loss Calculation of pending or open ordersposted in Questions & Answers
@ontradingx So you mean you want to add the combined maximum loss of all open trades right now to open a third trade with a stop loss distance worth that combined loss? Are you sure that is a safe money management?
-
RE: How to set conditions on closing tradesposted in Questions & Answers
@breeeeen Then you will definitely need a loop to search for that. Certaily not an easy one. Is that amount of money supposed to be customizable as an input parameter? I mean, would you select for example 15, so that when profit is +1+ be closed if losses now are -15? And then change that value?
-
RE: Adeildo: How to configure : (Take profit) On the draw line (top) (Stop Loss) On the draw line (Bottom) ?posted in Questions & Answers
@adeildo I mean if you would mind sharing the project link you're interested in.
That way I would be able to take a look at it. -
RE: SL and TP based on n candleposted in Questions & Answers
@andrewfrank What do you exactly mean?
-
RE: Put the indicator code directly into the EA.posted in Questions & Answers
@ontradingx jstap is right. Unless you are a programmer, don't even try it. Only a programmer who is also familiar with how fxDreema works could do that successfully. My only suggestion now is contacting the admin and asking for his help.
-
RE: How do i reference Custom indicator properlyposted in Questions & Answers
@youngtreptrader I'm afraid that the only way is finding a different custom indicator or hiring a programmer to change the code of any of those that don't work now. Other than that, I'm afraid that nor more options are available, sorry.
-
RE: How to open new order at the same price of the closed tradeposted in Questions & Answers
@jacksonuk Are you sure you followed the exact procedure as explained above? It works that way (including my correction, of course).