Maybe I didn't explain myself accurately. When you are saying that something is 'crossing' it means it moves from one position through an external point or are and ends beyond it. In your strategy, what is crossing what exactly?
Posts made by l'andorrà
-
RE: hello, I need help, How can I make this simple EA execute trades when the candle finish?posted in Questions & Answers
-
RE: How to control bots when faced with high-impact news.posted in Tutorials by Users
@Juan-Manuel-Quiñonero The problem is identifying when those news happen. Are you doing it manually or automatically?
-
RE: Gridsposted in Questions & Answers
You need to disconnect blocks 2 and 3 and then use a pink 'once per trade' block below block 3.
-
RE: About the EA not working at timesposted in Questions & Answers
@bussy Yes, it happens to me all the time when the logic is incorrectly implemented when I'm convinced it's right. Some times you need a third person to look at you projects in order to find things you don't imagine you did wrong.
-
RE: Does your fxDreeema work properly for both Live and Demo accounts?posted in General Discussions
What do you exactly mean?
-
RE: I need some help. Busted. Keep tryingposted in Questions & Answers
The problem is identifying those points. Are they supposed to be indentified at at the exact moment the happen or some time later?
-
RE: Take Profit by indicatorposted in Questions & Answers
That idea doesn't sound bad, but before trying it you should be sure the indicator will not screw it up. I recommend trying it manually for some time before wasting any time building something that doesn't work and not knowing why. Trust me, I've been there many times.
-
RE: Opposite and conditional positionposted in Questions & Answers
@arash20 You can use the same structure but using a negative number like -120 pips, for example.
-
RE: I need some help. Busted. Keep tryingposted in Questions & Answers
What do you exactly mean by 'last price'?
-
RE: Project to create Mql5 Expert advisor using Orderblock and Fair value gaps around specific timesposted in Questions & Answers
This is a VERY ambitious project to implement that will require advanced fxDreema knowledge. Are you very experienced with fxDreema?
-
RE: Please is no position same as no trade?posted in Questions & Answers
@Alex4u What do you exactly mean?
-
RE: I want to draw a rectangular shape on the chart thatposted in Questions & Answers
@sara-m This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Opposite and conditional positionposted in Questions & Answers
@arash20 You can close all open trades when 120 pips are in profit right now:

-
RE: Take Profit by indicatorposted in Questions & Answers
Please remember what I said a few posts ago about this indicator. I'm pretty sure it repaints. That means that what you see in the chart is not necessarily what happened in the market at that point. You are explicitly requesting the crossing to be confirmed to close a trade. That will happen at a specific moment in time, you don't know when. Depending on where you positions the 'once per bar' block, the bot will be checking it at the open of a new trade (on top) or at any moment (below).
-
RE: Rectangular coordinatesposted in Questions & Answers
What do you exactly mean by 'coordinates x = 0, price = 10'?
-
RE: Close partially by money profitposted in Questions & Answers
You should create two different Constants selecting two different profit targets instead of variables as it is now. Please notice that you just duplicated block trees 130 and 144 with the only difference being that variable modification. Because both block trees are doing exactly the same at the same time, this is the result is wrong.
-
RE: hello, I need help, How can I make this simple EA execute trades when the candle finish?posted in Questions & Answers
I think the problem is your definition of 'crossing'. Please confirm this is what you want for a buy:
- Current candle close (candle ID 0) is above candle 1's close.
- What is that 'crossing' thing to happen, exactly? Your image is not clarifying what you mean by that.
-
RE: Using a Delay Function in the MT5 Testerposted in Questions & Answers
@jstap Interesting. Thank you very much.
-
RE: I need some help. Busted. Keep tryingposted in Questions & Answers
You need to move all block to the 'on tick' tab.
-
RE: How to take buy and sell every 5 minutesposted in Questions & Answers
@vijithtr You can do this in the 'on tick' tab.
