@shahrukhan2020 Even more than 10 trades are in profit above right now? I can't see the logic behind that? Why closing trades in packs of then and not just all open trades when the combines profit is $10?
Posts made by l'andorrà
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
-
RE: MT5 Backtest consistence issuesposted in Questions & Answers
I hard heard this issue long ago. AFAIK there is no final explanation for it.
-
RE: I need some help.posted in Questions & Answers
@duanvillanueva This is the second thread you created for the exact same question. Please stop duplicating threads.
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
Do you mean there can be more than 10 open trades at the same time?
-
RE: cross open candle today no workposted in Questions & Answers
Could you please share the link to the project instead of just sharing screenshots?
-
RE: BackTest MT5 no trades on broker candles but on duckscopy downloadedposted in Questions & Answers
@Fireblade Without knowing how the bot is built, it is impossible to say.
-
RE: Compiler is timing out?posted in Bug Reports
@fxpim That depends on my work schedule. Some times I compile once per day, other times a some dozens.
-
RE: Number of tradesposted in Questions & Answers
@Matatika On your fist question, you need to use a variable counting those open trades for day so that they can be limited. On your second question, this is the general structure to do it:
-
RE: mql4 code issues fixingposted in Questions & Answers
@Chiheb This site is dedicated to help on fxDreema projects, not on mql4. There are many great programmers here, but I' pretty sure you will find more help on mql5.com's forums, for example.
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
You are requesting the same variable to do more than one calculation at the same time. This is why you are having issues. You are requesting to be multiplied by 2 and by 8 at the exact same time. Just remove all other variants higher than multiplying by 2.
-
RE: New to fxdreema and need some helpposted in Questions & Answers
You just need one only comment block to see all variables. Additionally, it should be connected to a separate block tree in order to avoid any interference. On your issue, could you please share the link to your project instead of just showing a screenshot?
-
RE: Problem with PC version Fxdreemaposted in Bug Reports
@01Xolani Can you please open a new thread for your question?
-
RE: All Comment add on the chart ?posted in Questions & Answers
Your current configuration is correct. If you need more info to be displayed, you just need to connect a second, third or more 'comment block' below the current one and adjust the positions on chart accordingly.
-
RE: what is the problem with this errorthis array out of rangeposted in Questions & Answers
I'm not a programmer, but most of the times this is related to the SL levels, especially if its value is 0. Are you sure the value is different from 0?
-
RE: EA works with some brokers and not others?posted in Questions & Answers
@nitetrading Yes, I found that problem several times in the past, but only in projects on MT5, never on MT4. This is because of the discrepancy on mql5 language and fxDreema. Sadly, this is something you need to accept when using fxDreema. You should contact directly the admin to let him know the issue. That is what I always do.
-
RE: help Indicador 2 buy and sellposted in Questions & Answers
@Jaico Esa es la parte más complicada, sin duda. Necesitarás a un programador que te lo haga. Ningún bloque de fxDreema puede hacerlo de forma automática.