Great. Thank you.
Posts made by l'andorrà
-
RE: News time filterposted in Questions & Answers
Your effort is simply proceless man. I'm really impressed!

-
RE: Open Trade at candle open and close the trade at candle closeposted in Questions & Answers
Time is not working on bakctesting. That means all blocks on the 'On timer tab' will never be executed when backtesting. Why do you exactly need to close it after 59 s and not simply doing it on the next open price?
-
RE: How to Hide my TP & SLposted in Questions & Answers
Are they really hidden from the chart when the option is selected? If so that means they are not really included in the trade, but simply calculated by the algorithm as a pips distance and then closed when the price is hit. Am I right?
-
RE: In case of a single profitable transaction, I close on the day.posted in Questions & Answers
So the possibilities are:
- A winning trade? Yes ---> No more trades today.
- A losing trade? Yes ---> Trade again.
2a. A winning trade now? Yes ---> No more trades today.
2b. A losing trade? Yes ---> No more trades today.
Is that correct?
-
RE: Can I have more than one magic number?posted in Questions & Answers
As fas as I know, I'm afraid not. Probably you can add some custom code for it, but you will need a coder for that, not me, sorry.

-
RE: [Invalid Volume] error when using close partially blockposted in Questions & Answers
Sure. Try it and let us know.
-
RE: How to validate and reset conditions?posted in Questions & Answers
I also recommend you to specify candle ID 1 on all operands of all condition blocks unless you strictly need so.
-
RE: Long/Short logic with RSI/MFIposted in Questions & Answers
What do you exactly mean by 'more than once'? Do you mean on the same bar? Then a 'No trade' block (for buys) and another (for sells) should be put on top of your launching structures.
-
RE: In case of a single profitable transaction, I close on the day.posted in Questions & Answers
If I understand it correctly, if you get just one profitable trade today, there will be no more trades today. However, you can have unlimited closed losing trades. Correct?
In other words, how many profitable trades are required every day to balance the losing ones?
-
RE: interrupt negotiations and restart negotiations the next day.posted in Questions & Answers
Every 2 pips? That's an extremely short distance. What about the spread? Will you broker allow you to close trades there?
-
RE: [Invalid Volume] error when using close partially blockposted in Questions & Answers
That is a common reason behinh that issue. Maube you should change your broker.
-
RE: Pips outside of Bollinger bandposted in Questions & Answers
Just curious. Why using that *Mathpow formula? I see you use it almost everywhere. If I remember correctly, it transforms values into pips. Is that correct?
-
RE: Long/Short logic with RSI/MFIposted in Questions & Answers
I think the problem is with blocks 2 and 9. You are asking them to look for a crossing with a constant. I recommend you to substitute block by this:

Then do the equivalent for block 9.
-
RE: interrupt negotiations and restart negotiations the next day.posted in Questions & Answers
@kop said in interrupt negotiations and restart negotiations the next day.:
@trader-philipps not too concerned about that right now , got more serious stuff to sort out , but nobody can help me
Ahem. Didn't you read my suggestion?

-
RE: [Invalid Volume] error when using close partially blockposted in Questions & Answers
Yes, the systame can, but maybe your broker doesn't. Are you sure that partial close is possible in your broker?
-
RE: Stocastic RSIposted in Questions & Answers
Ok. Si ya tienes el indicador, te recomiendo este tutorial (está en inglés, eso sí), en el que se explica cómo se hace. Piensa que lo más importante es que se puedan visualizar los buffers en los que se muestra la información que buscas. Es posible (a mí me ha pasado a menudo) que el indicador no disponga de un buffer que fxDreema pueda leer.
Este es el tutorial:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema/46
-
RE: Limit on trade duplicate trades. Filter is not working for meposted in Questions & Answers
In general, a 'For each position' block should not be used in the same structure that launches trades. It is a loop block for already open trades!
-
RE: MACD crosses RSIposted in Questions & Answers
Otherwise, try to find a custon indicator doing so.