@Tulefi He means creating a loop searching for that info in the past candles.
Posts made by l'andorrà
-
RE: Closing a position once it's n candles old?posted in Questions & Answers
-
RE: SIMPLE STRATEGY INTO ROBOTposted in General Discussions
@Bissy You can begin with something like this for buys only:
-
RE: EA creating two trades instead of oneposted in Questions & Answers
The most important is you noticing. Congrats!
-
RE: How to close all trades and pending order once a certain draw down percent is reached for a day but it should be able to work with ea placed on one hour chart.posted in Questions & Answers
You can run the bot of that thread on ant timeframe you need.
-
RE: Anyone know which one is more effective way to run the condition? 3 waysposted in Questions & Answers
The second is clearly more efficient than the first one just because not all options are checked as soon as the right one is identified. However, I have no idea how that can be compared to the third one. I'm not a programmer either.
-
RE: Please help me out on this oneposted in Questions & Answers
You will need custom code. There is no enumeration for that in fxDreema AFAIK.
-
RE: I need to know whether "Run Block"(controlling block) slow down executionposted in Questions & Answers
This is a good question I've asked to myself some times. I hope someone can confirm which option is better.
-
RE: Help, I can't find what the problem is in my EA with the color constants for mq5 fxdreemaposted in Questions & Answers
Never seen that error type before. Can you please share the link to the project instead?
-
RE: Conditional trading pairsposted in Questions & Answers
Do you mean one only trade per chart or more than 1 per chart at the same time?
-
RE: Optimizeposted in Questions & Answers
AFAIK that is not possible, but maybe I'm wrong. Can someone else confirm?
-
RE: convert mql5 into mql4posted in Questions & Answers
I'm not a programmer, but did you try using a 'custom code' block to do it?
-
RE: Is is possible to modify spawned object name?posted in Questions & Answers
The platform will always add a new number at the end of the name of the object. There cannot be 2 objects with the exact same name on MT4. You will need to rename it partially only so that the last figure doesn't have to be needed to identify it.
-
RE: ¿can someone help me correct the errors that appear in this EA project, when compiling it in mq5?posted in Questions & Answers
I cannot open it. Are you sure this is the correct file?
-
RE: HELP ON EMA CROSSINGposted in Questions & Answers
@jstap I know, but the exact price level where both lines are visually crossing each other happens between two candles. That means fxDreema cannot find it because it can identify candle values only. Additionally, that depends on the relative slop of both MA. That makes it irrelevant when trying to find that exact point. What the knot can know is if the crossing is confirmed between candle ID X and candle ID Y, but the exact price in between.
-
RE: -Let the expert consultant work immediately. -Let it run once.posted in Questions & Answers
Not sure I fully get it. Do you want an EA opening a single trade when the current bar is bigger or equal to the previous one and then close it when you get a 5% profit?
-
RE: Stop loss and take profit in pipsposted in Questions & Answers
@mrghl Could you please upload an image if your selected option? I don't find any option to select pips.
-
RE: How to build martingale EA with TP shownposted in Questions & Answers
@Khun-Som-Ath This is the way to do it:

-
RE: horizontal line nameposted in Questions & Answers
Do you mean the real object's name or the visible text on chart instead?