@slimmz Please be very careful with those buffers. Are you sure the don't repaint?
Posts made by l'andorrà
-
RE: How to import and use custom indicator?posted in Questions & Answers
-
RE: Pip size in Project Optionsposted in Questions & Answers
@alex81 In my experience, that value is variable from broker to broker. I always use this simple rule: two decimal positions on chart mean 1 on pips rules size. Something like this:

If that doesn't work, I try other values like 0.1 or 0.01. Sorry for not providing a more technical reply..
-
RE: Tutorial : Working with ex4 & ex5 indicator fileposted in Tutorials by Users
@slimmz Could you please open a separate thread for your issue? This one should focus on the tutorial only, please.
-
RE: come trovo il money Management in lingua italianaposted in Questions & Answers
@giorgiozop Hi Giorgio. I don't speak Italian, but I speak Catalan and Spanish if that helps.

-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
@jstap That's what I guessed, thanks.
-
RE: How to import and use custom indicator?posted in Questions & Answers
@slimmz You'll find basic info here:
https://fxdreema.com/instructions/builder/indicators
Then I recommend these tutorials to deal with that ex4 issue:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: Good Day FXDREEMA, Help required Custom indicatorposted in Questions & Answers
@scany21 Please check the indicator doesn't repaint. Most of them do and if they do, the EA will fail.
-
RE: Bug in condition block for MACDposted in Bug Reports
@frank-c There is no MACD indicator selected in that block. Can you please check?
-
RE: Open BUY or Sell at specified server timeposted in General Discussions
@nizzy Did you specify 1 second on the 'on timer' event?:

-
RE: How to check distance between 2 running positions?posted in Questions & Answers
@maledetu Do you mean distance from open price? Or the open price from each other?
-
RE: Hi every one pls advice how to build EA . trade when price price 50 pips away from MA if price continues rising open 2 Nd trade when price 60 pips away from MA X 1.3 FROM 1ST ORDER WILL APRICIATE ALL REGARDS ALTAFposted in Questions & Answers
@ahb Here you have the complete launching structure:
https://fxdreema.com/shared/En09Q7Ine
Then you can use the additional one suuggested by jstap in his link.
-
RE: xmas holiday - no trade filter - custom codeposted in Questions & Answers
@jstap Shouldn't right operands be of a 'text' type instead of numeric? You are using string variables for them.
-
RE: Como puedo abrir una operacion cada X pipsposted in Questions & Answers
@kevdiaz Gracias a ti. Si tienes alguna otra duda, no dudes en volver al foro.
-
RE: Delaying trade executionposted in Questions & Answers
@xlestergg The problem is in your condition blocks. All of them are exactly the same! You need to specify different conditions for entries and exits.
-
RE: Close a position before the stop lossposted in Questions & Answers
@piotras10000 At what distance is that supposed to happen? Or under which conditions?
-
RE: How to create block for different strategies inside same EA?posted in Questions & Answers
@alex81 You need to create separate block trees for evey different group/entry. Each with a 'high' position block definiting the origin of group condition and finally with a 'low' position buy/sell now block like this:

-
RE: On trade EA does not close open tradesposted in Questions & Answers
@frank-c Great. You're welcome.
-
RE: On trade EA does not close open tradesposted in Questions & Answers
@frank-c If it doesn't work either, could you please share the link to the project instead of just a screenshot? That would help.
-
RE: On trade EA does not close open tradesposted in Questions & Answers
@frank-c This is because those blocks are on the 'on trade' tab. Simply move them to the 'on tick' tab
