Ok, but the chart is already doing that for you. Why do you need them plotted on it again?
Posts made by l'andorrà
-
RE: Timeposted in Questions & Answers
-
RE: Pending orders activate on candle closeposted in Questions & Answers
Then you need a loop searching for that specific price in past candles. That is not a trivial project to do. Are you familiar with variables and loops?
-
RE: Incorrect description in no position block?posted in Bug Reports
You're right!
Never noticed it. -
RE: Help With An OCO Order EAposted in Questions & Answers
@AlexisC25 Ok. But what do you need now exactly?
-
RE: Expert Advisorposted in Questions & Answers
I don't speak French, but I speak Catalan and Spanish if that helps.
-
RE: identification of a new minimum or maximumposted in Questions & Answers
@jstap Do you really trust those 'new top/bottom in trend' blocks long ago and I was very disappointed with its performance.
-
RE: EA acting weird. EA took order of unexpected numbers of lotsposted in Questions & Answers
Can you please share the link to the project?
-
RE: HELP! Why doesn´t my EA work? Please Explainposted in Questions & Answers
Some initial hints.
- Remove all those 'OR' blocks. They are unnecessary.
- Do not use the yellow output connection of blocks 289 and 451. All blocks of buys and sells are to be connected to the orange output dot only.
- Are all those conditions supposed to happen at the exact same time? I guess not. and that's what is what the bit is trying to find now.
-
RE: Advanced EA Frameworkposted in Tutorials by Users
@DragonZueloTrends Ese proyecto es de gran complejidad y necesita de conocimientos avanzados de fxDreema para llevarlo a cabo. No quiero desanimarte, pero si quieres aprender a hacerlo tu solo necesitarás mucho tiempo para aprender como usar fxDreema. En mi opinión, puedes contratar a un programador barato en fiverr.com que lo haga por ti en poco tiempo y te ahorrarás todo ese esfuerzo.
-
RE: Pending orders activate on candle closeposted in Questions & Answers
Not sure I fully get it. Why do you need an object when you can just check the condition? Could you please upload a screenshot of that scenario?
-
RE: I want to build a equidistant channel EA can anyone help me on how to build this EA perfectly ?posted in Questions & Answers
@Grace101 Some more info would be appreciated. What do you exactly mean by 'equidistant channel'? All channels are equidistant.
-
RE: Decompile Mq5 fileposted in Questions & Answers
@Saesint You are asking for the Holy Grial, man!

-
RE: Importing indicator, then using it as a specific condition.posted in Questions & Answers
@Mitchp The problem is here:

You should see all colours there but no colour is visible. That means fxDreema can0t find those buffers. You can try to emulate them as explained in this tutorial:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
-
RE: RSI Level trigger Sell and then RSI level trigger closeposted in Questions & Answers
@Vortrexcian Can you please share the link to the last version of the project?
-
RE: Pending order, loop after loss. Helpposted in Questions & Answers
@Adam692 You can do something like this in the 'on trade' tab:

That means every time a buy is hitting its SL, the counter will add +1 and the lot size will be increased a 50%.
Then you can use the standard condition blocks in the 'o tick tab to compare if les than 3 trades were lost so far.
-
RE: Maybe a bug but maybe a question?posted in Questions & Answers
Wait, are you trying it on MT4? That will never work. I assumed you were trying it on MT5. That is possible there.
