You selected that one only buy or sell can be open at the same time on the first block on top. You should use two different blocks, one for buys only and another one for sells only.
Posts made by l'andorrà
-
RE: RSI & CCIposted in Questions & Answers
-
RE: PHONE NOTIFICATIONposted in Questions & Answers
@WealthF92 Then you need to use this block at the bottom of your conditions thread:

-
RE: market signal analysingposted in Questions & Answers
The best option is searching through the internet and find a custom indicator doing that. Creating your own market analyser is over complicated.
-
RE: recovery after lossposted in Questions & Answers
I'm afraid we cannot understand you. Could you please try in English? I also speak Catalan and Spanish if that can help.
-
RE: How can I place trades above and below Horizoltal Linesposted in Questions & Answers
Instead of using the 'x>' symbol you should use this one '>'. And then use a 'counter (pass once)' block below the condition block to specify you need that to happen just once.
-
RE: data from my trading accountposted in Questions & Answers
Es que para eso necesitarás un bucle que vaya a buscar esa información. No hay ningún bloque de fxDreema que lo haga. Necesitarás custom code para ello, lo siento.
-
RE: Use custom Swing High/Low indicator in EAposted in Questions & Answers
Agreed. You should do that and see what info is provided there.
-
RE: script for all theaterposted in General Discussions
@priyaavatar Then you need to use this block on top of you project:

You need to add all charts you need there comma separated.
-
RE: automatic save templeteposted in General Discussions
AFAIK that is not possible with fxDreema. You will need to add some custom code to do that.
-
RE: How to keep horizontal lines for the last 50 candles?posted in Questions & Answers
So if I understand it correctly, you need this to happen every time a new candle is open:
- Look to back to the previous 49 candles.
- Find the high and the low prices for that 49 candles.
- Delete the previous plotted horizontal lines.
- Draw new lines on those new high and low.
And repeat again and again. Is that what you need?
-
RE: Average price between 5 or more lines ?posted in Questions & Answers
The median is the sum of all values and the divided by the number of units used, whereas the second is the multiplication of all value and then divided by the number of units. You can use standard formula blocks in both cases. You can do it via 'for each trade' blocks.
-
RE: Rule prohibiting currencies with the same quote from being traded.posted in Questions & Answers
But are those 3 trades open in the same or different symbols? Can for example be 2 trades on one symbols and the third one on another, for example?
-
RE: script for all theaterposted in General Discussions
That depends on what it is supposed to do: opening all charts or closing them all?
-
RE: HOW TO CODE THIS EA STRATEGYposted in Questions & Answers
Those are the input parameters, but what is the strategy exactly?
-
RE: How to keep horizontal lines for the last 50 candles?posted in Questions & Answers
Do you mean drawing the previous 50 candles, then waiting for the next 50 candles doing nothing and finally deleting the initial ones and drawing the last ones again?
-
RE: Average price between 5 or more lines ?posted in Questions & Answers
Technically it is possible, but what do you exactly mean by 'average'? A median average or a ponderate average?

