Did you check the pip rules of your project?
Posts made by l'andorrà
-
RE: Time bomb - Don't trigger buys if majority are sells vice versaposted in Questions & Answers
Try this:
https://fxdreema.com/shared/KcB6oqy7c
Obvioulsy you need to include all condition blocks between the top 'Modifiy variables' blocks and buy/sell. Don't forget to initiate both variables as True.
-
RE: Time bomb - Don't trigger buys if majority are sells vice versaposted in Questions & Answers
Thay are compiting because both buys and sells are sharing the same tree structure. You need to duplicate them, one for buys only and another one for sells only. Then use a variable to control which ones are active whareas the other ones are inactive.
-
RE: Need help to build an EAposted in Questions & Answers
Sure! Do you have any initial project to begin with?
-
RE: Bug with DoubleToStringposted in Bug Reports
I know mq5 for fxDreema is not as efficiently implementes as for mq4. Maybe it's a bug. Unfortunately I'm not a programmer so I cannot give you an answer.

-
RE: how IF custom indicator make a alert/alarm open buy sell automaticposted in Questions & Answers
Does the sound alert coincide with the dot appearing on the chart? If so, its easy. Just connect the buy block under the 'indicator appear' block for the appropriate buffer in each case (buy ans sell). However, be aware that if the indicator repaints the dots you will get weird results.
-
RE: How to create pullback EA?posted in Questions & Answers
In that case you would need some blocks identifying those supports and resistances and then some variables identifying them as one thing or the other. Initially doesn't sound very dificult to implement. Would you include other conditions other than supports and resistances?
-
RE: How to create pullback EA?posted in Questions & Answers
Ok. How will your EA define supports or resistances? Will you use a custom indicator?
-
RE: How to create pullback EA?posted in Questions & Answers
I depends on the conditions you consider a pullback is confirmed. I see you do it based on supports/resistances. If that the only condition it would not be specially hard to do. The question is. Will you need other conditions to confirm that movement is a pullback?
-
RE: Trade buy or sell using LH and HL. Kindly helpposted in General Discussions
What do you mean exactly? More info would be appreciated, please.
-
RE: Is there a way to check if block in status on/off?posted in Questions & Answers
The only way I can thik of now is creating a short structure checking the situation of that block. Honestly I had never consider something like that. Interesting idea.
-
RE: wont delete constantsposted in Bug Reports
It happened to me at least twice. I guess (and it's just a guess) that when a block including a variable is deleted BEFORE its variable was removed it becomes a kind of 'ghost' that is not visible on the builder bit it is still considered to be in the project.
I had to redo the whole project to fix that problem.

-
RE: Flags switching valueposted in Questions & Answers
I concur with roar. Dealing with variables mey be more clumsy initially, but I strongly recommend you to use them That will empower you in your later projects.
-
RE: Help needed to build EAposted in Questions & Answers
So it passes every ten minutes no matter what? No matter if it is in the middle of the current bar, the begininnig or elsewhere? Interesting.
-
RE: Need help to build an EAposted in Questions & Answers
Not sure I understand it. If you are looking for buys only why point 3 says sells after 30 pips profit?
Could you please upload a screenshot with a simple diagram showing the big picture?
-
RE: Refill pending orders in gridposted in Questions & Answers
But why do you need the horizontal lines exactly? Why not programming the pending orders at the desired levels?
-
RE: Need help to build an EAposted in Questions & Answers
I see. Why long trades only? I don't see which symbol could be interesting for thatkind of strategy.
-
RE: Help To Create logic ...posted in Questions & Answers
I agree with line. Having more details ablout your strategy would be ver appreciated. Do you have one in mind? I will be happy to help you.