@johntyr Sure. Just share your results here, please.
Posts made by l'andorrà
-
RE: Line cross entry EA to close trade if the lines uncrossposted in Questions & Answers
-
RE: How to draw Trend Line between two pointsposted in Questions & Answers
@saeed-2 Let's begin with the most important infor here. How are those A and B points calculated? Are they provided manually or via custom indicator? Do you know how to draw trendlines?
-
RE: How to make EA multi currency most efficiently?posted in Questions & Answers
@coinmaster Are you sure those variables need to be 'customized' for each chart? What are they supposed to do exactly?
-
RE: Status messages can not be switched offposted in Bug Reports
@vish Agreed. I remember this was noticed before but apparently not fixed yet.
-
RE: Encrypt EA Files with 1 User = 1 License Key EAposted in Questions & Answers
@arikhfrizt5161 MQ4 files can be modifed on the MetaEditor, but not those with ex4 extension.
-
RE: How to auto restart EA per "n" dayposted in Questions & Answers
@khacdiepvnc Is the EA suppsoed to be removed from the chart? Because if so you cannot do that. Teh Ea need to be running on the chart 24/7. However, you can program it to restart all variables and begin a new cicle of calculations. Is that what you want?
-
RE: Compilation Errorposted in Bug Reports
@6ixpappi I'm not a programmer but I guess the problem is that the indicator is not correctly identified by fxdReema. This is a very commom issue with mq5 files here.

-
RE: Encrypt EA Files with 1 User = 1 License Key EAposted in Questions & Answers
@arikhfrizt5161 You can specify user name (MT4 account name) as a condition for the EA to be operational. Then you can use the user license too. In any casu you should NEVER provide the mq4 file, but the ex4 one.
-
RE: How to auto restart EA per "n" dayposted in Questions & Answers
@khacdiepvnc What do you exactly mean by 'restart'? You will need a variable controlling when the period is active. You can use a boolean one.
-
RE: Write To File Blockposted in Questions & Answers
@vonmunchy I'm not sure but I guess this is a side effect of how fxDreema uses that feature. I remember some past posts complaining abot that same issue.
-
RE: Help! The EA is not work with Bucket of Closed Trades (posted in Questions & Answers
@khacdiepvnc I'm not sure yet what is the exact problem. Do you want to know how many closed trades are there in the history list or from a specific time period?
-
RE: Steps to take an ea from backtesting to liveposted in Questions & Answers
@supersako That is not possible. No one will never now when a candlestick is closed exactly. The best you can do is choosing a specific time before the next candle opens.
-
RE: almacenar datos de tiempo en variableposted in Bug Reports
@diazoviedo Es el segundo post en el que anuncias tu curso. Lo he reportado al admin. Si no tienes su permiso explícito para anunciarlo, retíralo por favor.
-
RE: store obj timestamp to a variableposted in Questions & Answers
@cristian-0 Supongo que debe ser porque el tiempo mira la hora del servidor del broker y eso no para nunca, claro. Lamento no poder ser de más ayuda.
-
RE: mt5 to mt4posted in Questions & Answers
@max-c q8carpenter is right. You'd better rebuild it from scratch to be sure.
-
RE: Line cross entry EA to close trade if the lines uncrossposted in Questions & Answers
@johntyr You can use a boolean true/false and what for: a) a 'true' crossing, then if b) a 'false' happens within he same candle you can identify there was an uncrossing there.
-
RE: Need help. My EA doesn't follow trade on each cross. Why ?posted in Questions & Answers
@mjbond This is very common. You indicator shows the crossing once it is confirmed. Your EA is working on candle ID 0 when the crossing is not necessarily confirmed. Try to change it to candle ID 1.
-
RE: Candle by timeposted in Questions & Answers
@diazoviedo ¿Has pedido permiso para promocionar tu curso en el sitio? Si no es así, retíralo, por favor.
-
RE: Need help. My EA doesn't follow trade on each cross. Why ?posted in Questions & Answers
@mjbond Block 2 'Once per bar' needs to be positioned on top of the tree, not in its current position.