When you say 'total time held', do you mean the combined period of time each trade was open (ie total time held = open time - close time)?
Posts made by l'andorrà
-
RE: 🔹 How to calculate Efficiency Score per Order Type ?posted in Questions & Answers
-
RE: Resetting variablesposted in Questions & Answers
@jimifx707 This is what sktsec means:

You need to be sure the 'once a day' block ID number needs to be 1, as it is supposed to be the first block executed every day.
-
RE: Simple indicator which put an arrow above/below the actual candle based on the length of it's wick sizeposted in Questions & Answers
Sadly there is no 'easy way' to learn fxDreema. Documentation is very clumsy and limited and not a single tutorial is offered here. You will have to learn on your own and then be back here to search for etailed info. I can recommend to take a look at my Youtube channel (search for 'The Andorran Investor') to watch some videos on the basics. You can also find other channels offering interesting content. I hope this can help.
-
RE: Trailing Stop withstart of trailing above 5 pips or pointsposted in Questions & Answers
Do you mean your SL must consider profit only, and not price levels?
-
RE: Backtesting is getting slower and slowerposted in Questions & Answers
@TXZZ This is because fxDreema blocks in gerenal are very efective to get what is to be done but VERY innefficient in the process. Sadly, this is one of the few side effects of building bit with fxDreema.
After many years using it, I finally had to accept that fxDreema is good for testing your strategy in order to know the IDEA is good. Then I hire a programmer to make the bot on mql directly. That way backtesting and optimization are an option. That doesn't happen with fxDreema, sadly.

-
RE: compra y venta una masposted in Questions & Answers
@ivan-a Entonces debes hacer esto:

Esta estructura abrirá una venta en el momento que la compra más reciente esté en -5 pips (es decir, en pérdidas).
Tendrás que crear la estructura opuesta para la ventas.
-
RE: Save Profit on closed tradesposted in Questions & Answers
In that case you need to use the 'if position' block and specify value 0 to the variable at the yellow output dot there, not in the 'for each position' pink block.
-
RE: Store a Value for further calculationsposted in Questions & Answers
@Mani13 This is the way to do that:

-
RE: News filterposted in Questions & Answers
I'm afraid there is nothing here that can be considered as a real news filter. fxDreema is not designed for that type of filter. The best solution is hiring a programmer to do that andthen embed it into your fxDreema project.
-
RE: Save Profit on closed tradesposted in Questions & Answers
You can remove the 'if position buy' block. It is redundant in this context. You will need a separate block tree headed with a 'no position' block to reset variable to 0, as you want. Resetting it on the white input dot of pink loops in fxDreema doesn't work as expected, sadly. It should, I mean, your logic is correct. But input dots on pink blocks are messy, to put it mildly.
-
RE: How to set a trailing stop that activates only after the order has reached a specified profit levelposted in Questions & Answers
How can that example trade be in profit at 3305 when that is exactly the open price?
-
RE: Store a Value for further calculationsposted in Questions & Answers
Isn't the difference between bid and ask price the definition of spread?

-
RE: Medir distancias en porcentajes %posted in Questions & Answers
@salek Tendrás que crear dos variables. Una para cuando el precio esté por encima de la apertura del día y otro para cuando esté debajo (cambiando los signos claro).
Aquí tienes la estructura de cuando el precio está encima:
-
RE: Hot to Recognize a color bufferposted in Questions & Answers
Just a first note. fxDreema is not designed to create custom indicators, but bots only. If you really need a proper indicator you should use other softwares. That said, your logic is initially correct. However, are you sure you are using the correct colour value for that buffer? If it is, are you then sure the indicator is providing the relevant information through the buffer? I tell this because many indicators don't do it.

