@mr-lenny I cannot open it. Can you please check the link?
Posts made by l'andorrà
-
RE: indicator objects no bufferposted in Questions & Answers
-
RE: How to capture the volume of an open positionposted in Questions & Answers
@rodrigo-ortuzar You were close.
You can do it on the 'on trade' tab. This way:
-
RE: SL, TP pips "acting" wrong way.posted in Questions & Answers
@loopytt Can you please share the link to your project?
-
RE: Restricting trading period triggers multiple positions on one candleposted in Questions & Answers
@e-so That depends on the maximum number of open trades you want. You should definitely use the second block 'hours filter'. The you should decide if any open trade withing that period should be closed at 17:00 or not.
-
RE: Post Trade Screen Shots?posted in Questions & Answers
@gtoat777 I mean you will have to use a 'comment' block with the variables you want to see on chart in it.
-
RE: Reset Variablesposted in Questions & Answers
@pablofx You need to substitute that 'for each trade' block on the 'on trade' tab by a purple 'trade closed' one.
-
RE: Multi-Symbol EAs Strategy Tester codeposted in Bug Reports
@jamesdaly Don't get me wrong but, if you have the code why don't you simply paste it into a 'custom mql code' block yourself?

-
RE: Check Out this Method of Hedging VS Stop Loss!posted in Questions & Answers
@aspecpower Then I hope a real programmer can help you, sorry.
-
RE: Comment uglyposted in Questions & Answers
@tulefi Blocks 41 and 42 are using an oprion on the right operand that is only functional on the 'on trade' tab. You should use the 'pink dot' equivalent for the 'on tick' tab. On the opther hand you connected block 44 below block 4. You should separate it from there and conect it below a 'pass' block independently.
-
RE: object from indicatorposted in Questions & Answers
@mr-lenny Technically you can select specific objects as listes on the objects tab. However, considering there are so many, you should need a powerful loop searching for them. How many objects would the EA need?
-
RE: Feature Requestposted in General Discussions
@quantengineer He meant the highest close and the highest open within a period of candles.
-
RE: Reset Variablesposted in Questions & Answers
@pablofx What I mean is that you will need a 'modify variables' block with the variables being reinitialized there.
-
RE: repeat this block using another timeframeposted in Questions & Answers
@mcarl42 Can you please be more specific? Can you upload an image?
-
RE: Comment uglyposted in Questions & Answers
@tulefi Can you please share the link to the whole project? Probably it is a problem with block ID order of execution.
-
RE: close take profit in lossposted in Questions & Answers
@yovayova Porque el enlace que ha colgado es el acceso general al último proyecto que se tiene activo. No es que haya pirateado su cuentas. El problema es que ha copiado mal el enlace y ha colocado el general. Si yo selecciono el mismo enlace, accedo a mi último proyecto también.

-
RE: Custom Indicators: Buffersposted in Questions & Answers
@schmoedl I guess that is an indicator for MT5 right? They cannot be used in fxDreema that way. Each buffer need to be separated from all other. You will need a programmer to do that.
-
RE: Expert Advisor Self Terminated. Why?posted in Questions & Answers
@fxbam Is this the whole project? Except for the first block on top, the logic is correct. Both blocks on top are limiting buys and sells when they should be separated.