@robertk That probably means you will have to adjust the pip size rules of the EA.
Posts made by l'andorrà
-
RE: Multiple symbol filter not working properly?posted in Questions & Answers
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
You need to change the value of the flag as soon as the sell trade is open. Otherwise there will be more sells after the crossing.
-
RE: Grid system closing all trades from first positionposted in Tutorials by Users
Yes, but you will need to identify that first position specifically for the EA to know that it hit its SL. Can you current structure do that?
-
RE: How To Create This Specific Type Of EAposted in General Discussions
This is the second thread you created for the same question. I replied to the first one. Please don't duplicate threads.
-
RE: total profit for the day not working anymoreposted in Questions & Answers
@akallai86 You can use a structure like this:
-
RE: After "Display Status Messages" to "No", all the links were redistributed.posted in Bug Reports
What do you exactly mean by 'redistributed'?
-
RE: First Candle of the Day, Locate and Identify???posted in Questions & Answers
That depends on the timeframe. The first on the daily timeframe is the only one available on chart, whereas on 1M there will be many more. What TF is the EA supposed to be working on?
-
RE: How to close the initial order within averaging?posted in Questions & Answers
You didn't say that shouldn't be applied to one only open trade. Do you mean that it shouldn't? In that case you need to add a condition below the 'for each trade' block requesting at leat two trade need to be open.
-
RE: I suck at making this EA (please help)posted in Questions & Answers
I don't understand the logic behind that. Are you opening the first trade just randomly? What is the point of opening trades on other pairs regardless what's happening on the first one?
-
RE: Fxdreema error using Stochastic ???posted in Questions & Answers
Is it happening on different broker terminals? Probably the problem is the terminal you are using.
-
RE: Show GAPposted in Questions & Answers
In that case I recommend to find a custom indicator doing that. Building a structure in fxDreema with that function would be definitely complex.
-
RE: CHIUSURA DI META' DEL TRADE QUANDO IL BREAKEVEN VIENE ATTIVATOposted in General Discussions
@luca-9 You need this block on top instead of that 'if trade':

-
RE: Increase TP after lossposted in Questions & Answers
I'm not a programmer so I cannot confirm, but I guess the problem is on your custom code blocks. Other than that your logic and configurations are correct.
-
RE: close one group of trades after profit reachedposted in Questions & Answers
Because you positions all blocks on the 'on init' tab. They need to be positioned on the 'on tick' tab.
-
RE: How to keep horizontal lines for the last 50 candles?posted in Questions & Answers
If you need highs only then you can use the recommended configuration above.
-
RE: fallan los EAposted in Questions & Answers
Pues no dudes en abrir hilos en el subforo de bugs porque es la única forma de que el admin lo sepa. Lo más probable es que haya cambiado el código de esos bloques y por eso ahora funcionen mal.
-
RE: script for all theaterposted in General Discussions
Can you please share the link to the project instead? That would help.
