@cliff-0 Well, I can help you, but some more detailed info would be appreciated. 
Posts made by l'andorrà
-
RE: EA BUY, SELL CLOSE (MANUAL FOR BACKTESTING AND TRADING)posted in Questions & Answers
-
RE: Import Indicatorposted in Questions & Answers
@ramimoujaes I see ther problem. Each buffer can have two different values. This is a common problem for MT5 indicators. Can please miro or roar give us a hand here?
I'm afraid I have no idea how to deal with this. -
RE: Measure the distance in PIP.posted in Questions & Answers
@juan-manuel-quiñonero Working with zigzag indicator is not easy. Here you have this helpful thread linking to other threads related to it. I suggest you to take your time to read them all caferully.
-
RE: open and close order:posted in Questions & Answers
@mohammad1373 Here you have my suggestions:
- Remove all 'AND' blocks. They are simply unnecessary.
- You need to specify buy obly or sells only on each block tree. Now all blocks in all trees can open and close buys and sells at the same time. That is wrong.
- You need to specify candle ID 1 on all operands of al conditions blocks in Areas 1 and 3.
Try that and let me know.
-
RE: Polynomial Regressionposted in Questions & Answers
@ramimoujaes Ok. When I asked for the formula I meant if you have a custom indicator doing those calculations. Otherwise we will need a real programmer (I am not on of them) to calculate those values.
-
RE: Minimum Stop in Order Ticketposted in Questions & Answers
I'm afraid I don't fully understand it. Do you have different prices for different SL levels? If so, what do you exactly need?
-
RE: NO SE CREAN ORDENES PENDIENTESposted in Bug Reports
@deiby Voy a serte honesto, revisar ese robot tan impresionante es complejo y consume mucho tiempo. He echado un vistazo rápido y no he visto ninguna inconsistencia, pero eso no es garantía de que no la haya. Te recomiendo que reconstruyas de nuevo el robot (puedes crear una copia), y lo pruebes módulo a módulo. Será la forma más aburrida pero efectiva de encontrar el origen del problema.
-
RE: Not sure this is a bug, buy buy/sell arrows don't workposted in Bug Reports
@alphaomega Yes, can you see them on a demo account? I see them when backtesting but not on a demo account. And you?
-
RE: EA en diferentes pares de divisasposted in Questions & Answers
@deiby Dentro de ese mismo blocque puedes especificar si quieres que la regla se aplique sólo al gráfico activo o a todos los gráficos a la vez:

-
RE: Question for experienced backtestersposted in General Discussions
@sirboyce I use TDS2 for data quality above 99%. It is a bit expensive, but it is certainly worth it.
-
RE: Bucket / Basket close of all open tradesposted in Questions & Answers
@kvinvest You're welcome.
-
RE: TRADE ON OPPOSITE CONDITIONS HEDGEposted in Questions & Answers
@agitins Some initial suggestions:
- Please remove all 'AND' blocks. They are irrelevant for your EA. Your blocks disposition is already using an 'AND' structure.
- Both 'For each position' blocks should be separated and independent from their current positions. Theu need to work on a tick basis not conditioned by everything above them.
Finally, are you fully aware that this strategy will never work on the long run? Are you sure you want to implement it?
-
RE: how to draw horizontal line at latest open trade stop loss price?posted in Questions & Answers
@someone-else You can store the value of that SL in a variable and then use this block:

-
RE: FINDING POINT OF INTERSECTIONposted in Questions & Answers
@kayem That is a problem because you are looking for a visual point that has no translation necessarily on the chart. Charts are formed by ticks grouped into candles. Vertical lines are not based on ticks, this means fxDreema cannot necessarily find the exact intersection point you are looking for. How much accuracy does your strategy need?
-
RE: Question for experienced backtestersposted in General Discussions
@sirboyce The modelling quality is terrible (n/a), so simply forget it. Do not trust any modelling quality below 99%.
-
RE: open and close order:posted in Questions & Answers
@mohammad1373 Can you please share your project? That will be easier to fix the problem.
-
RE: Polynomial Regressionposted in Questions & Answers
@ramimoujaes I can help you. Do you have the formula to calculate those values?
-
RE: Draw lineposted in Questions & Answers
@khalids222 That is a very weird situation, because I cannot find any reason why it shouldn't work. Maybe you're right and it is a general issue.
-
RE: Bucket / Basket close of all open tradesposted in Questions & Answers
@kvinvest You need to specify Magic Number 0 to any EA dealing with manual trades. Otherwise it will never work. You can simply modify the magic number manually every time you run any EA on the chart.