Puedes escoger un filtro de candle ID. Le puedes decir que el bloque de 'comment' se ejecute cuando algo sucedió en la barra anterior y no en esta. El problema es saber qué es lo que sucedió en la barra anterior. ¿Es la apertura de una operación, por ejemplo?
Posts made by l'andorrà
-
RE: How to wait 1 barposted in Questions & Answers
-
RE: Fixed Ratio by Ryan Jones Lot Sizes are incorrect???posted in Questions & Answers
@BBMess Never used that option, but did you read the documentation to check what you want is possible (look at the second half of the page)?
-
RE: Can a "last theoretical closed trade" test be done in FXDreema?posted in Questions & Answers
@MTAB You can create a loop as sktsec suggested (difficult option) or you can also check (less difficult option) that info as new candles are created. I mean, every time a candle is closed, check if that condition is true or now. If it is true, store the value into a variable. Unless there is a new value to overwrite in the future, you already got the info you need in 10, 20 or 100 candles ahead.
-
RE: El indicador se duplica en backtestposted in Questions & Answers
Never seen something like that. Could you please share the link to your project?
-
RE: Position Count Not Workingposted in Bug Reports
@Rafik This is the second thread you created for the exact same question. Please don't duplicate threads and focus on one only.
-
RE: Broker & VPS reviewposted in General Discussions
@Tulefi Impressive information so far. Thank you very much for sharing.
-
RE: Create Logic For Close All Quickly like bulk Operationsposted in Questions & Answers
This is the second time you are asking the exact same question. I replied to the previous one. Please don't duplicate threads.
-
RE: Close All Positionposted in Questions & Answers
@aricanwar AFAIK, no fxDreema block can do that. I'm afraid you will need custom code to do it.
-
RE: Position Count Not workingposted in Questions & Answers
Could you please share the link to the project?
-
RE: Skip trade/trades in Gridposted in Questions & Answers
You need to use variables to do that. Are you familiar with variables?
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@fernandoanton-90 Ok. I can help. Can you please list the set of conditions required to find that candle?
-
RE: how can I set pending orders one after another? wanna try hedghe strategyposted in Questions & Answers
@Hempir In this example the bot will open a buy exactly 10 minutes after the last buy was open:

-
RE: For Each Trade / Check Trade Counts problemposted in Questions & Answers
You need to use groups. Each new distance should open a new trade belonging to a different group. That way you can control different opening distances for each group.
-
RE: pls help : multiple consecutive divergencesposted in Questions & Answers
Please, be very skeptic with ANY Youtube video showing any strategy. All of them are edited to look wonderful. Did you try that strategy manually before trying to try it with fxDreema?
-
RE: Rectangle dans l'interfaceposted in Questions & Answers
I'm afraid I don't speak French. I speak Catalan and Spanish if that can help.
-
RE: How to recognize the structureposted in Questions & Answers
You will need variables to do that. Are you familiar with how variables work?
