@miro1360 Ok. Thanks. I will test it and let you know. Once more, thank you very much.
Best posts made by l'andorrà
-
RE: How can I make the new open trade be open after 80 seconds from teh last closed trade?posted in Questions & Answers
-
RE: Multi timeframe conditioned EA can't open tradesposted in Questions & Answers
@od Block numer 16 cannot work on the 'on tick' tab. It can only work on the 'on chart' tab. You should move that tree to that tab and then add a 'chart modified' block on top of it.
-
RE: Backtesting Multiple Time Frame Function not working?posted in Questions & Answers
@gorilla fxDreema can backtest different timeframes at the same time for sure. Probably the problem is in the logic used in your project.
-
RE: Percentage/Most of conditions occurposted in Questions & Answers
@cedietradermax Impressive example. Congrats!

-
RE: Close Trade Blockposted in Questions & Answers
@vonmunchy Are you maybe combining manually and automatically opened trades? Ortherwise al of them were closed by the EA for sure.
-
RE: REPEAT THE LOST ORDER OF THE GRID ALWAYSposted in Questions & Answers
@miki Impressive logic! Thank you very much for sharing.
-
RE: Too much text for a simple script or EAposted in Questions & Answers
@alxzxz Saludos. Me temo que no. fxDreema está pensado para personas que no saben y nuncasabrán cómo funciona el lenguaje MQ4/5. Los bots creados con esta plataforma siemrpe tienen unas 10 veces más líneas de código que los creados directamente. De modo que me temo que no, no hay forma de "limpiar" código.
-
RE: I’m stumped on this one!posted in Questions & Answers
@that_adam_guy You got the general idea. However, you will need different variables for each timefram. They cannot be stored as you suggest. Additionally I guess you are searching for lows and highs with a limited period of time. You also need to specify that period in candles like this:

This is the way to store the highest price on H1 timeframe for the last 10 candles.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra No. I say you should remove all those 'once per bar' blocks and substitute them for this one: 'once per trade/order'.
-
RE: How To Use My EA's Name As Comment.posted in Questions & Answers
@lanrayy Impressive replies! I learnt something new...again.

-
RE: @roar Optimizing tutorialposted in Questions & Answers
@alphaomega Agreed. Something happend to this page. Can anyone else confirm?
-
RE: Candle IDposted in Questions & Answers
@jsauter86 Well, it depends on what you need later in the EA. I would suggest to use arrows instead of lines for visual effect only. You can store the name of the arrow into a variable and then search for it later when necessary.
-
RE: ATR stop loss multiplierposted in Questions & Answers
@piptheripper Firstly you create a Constant:

Then you manually embed it into the appropriate place :

-
RE: Do these results look good or should the equity curve be more steady?posted in Questions & Answers
@alphaomega Will you share that EA, please?

-
RE: TEXT - setup to only have text visible on condition, otherwise no text.posted in Questions & Answers
@johann-0 Thejn you need another condition to specify when the text should be deleted.
-
RE: MACD Level captured in a variable?posted in Questions & Answers
@highmoose You can create two variables and store both values this way:

Than you can use normal 'condition' blocks to check when one number is above the other.
-
RE: Converter Isnt working correctly even tho there arent any errorsposted in Questions & Answers
@zackry Why are your questions always so hard?
This is programmer's stuff. I'm afraid I cannot help. -
RE: Arrow indicator on Candle 0posted in Questions & Answers
@johann-0 You need this option selected as 'yes' to do that:
