@FederalTuna58bee Es extraño que nada funcione. Como ya han preguntado antes, ¿eres usuario gratuito o de pago?
Posts made by l'andorrà
-
RE: Mi problema: Nada funciona . No se actualisan los bloques. No se muestra lista de indicadores. No se guarda mi trabajo. Solo se muestra modo visual , como un ejemplo de la vercion verdadera.posted in Bug Reports
-
RE: The inner workings of "check profit average"?posted in Questions & Answers
And how many open trades can the bot have at the same time? Do you need that 'global' profit to be 100 pips combined?
-
RE: nueva operación cierra la anteriorposted in Questions & Answers
@salek Entonces puedes usar esto en la pestaña 'on trade':

-
RE: I need help with my EA, after the first take profitposted in Bug Reports
I don't fully understand the logic. What I can see right now is that connecting buy/sell now block below 'for each position' blocks is very risky. Those are loops that can open many trades at once. Specially when connected to another loop below (check profit unrealized). Same with variables. All those variables can be modified more than once per tick because of that.
-
RE: Robot takes trade,then trade goes negetive,then stops before stop loss,what could be the problem?I cant save picture from strategy tester.posted in Questions & Answers
@0796147196 This question has nothing to do with this thread topic. Please open anew thread for your question.
-
RE: Notification for "Close Only Mode"posted in Questions & Answers
@James-d It looks like a limitation imposed by the broker. No limitations like that happen in the ones I usually use.
-
RE: New to the Community, Excited to Learn!posted in General Discussions
Welcome, Abel. Don't hesitate to ask anything you need. We're here to help.
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 Ok. But if I understand it correctly, as soon as a buy is open, any previous sell should be immediately closed, right? Can ther be buys ans sells open at the same time?
-
RE: How Backtest multiple Symbols in one time?posted in Questions & Answers
You can still optimize symbols one by one by selecting just one for that block.
-
RE: 21 ema strategyposted in Tutorials by Users
Sure. What are the conditions of the strategy exactly?
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
You need an additional variables used as a counter. Every time a trade is closed, that counter should add +1. Then, when the variable is 6 or 7 then the bot can terminate.
-
RE: Total Orders Count both Pending order and running tradesposted in Questions & Answers
@COFX This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Total Order Count both Pending order and running tradesposted in General Discussions
I don't understand the logic behind that. Are you ready to close 19 open trades in loss just because it is below 30? What is the point of that?
-
RE: Use an open trade's price level as a conditionposted in Questions & Answers
@Jacobus-Retief Sadly fxDreema is not an intuitive tool. If you share your project here, we can help you to implement it.
-
RE: Ea gratis renko para mejorar en el foroposted in Questions & Answers
Muchas gracias por compartirlos.
-
RE: Licencingposted in Questions & Answers
@Dr-Amiin That price means you can copy up to 100 accounts. There is nothing to do with importing anything. Do you really need to copy your strategy to 100 accounts?
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 For your first question there is no combination of blocks to do that automatically. You need to develop a specific strategy for that scenario first and then we can talk about implementing it.
On your second question, I'm not sure what you exactly mean. Could you please show an image with a visual example?
-
RE: Setting an EA to Execute Once When Profit Target is Reached and Reset the Next Day in FXDeemaposted in Questions & Answers
You need 2 separate structures as per my example. The first one is the first one to be executed every day and will turn off the heading block of the structure opening trades. Please notice the red line surrounding block 2 in my example. That is the key element of the structure. Then the third block tree is the one used to close all trees when profit is hit and blocking the launcher block tree. I don't see any launcher in your project.
-
RE: nueva operación cierra la anteriorposted in Questions & Answers
@salek Depende de cómo lo quieras. ¿Sólo debe cerrar la última o todas las que haya abiertas en ese momento?